summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hush: trivial size optimizationDenis Vlasenko2007-05-201-5/+6
* hush: make process substitution configurable; add a testcaseDenis Vlasenko2007-05-204-1/+22
* busybox.net: announce 1.5.1 on the web site.Denis Vlasenko2007-05-201-0/+9
* ash: implement type -p, costs less than 10 bytesDenis Vlasenko2007-05-201-16/+11
* mount: fix mounting of symlinks (mount from util-linux allows that)Denis Vlasenko2007-05-201-1/+3
* cttyhack: new applet.Denis Vlasenko2007-05-185-2/+96
* make "static linking against glibc" an #error, not #warningDenis Vlasenko2007-05-181-0/+1
* awk: fix a trivial bug introduced by me.Denis Vlasenko2007-05-181-1/+1
* we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),Denis Vlasenko2007-05-181-1/+3
* awk: make code a bit less obfuscatedDenis Vlasenko2007-05-171-240/+251
* several *.c files:Denis Vlasenko2007-05-175-7/+7
* vi: remove two globalsDenis Vlasenko2007-05-172-69/+79
* hush: do "struct globals" trick. hush.o data+bss = 0 bytes now.Denis Vlasenko2007-05-171-105/+134
* hush: consolidated variable expansion for assignments and "normal" one.Denis Vlasenko2007-05-171-87/+39
* more compile fixes from randomconfig runDenis Vlasenko2007-05-172-8/+10
* fix trivial compile errors found by randomconfig runDenis Vlasenko2007-05-173-0/+15
* netstat: fix error in new -W option handlingDenis Vlasenko2007-05-161-2/+3
* hush: take care of several easy FIXMEs. -228 bytes.Denis Vlasenko2007-05-161-124/+68
* hush: another microscopic typo fixDenis Vlasenko2007-05-161-1/+1
* hush: fix English in commentDenis Vlasenko2007-05-161-1/+1
* hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;')Denis Vlasenko2007-05-161-42/+18
* hush: fix expansion of quoted $VAR, $* and $@Denis Vlasenko2007-05-169-27/+51
* hush: fix incorrect processing of echo "'$var'".Denis Vlasenko2007-05-163-25/+25
* netstat: introduce -W: wide, ipv6-friendly outputDenis Vlasenko2007-05-153-178/+175
* - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:Bernhard Reutner-Fischer2007-05-151-10/+5
* - busybox.c was removed a while agoBernhard Reutner-Fischer2007-05-151-3/+4
* hush: move testsuite files from hush-bugs to hush-parsingDenis Vlasenko2007-05-144-0/+0
* hush: more fixes to variable expansion, more testcasesDenis Vlasenko2007-05-145-29/+60
* hush: move towards more correct variable expansionDenis Vlasenko2007-05-145-63/+404
* hush: fix '{ false; echo $?; }' bug.Denis Vlasenko2007-05-1313-98/+138
* hush: reinstate hush_test, add testcases for process substDenis Vlasenko2007-05-117-0/+80
* hush: fix bug in interactive shell introduced yesterdayDenis Vlasenko2007-05-116-118/+46
* hush: fix "unterminated last line loops forever" bugDenis Vlasenko2007-05-106-59/+146
* hush: fix recent breakage (VAR=VAL stopped working)Denis Vlasenko2007-05-101-1/+1
* msh: fix obscure case with backticks and closed fd 1Denis Vlasenko2007-05-091-7/+12
* awk: don't segfault on printf(%*s). Close 1337.Denis Vlasenko2007-05-091-1/+4
* cryptpw: size reductionDenis Vlasenko2007-05-091-18/+9
* mount: fix incorrect usage of strtok (inadvertently used NULL sometimes).Denis Vlasenko2007-05-091-2/+1
* less: fix case when regex search finds nothingDenis Vlasenko2007-05-091-1/+7
* tftp: explain "block# 0" codepath; report our decision to bail out to serverDenis Vlasenko2007-05-091-73/+70
* cryptpw: forgot svn add... how typical of me :(Denis Vlasenko2007-05-083-5/+87
* tftp: code diet, and I think retransmits were broken.Denis Vlasenko2007-05-081-209/+159
* cryptpw: new applet (a bit less than 3k added)Denis Vlasenko2007-05-089-73/+74
* tail: fix SEGV on "tail -N"Denis Vlasenko2007-05-083-17/+37
* kill: improve commentDenis Vlasenko2007-05-061-1/+2
* kill: fix recent breakage of vda, also make code smaller by 21 bytes.Denis Vlasenko2007-05-061-5/+12
* hush: fix double-free in "echo TEST &"Denis Vlasenko2007-05-062-79/+123
* svlogd: fix 'SEGV on uninitialized data' and make it honor TERMDenis Vlasenko2007-05-061-4/+6
* hush: stop generating extra empty pipes in parse stage.Denis Vlasenko2007-05-051-13/+15
* hush: preparatory patch for removing extra empty pipes generationDenis Vlasenko2007-05-051-80/+90