| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hush: do "struct globals" trick. hush.o data+bss = 0 bytes now. | vda | 2007-05-17 | 1 | -105/+134 |
* | hush: consolidated variable expansion for assignments and "normal" one. | vda | 2007-05-17 | 1 | -87/+39 |
* | more compile fixes from randomconfig run | vda | 2007-05-17 | 2 | -8/+10 |
* | fix trivial compile errors found by randomconfig run | vda | 2007-05-17 | 3 | -0/+15 |
* | netstat: fix error in new -W option handling | vda | 2007-05-16 | 1 | -2/+3 |
* | hush: take care of several easy FIXMEs. -228 bytes. | vda | 2007-05-16 | 1 | -124/+68 |
* | hush: another microscopic typo fix | vda | 2007-05-16 | 1 | -1/+1 |
* | hush: fix English in comment | vda | 2007-05-16 | 1 | -1/+1 |
* | hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;') | vda | 2007-05-16 | 1 | -42/+18 |
* | hush: fix expansion of quoted $VAR, $* and $@ | vda | 2007-05-16 | 9 | -27/+51 |
* | hush: fix incorrect processing of echo "'$var'". | vda | 2007-05-16 | 3 | -25/+25 |
* | netstat: introduce -W: wide, ipv6-friendly output | vda | 2007-05-15 | 3 | -178/+175 |
* | - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were: | aldot | 2007-05-15 | 1 | -10/+5 |
* | - busybox.c was removed a while ago | aldot | 2007-05-15 | 1 | -3/+4 |
* | hush: move testsuite files from hush-bugs to hush-parsing | vda | 2007-05-14 | 4 | -0/+0 |
* | hush: more fixes to variable expansion, more testcases | vda | 2007-05-14 | 5 | -29/+60 |
* | hush: move towards more correct variable expansion | vda | 2007-05-14 | 5 | -63/+404 |
* | hush: fix '{ false; echo $?; }' bug. | vda | 2007-05-13 | 13 | -98/+138 |
* | hush: reinstate hush_test, add testcases for process subst | vda | 2007-05-11 | 7 | -0/+80 |
* | hush: fix bug in interactive shell introduced yesterday | vda | 2007-05-11 | 6 | -118/+46 |
* | hush: fix "unterminated last line loops forever" bug | vda | 2007-05-10 | 6 | -59/+146 |
* | hush: fix recent breakage (VAR=VAL stopped working) | vda | 2007-05-10 | 1 | -1/+1 |
* | msh: fix obscure case with backticks and closed fd 1 | vda | 2007-05-09 | 1 | -7/+12 |
* | awk: don't segfault on printf(%*s). Close 1337. | vda | 2007-05-09 | 1 | -1/+4 |
* | cryptpw: size reduction | vda | 2007-05-09 | 1 | -18/+9 |
* | mount: fix incorrect usage of strtok (inadvertently used NULL sometimes). | vda | 2007-05-09 | 1 | -2/+1 |
* | less: fix case when regex search finds nothing | vda | 2007-05-09 | 1 | -1/+7 |
* | tftp: explain "block# 0" codepath; report our decision to bail out to server | vda | 2007-05-09 | 1 | -73/+70 |
* | cryptpw: forgot svn add... how typical of me :( | vda | 2007-05-08 | 3 | -5/+87 |
* | tftp: code diet, and I think retransmits were broken. | vda | 2007-05-08 | 1 | -209/+159 |
* | cryptpw: new applet (a bit less than 3k added) | vda | 2007-05-08 | 9 | -73/+74 |
* | tail: fix SEGV on "tail -N" | vda | 2007-05-08 | 3 | -17/+37 |
* | kill: improve comment | vda | 2007-05-06 | 1 | -1/+2 |
* | kill: fix recent breakage of vda, also make code smaller by 21 bytes. | vda | 2007-05-06 | 1 | -5/+12 |
* | hush: fix double-free in "echo TEST &" | vda | 2007-05-06 | 2 | -79/+123 |
* | svlogd: fix 'SEGV on uninitialized data' and make it honor TERM | vda | 2007-05-06 | 1 | -4/+6 |
* | hush: stop generating extra empty pipes in parse stage. | vda | 2007-05-05 | 1 | -13/+15 |
* | hush: preparatory patch for removing extra empty pipes generation | vda | 2007-05-05 | 1 | -80/+90 |
* | fix -Werror compile | vda | 2007-05-04 | 1 | -1/+5 |
* | hush: fix "while true; do true; done" + ctrl-z | vda | 2007-05-04 | 2 | -92/+123 |
* | applets: fix compile-time warning | vda | 2007-05-04 | 2 | -3/+8 |
* | hush: add parse tree debug print | vda | 2007-05-04 | 2 | -5/+66 |
* | udhcpc: stop deleting our own pidfile if we daemonize. | vda | 2007-05-03 | 3 | -34/+35 |
* | awk: guard against empty environment | vda | 2007-05-03 | 1 | -1/+2 |
* | hush: fix "true | exit 3; echo $?" bug | vda | 2007-05-03 | 2 | -46/+105 |
* | hush: remove env builtin (it is buggy). Add comments | vda | 2007-05-02 | 1 | -17/+16 |
* | fix suid config handling | vda | 2007-05-02 | 2 | -16/+27 |
* | ifupdown: small optimization (avoid doing useless work if we are | vda | 2007-05-02 | 1 | -10/+10 |
* | allow people to stick custom things into Makefile.local so they dont need to ... | vapier | 2007-05-02 | 1 | -0/+2 |
* | ifupdown: mke it possible to use DHCP clients different from udhcp. | vda | 2007-05-02 | 2 | -33/+48 |