Age | Commit message (Expand) | Author |
2013-12-19 | build system: fix make gconfig | Daniel Borca |
2013-12-18 | sed: accept s///i as a synonym for s///I ("ignore case") | David A. Wheeler |
2013-12-17 | hostname: do not use gethostbyname() for "hostname -s" | Michael Tokarev |
2013-12-17 | wget: user-friendly fallback to http | Lauri Kasanen |
2013-12-16 | kill[all[5]]: code shrink | Denys Vlasenko |
2013-12-16 | killall5: return 2 if no processes got killed | Uros Vampl |
2013-12-16 | do not fail build if MAXSYMLINKS isn't defined | Michael Tokarev |
2013-12-16 | expand: use printable_string instead of hard-coding implementation | Michael Tokarev |
2013-12-08 | ntpd: speed up resyncing if our clock is seriously off | Denys Vlasenko |
2013-12-07 | ntpd: do not invalidate datapoints after step | Denys Vlasenko |
2013-12-04 | ntpd: comment out "spike detection" code | Denys Vlasenko |
2013-12-04 | ntpd: promote log level 3 to production | Denys Vlasenko |
2013-12-04 | ntpd: let user know if spike was detected | Denys Vlasenko |
2013-11-29 | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko |
2013-11-29 | fix assorted unused code and wrong format specs found by cppchekc (bug 6716) | Denys Vlasenko |
2013-11-29 | chpst: fix a bug where -U USER was using wrong USER (one from -u USER) | Denys Vlasenko |
2013-11-28 | ping: try SOCK_DGRAM if no root privileges | Daniel Borca |
2013-11-28 | dpkg-deb: cosmetic correction to usage text | Daniel Borca |
2013-11-28 | sed: code shrink | Denys Vlasenko |
2013-11-28 | sed: open input files sequentially to avoid EMFILE | Denys Vlasenko |
2013-11-28 | hush: typo fixes in comments | Denys Vlasenko |
2013-11-27 | platform: strchrnul is missing if __APPLE__ | Daniel Borca |
2013-11-26 | build system: use od -b instead of od -t x1 | Denys Vlasenko |
2013-11-26 | init: halt on SIGPWR too | Bogdan Purcareata |
2013-11-26 | libbb: add sketch of tentative 'better' passwd/group API | Denys Vlasenko |
2013-11-26 | devfsd: remove static variable | Denys Vlasenko |
2013-11-26 | build system: do not generate MAX_APPLET_NAME_LEN (unused) | Denys Vlasenko |
2013-11-26 | logread: don't call shmdt() before exit, kernel does it for us. | Denys Vlasenko |
2013-11-26 | logread: flush output. closes 6710 | Denys Vlasenko |
2013-11-21 | awk: fix a bug in argc counting in recent change | Denys Vlasenko |
2013-11-20 | rfkill: use new-style config/kbuild/applet | Denys Vlasenko |
2013-11-19 | tar: prevent empty file to be treated as valid tarball | Denys Vlasenko |
2013-11-19 | fix a copy/paste error in last tar testcase name | Denys Vlasenko |
2013-11-19 | tar: add a testcase for previous commit | Denys Vlasenko |
2013-11-19 | tar: fix exitcode check for MMU-spawned unpacking helpers | Denys Vlasenko |
2013-11-19 | libbb: move nuke_str() from passwd into libbb | Denys Vlasenko |
2013-11-19 | comment tweak | Denys Vlasenko |
2013-11-19 | sulogin: use common password-checking routine. | Denys Vlasenko |
2013-11-14 | archival/*: move "config:" snippets into .c files | Denys Vlasenko |
2013-11-14 | archival/*: move "applet:" snippets into .c files, part 2 | Denys Vlasenko |
2013-11-14 | archival/*: move "applet:" snippets into .c files | Denys Vlasenko |
2013-11-14 | archival/*: move "kbuild:" snippets into .c files | Denys Vlasenko |
2013-11-13 | switch editors/* to embedded-in-source kbuild system | Denys Vlasenko |
2013-11-12 | awk: optionally support -e AWK_PROG | Sven-Göran Bergh |
2013-11-12 | fstrim: use new-style config/kbuild/applet snippets; trim help text | Denys Vlasenko |
2013-11-12 | udhcp: add PXELINUX config file option (code 209) definition | Jeremy Kerr |
2013-11-12 | fix "warning: ISO C90 forbids mixed declarations and code" | Denys Vlasenko |
2013-11-10 | fix bashisms in testsuite/ | Michael Tokarev |
2013-11-10 | fstrim: Needs to fire at the mp, not bd | Bernhard Reutner-Fischer |
2013-11-10 | fstrim: Indicate failure on error | Bernhard Reutner-Fischer |