aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hush: fix double-free in "echo TEST &"vda2007-05-062-79/+123
* svlogd: fix 'SEGV on uninitialized data' and make it honor TERMvda2007-05-061-4/+6
* hush: stop generating extra empty pipes in parse stage.vda2007-05-051-13/+15
* hush: preparatory patch for removing extra empty pipes generationvda2007-05-051-80/+90
* fix -Werror compilevda2007-05-041-1/+5
* hush: fix "while true; do true; done" + ctrl-zvda2007-05-042-92/+123
* applets: fix compile-time warningvda2007-05-042-3/+8
* hush: add parse tree debug printvda2007-05-042-5/+66
* udhcpc: stop deleting our own pidfile if we daemonize.vda2007-05-033-34/+35
* awk: guard against empty environmentvda2007-05-031-1/+2
* hush: fix "true | exit 3; echo $?" bugvda2007-05-032-46/+105
* hush: remove env builtin (it is buggy). Add commentsvda2007-05-021-17/+16
* fix suid config handlingvda2007-05-022-16/+27
* ifupdown: small optimization (avoid doing useless work if we arevda2007-05-021-10/+10
* allow people to stick custom things into Makefile.local so they dont need to ...vapier2007-05-021-0/+2
* ifupdown: mke it possible to use DHCP clients different from udhcp.vda2007-05-022-33/+48
* hush: simplify debugging prints a little bitvda2007-05-021-62/+61
* klogd: remove dependency on syslogdvda2007-05-021-2/+0
* ifupdown: reread state file before rewriting it.vda2007-05-021-36/+37
* hush: add debugging for tracing execution,vda2007-05-021-2/+33
* hush: fix incorrect exitcodes without job controlvda2007-05-021-14/+9
* test: code size saving, no logic changesvda2007-05-014-116/+228
* ash,kill: use common code for kill applet/builtinvda2007-04-294-130/+86
* run_parts: do not check path portion of a name for "bad chars".vda2007-04-291-7/+11
* ash: fix infinite loop on exit if tty is not there anymorevda2007-04-282-1/+8
* hush: make job control and interactiveness configurable, part 2vda2007-04-282-52/+99
* hush: make job control and interactiveness configurable, part 1vda2007-04-282-14/+111
* hush: make hush properly detect EOF on stdin (even interactive one -vda2007-04-281-5/+8
* hush: add Ctrl-C handling to nofork casevda2007-04-281-3/+15
* hush: better signal handling across ctrl-zvda2007-04-281-87/+127
* hush: fix nofork + ctrl-Z clobbering of globalsvda2007-04-283-37/+58
* hush: add ctrl-Z handling for nofork'ed casevda2007-04-282-13/+84
* find_root_device: use lstat - don't follow linksvda2007-04-211-1/+2
* hush: make Ctrl-Z work (at least sometimes)vda2007-04-212-176/+229
* hust: add a commentvda2007-04-211-0/+4
* hush: fix more backgrounding bugs. Plenty of them remains still.vda2007-04-212-11/+29
* hush: explain why "pipe; exit $?" doesn't show correct exitcodevda2007-04-212-12/+21
* hush: do not print message if killed by signal;vda2007-04-211-122/+115
* hush: begin fixing non-functional job controlvda2007-04-213-74/+208
* hush: small code shrink; style fixesvda2007-04-202-51/+58
* dd: NOEXEC fixvda2007-04-191-2/+4
* dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)vda2007-04-192-27/+92
* stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)vda2007-04-191-15/+16
* doc: add README on shell job controlvda2007-04-191-0/+237
* procps: remove all global variablesvda2007-04-195-45/+76
* ps: add -o tty and -o rss supportvda2007-04-194-48/+80
* loop device code: readability improvementvda2007-04-192-13/+20
* switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.vda2007-04-181-7/+8
* "Unify base64 handling" is done, remove TODOvda2007-04-182-9/+3
* make "busybox" w/o args work again, and save 10 bytes in the process.vda2007-04-181-50/+52