aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-26build system: do not generate MAX_APPLET_NAME_LEN (unused)Denys Vlasenko
2013-11-26logread: don't call shmdt() before exit, kernel does it for us.Denys Vlasenko
2013-11-26logread: flush output. closes 6710Denys Vlasenko
2013-11-21awk: fix a bug in argc counting in recent changeDenys Vlasenko
2013-11-20rfkill: use new-style config/kbuild/appletDenys Vlasenko
2013-11-19tar: prevent empty file to be treated as valid tarballDenys Vlasenko
2013-11-19fix a copy/paste error in last tar testcase nameDenys Vlasenko
2013-11-19tar: add a testcase for previous commitDenys Vlasenko
2013-11-19tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko
2013-11-19comment tweakDenys Vlasenko
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko
2013-11-13switch editors/* to embedded-in-source kbuild systemDenys Vlasenko
2013-11-12awk: optionally support -e AWK_PROGSven-Göran Bergh
2013-11-12fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko
2013-11-12udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr
2013-11-12fix "warning: ISO C90 forbids mixed declarations and code"Denys Vlasenko
2013-11-10fix bashisms in testsuite/Michael Tokarev
2013-11-10fstrim: Needs to fire at the mp, not bdBernhard Reutner-Fischer
2013-11-10fstrim: Indicate failure on errorBernhard Reutner-Fischer
2013-11-09fstrim: -17bBernhard Reutner-Fischer
2013-11-09fstrim: New appletMalek Degachi
2013-11-08ash: Set SHLVL in ASH_BASH_COMPATBernhard Reutner-Fischer
2013-11-08ash: Use setvar2 some moreBernhard Reutner-Fischer
2013-11-08swaponoff: shrinkBernhard Reutner-Fischer
2013-11-03udhcpc: allow zero server-id. Closes 6614.Denys Vlasenko
2013-11-03init: fix illegal memory access when max message length is reachedYuan-Hsiang Lee
2013-11-03bootchartd: warn if .config looks wrongDenys Vlasenko
2013-11-02Makefile.custom: make "make release" delete .gitignore files tooDenys Vlasenko
2013-10-30sed: fix "sed clusternewline" testcaseDenys Vlasenko
2013-10-30sed: document -E in help textDenys Vlasenko
2013-10-30sed: fix memory leak in 'r FILE' commandDenys Vlasenko
2013-10-29sed: accept -E as a synonym for -rDavid A. Wheeler
2013-10-28udhcpc: make DHCP packets to have at least 300 DHCP bytesJohannes Stezenbach
2013-10-16libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni
2013-10-16bloat-o-meter: add usage infoBartosz Golaszewski
2013-10-16tail compat: fix header printing for tail -fBartosz Golaszewski
2013-10-16wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko
2013-10-14ether-wake: shorten help text, reduce packet buffer sizeDenys Vlasenko
2013-10-12wget: add support for connect timeoutLauri Kasanen
2013-10-12init: better --help textDenys Vlasenko
2013-10-12awk: fix length(array)Denys Vlasenko
2013-10-08wall,crontab: use xopen_as_uid_gid()Ryan Mallon
2013-10-08libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon
2013-10-06bunzip2: fix off-by-one checkDenys Vlasenko