aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hush: improve 2 testsuite testsvda2007-05-244-2/+17
* hush: add 2 tests for correct syntax error reportingvda2007-05-242-0/+2
* udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not...vda2007-05-241-1/+3
* hush: fix handling of unmatched ${name (without closing '}') -vda2007-05-244-9/+15
* hush: make syntax error messages a bit more usefulvda2007-05-233-29/+37
* hush: prepare testsuite for new, fixed error message formatvda2007-05-231-1/+1
* hush: fix job control with eval /bin/external_progvda2007-05-233-92/+96
* hush: fix a bit different instance of "No EOL" bug,vda2007-05-235-40/+57
* fix execute bit on hush-misc/shift.testsvda2007-05-231-0/+0
* hdparm: make -T -t code smaller (-194 bytes), and output prettiervda2007-05-221-97/+75
* hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush.vda2007-05-212-38/+109
* shells: update README and testsuite. environment memory leakvda2007-05-213-1/+17
* hush: using smallints where we can. save ~20 bytes in code andvda2007-05-211-47/+50
* hush: fix shift + $0 bug; add testcasevda2007-05-203-1/+9
* hush: trivial size optimizationvda2007-05-201-5/+6
* hush: make process substitution configurable; add a testcasevda2007-05-204-1/+22
* busybox.net: announce 1.5.1 on the web site.vda2007-05-201-0/+9
* ash: implement type -p, costs less than 10 bytesvda2007-05-201-16/+11
* mount: fix mounting of symlinks (mount from util-linux allows that)vda2007-05-201-1/+3
* update ignoresvapier2007-05-190-0/+0
* cttyhack: new applet.vda2007-05-185-2/+96
* make "static linking against glibc" an #error, not #warningvda2007-05-181-0/+1
* awk: fix a trivial bug introduced by me.vda2007-05-181-1/+1
* 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