summaryrefslogtreecommitdiff
path: root/coreutils (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-04fix -Werror compileDenis Vlasenko1-1/+5
2007-05-04hush: fix "while true; do true; done" + ctrl-zDenis Vlasenko2-92/+123
2007-05-04applets: fix compile-time warningDenis Vlasenko2-3/+8
2007-05-04hush: add parse tree debug printDenis Vlasenko2-5/+66
2007-05-03udhcpc: stop deleting our own pidfile if we daemonize.Denis Vlasenko3-34/+35
2007-05-03awk: guard against empty environmentDenis Vlasenko1-1/+2
2007-05-03hush: fix "true | exit 3; echo $?" bugDenis Vlasenko2-46/+105
2007-05-02hush: remove env builtin (it is buggy). Add commentsDenis Vlasenko1-17/+16
2007-05-02fix suid config handlingDenis Vlasenko2-16/+27
2007-05-02ifupdown: small optimization (avoid doing useless work if we areDenis Vlasenko1-10/+10
2007-05-02allow people to stick custom things into Makefile.local so they dont need to ...Mike Frysinger1-0/+2
2007-05-02ifupdown: mke it possible to use DHCP clients different from udhcp.Denis Vlasenko2-33/+48
2007-05-02hush: simplify debugging prints a little bitDenis Vlasenko1-62/+61
2007-05-02klogd: remove dependency on syslogdDenis Vlasenko1-2/+0
2007-05-02ifupdown: reread state file before rewriting it.Denis Vlasenko1-36/+37
2007-05-02hush: add debugging for tracing execution,Denis Vlasenko1-2/+33
2007-05-02hush: fix incorrect exitcodes without job controlDenis Vlasenko1-14/+9
2007-05-01test: code size saving, no logic changesDenis Vlasenko4-116/+228
2007-04-29ash,kill: use common code for kill applet/builtinDenis Vlasenko4-130/+86
2007-04-29run_parts: do not check path portion of a name for "bad chars".Denis Vlasenko1-7/+11
2007-04-28ash: fix infinite loop on exit if tty is not there anymoreDenis Vlasenko2-1/+8
2007-04-28hush: make job control and interactiveness configurable, part 2Denis Vlasenko2-52/+99
2007-04-28hush: make job control and interactiveness configurable, part 1Denis Vlasenko2-14/+111
2007-04-28hush: make hush properly detect EOF on stdin (even interactive one -Denis Vlasenko1-5/+8
2007-04-28hush: add Ctrl-C handling to nofork caseDenis Vlasenko1-3/+15
2007-04-28hush: better signal handling across ctrl-zDenis Vlasenko1-87/+127
2007-04-28hush: fix nofork + ctrl-Z clobbering of globalsDenis Vlasenko3-37/+58
2007-04-28hush: add ctrl-Z handling for nofork'ed caseDenis Vlasenko2-13/+84
2007-04-21find_root_device: use lstat - don't follow linksDenis Vlasenko1-1/+2
2007-04-21hush: make Ctrl-Z work (at least sometimes)Denis Vlasenko2-176/+229
2007-04-21hust: add a commentDenis Vlasenko1-0/+4
2007-04-21hush: fix more backgrounding bugs. Plenty of them remains still.Denis Vlasenko2-11/+29
2007-04-21hush: explain why "pipe; exit $?" doesn't show correct exitcodeDenis Vlasenko2-12/+21
2007-04-21hush: do not print message if killed by signal;Denis Vlasenko1-122/+115
2007-04-21hush: begin fixing non-functional job controlDenis Vlasenko3-74/+208
2007-04-20hush: small code shrink; style fixesDenis Vlasenko2-51/+58
2007-04-19dd: NOEXEC fixDenis Vlasenko1-2/+4
2007-04-19dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)Denis Vlasenko2-27/+92
2007-04-19stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)Denis Vlasenko1-15/+16