aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),vda2007-05-181-1/+3
* awk: make code a bit less obfuscatedvda2007-05-171-240/+251
* several *.c files:vda2007-05-175-7/+7
* vi: remove two globalsvda2007-05-172-69/+79
* hush: do "struct globals" trick. hush.o data+bss = 0 bytes now.vda2007-05-171-105/+134
* hush: consolidated variable expansion for assignments and "normal" one.vda2007-05-171-87/+39
* more compile fixes from randomconfig runvda2007-05-172-8/+10
* fix trivial compile errors found by randomconfig runvda2007-05-173-0/+15
* netstat: fix error in new -W option handlingvda2007-05-161-2/+3
* hush: take care of several easy FIXMEs. -228 bytes.vda2007-05-161-124/+68
* hush: another microscopic typo fixvda2007-05-161-1/+1
* hush: fix English in commentvda2007-05-161-1/+1
* hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;')vda2007-05-161-42/+18
* hush: fix expansion of quoted $VAR, $* and $@vda2007-05-169-27/+51
* hush: fix incorrect processing of echo "'$var'".vda2007-05-163-25/+25
* netstat: introduce -W: wide, ipv6-friendly outputvda2007-05-153-178/+175
* - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:aldot2007-05-151-10/+5
* - busybox.c was removed a while agoaldot2007-05-151-3/+4
* hush: move testsuite files from hush-bugs to hush-parsingvda2007-05-144-0/+0
* hush: more fixes to variable expansion, more testcasesvda2007-05-145-29/+60
* hush: move towards more correct variable expansionvda2007-05-145-63/+404
* hush: fix '{ false; echo $?; }' bug.vda2007-05-1313-98/+138
* hush: reinstate hush_test, add testcases for process substvda2007-05-117-0/+80
* hush: fix bug in interactive shell introduced yesterdayvda2007-05-116-118/+46
* hush: fix "unterminated last line loops forever" bugvda2007-05-106-59/+146
* hush: fix recent breakage (VAR=VAL stopped working)vda2007-05-101-1/+1
* msh: fix obscure case with backticks and closed fd 1vda2007-05-091-7/+12
* 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