aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-02hush: fix incorrect exitcodes without job controlvda1-14/+9
2007-05-01test: code size saving, no logic changesvda4-116/+228
2007-04-29ash,kill: use common code for kill applet/builtinvda4-130/+86
2007-04-29run_parts: do not check path portion of a name for "bad chars".vda1-7/+11
2007-04-28ash: fix infinite loop on exit if tty is not there anymorevda2-1/+8
2007-04-28hush: make job control and interactiveness configurable, part 2vda2-52/+99
2007-04-28hush: make job control and interactiveness configurable, part 1vda2-14/+111
2007-04-28hush: make hush properly detect EOF on stdin (even interactive one -vda1-5/+8
2007-04-28hush: add Ctrl-C handling to nofork casevda1-3/+15
2007-04-28hush: better signal handling across ctrl-zvda1-87/+127
2007-04-28hush: fix nofork + ctrl-Z clobbering of globalsvda3-37/+58
2007-04-28hush: add ctrl-Z handling for nofork'ed casevda2-13/+84
2007-04-21find_root_device: use lstat - don't follow linksvda1-1/+2
2007-04-21hush: make Ctrl-Z work (at least sometimes)vda2-176/+229
2007-04-21hust: add a commentvda1-0/+4
2007-04-21hush: fix more backgrounding bugs. Plenty of them remains still.vda2-11/+29
2007-04-21hush: explain why "pipe; exit $?" doesn't show correct exitcodevda2-12/+21
2007-04-21hush: do not print message if killed by signal;vda1-122/+115
2007-04-21hush: begin fixing non-functional job controlvda3-74/+208
2007-04-20hush: small code shrink; style fixesvda2-51/+58
2007-04-19dd: NOEXEC fixvda1-2/+4
2007-04-19dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)vda2-27/+92
2007-04-19stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)vda1-15/+16