aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-18Fix allnoconfig warningsDenys Vlasenko
2016-11-17applets.h.sh: a script to check applet names against config optionsDenys Vlasenko
2016-11-16Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko
2016-11-16Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko
2016-11-16Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko
2016-11-14Make ifup and ifdown individually selectable.Denys Vlasenko
2016-11-14Make swapon and swapoff individually selectable.Denys Vlasenko
2016-11-14Make grep/egrep/fgrep independently selectableDenys Vlasenko
2016-11-14Make halt/poweroff/reboot independently selectableDenys Vlasenko
2016-11-13Make setarch/linux32/linux64 independently selectableDenys Vlasenko
2016-11-13dnsdomainname: split it from "hostname", make it independently selectableDenys Vlasenko
2016-11-11tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko
2016-11-08hush: make getch/peek functions directly calledDenys Vlasenko
2016-11-08hush: renumber PIPE_foo, make PIPE_SEQ = 0Denys Vlasenko
2016-11-08hush: small optimization in run_listDenys Vlasenko
2016-11-08hush: deindent large block of code, no code changesDenys Vlasenko
2016-11-08hush: simplify insert_bg_jobsDenys Vlasenko
2016-11-08hush: make "wait %1" less likely to play with signal maskDenys Vlasenko
2016-11-08hush: rework "wait %jobspec" to work in non-interactive shells tooDenys Vlasenko
2016-11-07hush: "wait $!; echo $?" should return 127 if $! already exitedDenys Vlasenko
2016-11-07hush: implement "wait %jobspec"Denys Vlasenko
2016-11-07hush: factor out %jobspec parsingDenys Vlasenko
2016-11-07hush: comment fixDenys Vlasenko
2016-11-07hush: do not allow sh -c '{ echo boo }'Denys Vlasenko
2016-11-04cpio: add ownership (-R) test casesAaro Koskinen
2016-11-04hush: case logic for setting $? was still wrongDenys Vlasenko
2016-11-04hush: non-matching "case" statement sets $? to 0Denys Vlasenko
2016-11-04hush: allow { cmd } to not be terminated by semicolon in some casesDenys Vlasenko
2016-11-04ash: fix "duplicate local" code (forgot to re-enable interrupts)Denys Vlasenko
2016-11-04comment and readme updatesDenys Vlasenko
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko
2016-11-03loadfont: 32k size limit is not enoughDenys Vlasenko
2016-11-03ash: while (!got_sig) pause() is not reliable, use sigsuspend()Denys Vlasenko
2016-10-31man: remove -Tascii from nroff invocationDenys Vlasenko
2016-10-31man: make width selection more thorough; explain how to override itDenys Vlasenko
2016-10-30man: allow nroff and tbl commands be overridden; unmangle writing to filesDenys Vlasenko
2016-10-30ash: if using libc glob(), skip it if no metachars are in wordDenys Vlasenko
2016-10-30ash: fix bit-rotten debug infrastructureDenys Vlasenko
2016-10-30ash: make popfile() anfter popallfiles() safeDenys Vlasenko
2016-10-28hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko
2016-10-28hush: fix "wait PID"Denys Vlasenko
2016-10-28ash: use pause(), not sigsuspend(), in wait builtinDenys Vlasenko
2016-10-28ash: fix interactive "command eval STRING" exiting on errors.Denys Vlasenko
2016-10-27ash: [JOBS] Fix dowait signal raceDenys Vlasenko
2016-10-27ash: [SIGNAL] Remove EXSIGDenys Vlasenko
2016-10-27ash: open-code blocking_dowait_with_raise_on_sig()Denys Vlasenko
2016-10-27ash: return to DOWAIT_* constants similar to dash, no logic changesDenys Vlasenko
2016-10-27ash: delete leftovers from "simplify EOF/newline handling in list parser" commitDenys Vlasenko
2016-10-27ash: [EXPAND] Fix ifsfirst/ifslastp leakDenys Vlasenko
2016-10-27ash: move ifsbreakup() and ifsfree() upDenys Vlasenko