aboutsummaryrefslogtreecommitdiff
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-26logread: flush output. closes 6710Denys Vlasenko1-0/+1
2013-11-21awk: fix a bug in argc counting in recent changeDenys Vlasenko2-9/+21
2013-11-20rfkill: use new-style config/kbuild/appletDenys Vlasenko4-14/+17
2013-11-19tar: prevent empty file to be treated as valid tarballDenys Vlasenko2-3/+35
2013-11-19fix a copy/paste error in last tar testcase nameDenys Vlasenko1-2/+1
2013-11-19tar: add a testcase for previous commitDenys Vlasenko1-0/+12
2013-11-19tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko2-9/+10
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko4-10/+15
2013-11-19comment tweakDenys Vlasenko1-1/+1
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko6-47/+26
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko13-353/+349
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko4-8/+8
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko12-20/+15
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko13-26/+35
2013-11-13switch editors/* to embedded-in-source kbuild systemDenys Vlasenko7-53/+61
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