aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-11-29chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko
2013-11-28ping: try SOCK_DGRAM if no root privilegesDaniel Borca
2013-11-28dpkg-deb: cosmetic correction to usage textDaniel Borca
2013-11-28sed: code shrinkDenys Vlasenko
2013-11-28sed: open input files sequentially to avoid EMFILEDenys Vlasenko
2013-11-28hush: typo fixes in commentsDenys Vlasenko
2013-11-27platform: strchrnul is missing if __APPLE__Daniel Borca
2013-11-26build system: use od -b instead of od -t x1Denys Vlasenko
2013-11-26init: halt on SIGPWR tooBogdan Purcareata
2013-11-26libbb: add sketch of tentative 'better' passwd/group APIDenys Vlasenko
2013-11-26devfsd: remove static variableDenys Vlasenko
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