aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sed: open input files sequentially to avoid EMFILEDenys Vlasenko2013-11-282-27/+36
* hush: typo fixes in commentsDenys Vlasenko2013-11-281-2/+2
* platform: strchrnul is missing if __APPLE__Daniel Borca2013-11-271-1/+1
* build system: use od -b instead of od -t x1Denys Vlasenko2013-11-262-8/+8
* init: halt on SIGPWR tooBogdan Purcareata2013-11-261-3/+4
* libbb: add sketch of tentative 'better' passwd/group APIDenys Vlasenko2013-11-261-0/+48
* devfsd: remove static variableDenys Vlasenko2013-11-261-9/+11
* build system: do not generate MAX_APPLET_NAME_LEN (unused)Denys Vlasenko2013-11-261-5/+5
* logread: don't call shmdt() before exit, kernel does it for us.Denys Vlasenko2013-11-261-4/+9
* logread: flush output. closes 6710Denys Vlasenko2013-11-261-0/+1
* awk: fix a bug in argc counting in recent changeDenys Vlasenko2013-11-212-9/+21
* rfkill: use new-style config/kbuild/appletDenys Vlasenko2013-11-204-14/+17
* tar: prevent empty file to be treated as valid tarballDenys Vlasenko2013-11-192-3/+35
* fix a copy/paste error in last tar testcase nameDenys Vlasenko2013-11-191-2/+1
* tar: add a testcase for previous commitDenys Vlasenko2013-11-191-0/+12
* tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko2013-11-192-9/+10
* libbb: move nuke_str() from passwd into libbbDenys Vlasenko2013-11-194-10/+15
* comment tweakDenys Vlasenko2013-11-191-1/+1
* sulogin: use common password-checking routine.Denys Vlasenko2013-11-196-47/+26
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-1413-353/+349
* archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko2013-11-144-8/+8
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-1412-20/+15
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-1413-26/+35
* switch editors/* to embedded-in-source kbuild systemDenys Vlasenko2013-11-137-53/+61
* awk: optionally support -e AWK_PROGSven-Göran Bergh2013-11-124-42/+84
* fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko2013-11-124-21/+22
* udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr2013-11-122-2/+5
* fix "warning: ISO C90 forbids mixed declarations and code"Denys Vlasenko2013-11-121-1/+2
* fix bashisms in testsuite/Michael Tokarev2013-11-104-14/+12
* fstrim: Needs to fire at the mp, not bdBernhard Reutner-Fischer2013-11-101-5/+5
* fstrim: Indicate failure on errorBernhard Reutner-Fischer2013-11-101-1/+2
* fstrim: -17bBernhard Reutner-Fischer2013-11-091-8/+5
* fstrim: New appletMalek Degachi2013-11-094-0/+120
* ash: Set SHLVL in ASH_BASH_COMPATBernhard Reutner-Fischer2013-11-081-1/+4
* ash: Use setvar2 some moreBernhard Reutner-Fischer2013-11-081-7/+6
* swaponoff: shrinkBernhard Reutner-Fischer2013-11-081-3/+2
* udhcpc: allow zero server-id. Closes 6614.Denys Vlasenko2013-11-031-11/+25
* init: fix illegal memory access when max message length is reachedYuan-Hsiang Lee2013-11-031-2/+2
* bootchartd: warn if .config looks wrongDenys Vlasenko2013-11-031-0/+6
* Makefile.custom: make "make release" delete .gitignore files tooDenys Vlasenko2013-11-021-0/+4
* sed: fix "sed clusternewline" testcaseDenys Vlasenko2013-10-302-69/+67
* sed: document -E in help textDenys Vlasenko2013-10-301-3/+3
* sed: fix memory leak in 'r FILE' commandDenys Vlasenko2013-10-301-4/+3
* sed: accept -E as a synonym for -rDavid A. Wheeler2013-10-291-4/+10
* udhcpc: make DHCP packets to have at least 300 DHCP bytesJohannes Stezenbach2013-10-281-0/+9
* libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni2013-10-165-6/+2
* bloat-o-meter: add usage infoBartosz Golaszewski2013-10-162-10/+16
* tail compat: fix header printing for tail -fBartosz Golaszewski2013-10-162-6/+4
* wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira2013-10-162-0/+13
* Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-164-9/+9