aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-10-06wall: access FILE under real user's credentialsDenys Vlasenko
2013-09-28trylink: only prefix libs with -lMike Frysinger
2013-09-19loadkmap: explain what happens with K_ALLOCATED key valueDenys Vlasenko
2013-09-18httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko
2013-09-17Documentation updateDenys Vlasenko
2013-09-17dumpkmap: code shrinkDenys Vlasenko
2013-09-11httpd: treat errors from stdin correctly.Denys Vlasenko