Age | Commit message (Expand) | Author |
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 |
2013-11-09 | fstrim: -17b | Bernhard Reutner-Fischer |
2013-11-09 | fstrim: New applet | Malek Degachi |
2013-11-08 | ash: Set SHLVL in ASH_BASH_COMPAT | Bernhard Reutner-Fischer |
2013-11-08 | ash: Use setvar2 some more | Bernhard Reutner-Fischer |
2013-11-08 | swaponoff: shrink | Bernhard Reutner-Fischer |
2013-11-03 | udhcpc: allow zero server-id. Closes 6614. | Denys Vlasenko |
2013-11-03 | init: fix illegal memory access when max message length is reached | Yuan-Hsiang Lee |
2013-11-03 | bootchartd: warn if .config looks wrong | Denys Vlasenko |
2013-11-02 | Makefile.custom: make "make release" delete .gitignore files too | Denys Vlasenko |
2013-10-30 | sed: fix "sed clusternewline" testcase | Denys Vlasenko |
2013-10-30 | sed: document -E in help text | Denys Vlasenko |
2013-10-30 | sed: fix memory leak in 'r FILE' command | Denys Vlasenko |
2013-10-29 | sed: accept -E as a synonym for -r | David A. Wheeler |
2013-10-28 | udhcpc: make DHCP packets to have at least 300 DHCP bytes | Johannes Stezenbach |
2013-10-16 | libbb: use <poll.h> instead of <sys/poll.h> | Thomas Petazzoni |
2013-10-16 | bloat-o-meter: add usage info | Bartosz Golaszewski |
2013-10-16 | tail compat: fix header printing for tail -f | Bartosz Golaszewski |
2013-10-16 | wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) | Guilherme Maciel Ferreira |
2013-10-16 | Fix some compiler warnings emitted by gcc-4.8.0 | Denys Vlasenko |
2013-10-14 | ether-wake: shorten help text, reduce packet buffer size | Denys Vlasenko |
2013-10-12 | wget: add support for connect timeout | Lauri Kasanen |
2013-10-12 | init: better --help text | Denys Vlasenko |
2013-10-12 | awk: fix length(array) | Denys Vlasenko |
2013-10-08 | wall,crontab: use xopen_as_uid_gid() | Ryan Mallon |
2013-10-08 | libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions | Ryan Mallon |
2013-10-06 | bunzip2: fix off-by-one check | Denys Vlasenko |
2013-10-06 | wall: access FILE under real user's credentials | Denys Vlasenko |
2013-09-28 | trylink: only prefix libs with -l | Mike Frysinger |
2013-09-19 | loadkmap: explain what happens with K_ALLOCATED key value | Denys Vlasenko |