aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* awk: don't segfault on printf(%*s). Close 1337.vda2007-05-091-1/+4
* cryptpw: size reductionvda2007-05-091-18/+9
* mount: fix incorrect usage of strtok (inadvertently used NULL sometimes).vda2007-05-091-2/+1
* less: fix case when regex search finds nothingvda2007-05-091-1/+7
* tftp: explain "block# 0" codepath; report our decision to bail out to servervda2007-05-091-73/+70
* cryptpw: forgot svn add... how typical of me :(vda2007-05-083-5/+87
* tftp: code diet, and I think retransmits were broken.vda2007-05-081-209/+159
* cryptpw: new applet (a bit less than 3k added)vda2007-05-089-73/+74
* tail: fix SEGV on "tail -N"vda2007-05-083-17/+37
* kill: improve commentvda2007-05-061-1/+2
* kill: fix recent breakage of vda, also make code smaller by 21 bytes.vda2007-05-061-5/+12
* 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