summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-12awk: optionally support -e AWK_PROGSven-Göran Bergh4-42/+84
2013-11-12fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko4-21/+22
2013-11-12udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr2-2/+5
2013-11-12fix "warning: ISO C90 forbids mixed declarations and code"Denys Vlasenko1-1/+2
2013-11-10fix bashisms in testsuite/Michael Tokarev4-14/+12
2013-11-10fstrim: Needs to fire at the mp, not bdBernhard Reutner-Fischer1-5/+5
2013-11-10fstrim: Indicate failure on errorBernhard Reutner-Fischer1-1/+2
2013-11-09fstrim: -17bBernhard Reutner-Fischer1-8/+5
2013-11-09fstrim: New appletMalek Degachi4-0/+120
2013-11-08ash: Set SHLVL in ASH_BASH_COMPATBernhard Reutner-Fischer1-1/+4
2013-11-08ash: Use setvar2 some moreBernhard Reutner-Fischer1-7/+6
2013-11-08swaponoff: shrinkBernhard Reutner-Fischer1-3/+2
2013-11-03udhcpc: allow zero server-id. Closes 6614.Denys Vlasenko1-11/+25
2013-11-03init: fix illegal memory access when max message length is reachedYuan-Hsiang Lee1-2/+2
2013-11-03bootchartd: warn if .config looks wrongDenys Vlasenko1-0/+6
2013-11-02Makefile.custom: make "make release" delete .gitignore files tooDenys Vlasenko1-0/+4
2013-10-30sed: fix "sed clusternewline" testcaseDenys Vlasenko2-69/+67
2013-10-30sed: document -E in help textDenys Vlasenko1-3/+3
2013-10-30sed: fix memory leak in 'r FILE' commandDenys Vlasenko1-4/+3
2013-10-29sed: accept -E as a synonym for -rDavid A. Wheeler1-4/+10
2013-10-28udhcpc: make DHCP packets to have at least 300 DHCP bytesJohannes Stezenbach1-0/+9
2013-10-16libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni5-6/+2
2013-10-16bloat-o-meter: add usage infoBartosz Golaszewski2-10/+16
2013-10-16tail compat: fix header printing for tail -fBartosz Golaszewski2-6/+4
2013-10-16wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira2-0/+13
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko4-9/+9
2013-10-14ether-wake: shorten help text, reduce packet buffer sizeDenys Vlasenko1-9/+10
2013-10-12wget: add support for connect timeoutLauri Kasanen2-10/+30
2013-10-12init: better --help textDenys Vlasenko1-6/+13
2013-10-12awk: fix length(array)Denys Vlasenko2-1/+14
2013-10-08wall,crontab: use xopen_as_uid_gid()Ryan Mallon2-31/+2
2013-10-08libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon2-12/+42
2013-10-06bunzip2: fix off-by-one checkDenys Vlasenko1-8/+18
2013-10-06wall: access FILE under real user's credentialsDenys Vlasenko4-11/+24
2013-09-28trylink: only prefix libs with -lMike Frysinger1-3/+3
2013-09-19loadkmap: explain what happens with K_ALLOCATED key valueDenys Vlasenko1-8/+19
2013-09-18httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko1-5/+13
2013-09-17Documentation updateDenys Vlasenko1-5/+16
2013-09-17dumpkmap: code shrinkDenys Vlasenko1-14/+23
2013-09-11httpd: treat errors from stdin correctly.Denys Vlasenko1-8/+13
2013-09-11touch: add conditional support for -hDenys Vlasenko1-4/+35
2013-09-10ar: better commentDenys Vlasenko1-2/+5
2013-09-10ar: read_num(): fix reading fields using the entire widthPeter Korsgaard1-12/+20
2013-09-06top: fix breakage introduced by previous commitDenys Vlasenko1-1/+1
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko7-20/+14
2013-08-25man: find posix man pagesJohn Spencer1-1/+1
2013-08-20fdisk: fix GPT size math errorsJody Bruchon1-2/+2
2013-08-20lineedit: use unicode_strwidth instead of unicode_strlenDenys Vlasenko1-3/+3
2013-08-20dd: code shrinkDenys Vlasenko1-3/+4
2013-08-20dd: code shrinkDenys Vlasenko1-2/+2