aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2314-172/+184
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2237-77/+147
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-2236-533/+498
* httpd: explain why we use sprintf and why it should be fineDenys Vlasenko2016-11-221-20/+36
* Fix allnoconfig warningsDenys Vlasenko2016-11-181-8/+16
* applets.h.sh: a script to check applet names against config optionsDenys Vlasenko2016-11-171-0/+20
* Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko2016-11-164-10/+19
* Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko2016-11-164-11/+20
* Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko2016-11-163-35/+81
* Make ifup and ifdown individually selectable.Denys Vlasenko2016-11-144-116/+127
* Make swapon and swapoff individually selectable.Denys Vlasenko2016-11-144-32/+50
* Make grep/egrep/fgrep independently selectableDenys Vlasenko2016-11-142-31/+23
* Make halt/poweroff/reboot independently selectableDenys Vlasenko2016-11-141-9/+32
* Make setarch/linux32/linux64 independently selectableDenys Vlasenko2016-11-131-5/+24
* dnsdomainname: split it from "hostname", make it independently selectableDenys Vlasenko2016-11-134-11/+24
* tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko2016-11-113-7/+45
* hush: make getch/peek functions directly calledDenys Vlasenko2016-11-081-27/+24
* hush: renumber PIPE_foo, make PIPE_SEQ = 0Denys Vlasenko2016-11-081-5/+4
* hush: small optimization in run_listDenys Vlasenko2016-11-081-7/+8
* hush: deindent large block of code, no code changesDenys Vlasenko2016-11-081-58/+57
* hush: simplify insert_bg_jobsDenys Vlasenko2016-11-081-10/+8
* hush: make "wait %1" less likely to play with signal maskDenys Vlasenko2016-11-081-8/+7
* hush: rework "wait %jobspec" to work in non-interactive shells tooDenys Vlasenko2016-11-089-13/+28
* hush: "wait $!; echo $?" should return 127 if $! already exitedDenys Vlasenko2016-11-071-4/+5
* hush: implement "wait %jobspec"Denys Vlasenko2016-11-071-29/+88
* hush: factor out %jobspec parsingDenys Vlasenko2016-11-071-11/+22
* hush: comment fixDenys Vlasenko2016-11-071-2/+2
* hush: do not allow sh -c '{ echo boo }'Denys Vlasenko2016-11-071-2/+4
* cpio: add ownership (-R) test casesAaro Koskinen2016-11-041-0/+24
* hush: case logic for setting $? was still wrongDenys Vlasenko2016-11-041-4/+12
* hush: non-matching "case" statement sets $? to 0Denys Vlasenko2016-11-041-0/+2
* hush: allow { cmd } to not be terminated by semicolon in some casesDenys Vlasenko2016-11-045-6/+58
* ash: fix "duplicate local" code (forgot to re-enable interrupts)Denys Vlasenko2016-11-041-3/+20
* comment and readme updatesDenys Vlasenko2016-11-042-1/+10
* su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko2016-11-036-25/+45
* loadfont: 32k size limit is not enoughDenys Vlasenko2016-11-031-2/+4
* ash: while (!got_sig) pause() is not reliable, use sigsuspend()Denys Vlasenko2016-11-031-5/+6
* man: remove -Tascii from nroff invocationDenys Vlasenko2016-10-311-2/+4
* man: make width selection more thorough; explain how to override itDenys Vlasenko2016-10-312-16/+44
* man: allow nroff and tbl commands be overridden; unmangle writing to filesDenys Vlasenko2016-10-301-25/+79
* ash: if using libc glob(), skip it if no metachars are in wordDenys Vlasenko2016-10-301-0/+15
* ash: fix bit-rotten debug infrastructureDenys Vlasenko2016-10-301-14/+7
* ash: make popfile() anfter popallfiles() safeDenys Vlasenko2016-10-301-2/+5
* hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko2016-10-281-4/+14
* hush: fix "wait PID"Denys Vlasenko2016-10-287-174/+246
* ash: use pause(), not sigsuspend(), in wait builtinDenys Vlasenko2016-10-281-26/+31
* ash: fix interactive "command eval STRING" exiting on errors.Denys Vlasenko2016-10-283-1/+33
* ash: [JOBS] Fix dowait signal raceDenys Vlasenko2016-10-271-13/+70
* ash: [SIGNAL] Remove EXSIGDenys Vlasenko2016-10-271-64/+23
* ash: open-code blocking_dowait_with_raise_on_sig()Denys Vlasenko2016-10-271-18/+7