aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-05-26xpipe: introduce (saves ~170 bytes)Denis Vlasenko
2007-05-26- fix typo in help text and fix punctuationBernhard Reutner-Fischer
2007-05-25hush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl-C bugs. +50 bytes of code.Denis Vlasenko
2007-05-25hush: avoid duplicating HUSH_VERSIONDenis Vlasenko
2007-05-25hush: micro-optimization in new variable codeDenis Vlasenko
2007-05-25hush: we can't do without variable->value member, saving 25 bytes of codeDenis Vlasenko
2007-05-25hush: rework variable storage and environment handling.Denis Vlasenko
2007-05-24hush: update README with yet another failure caseDenis Vlasenko
2007-05-24hush: fix segfaulting syntax error in interactive hushDenis Vlasenko
2007-05-24hush: improve 2 testsuite testsDenis Vlasenko
2007-05-24hush: add 2 tests for correct syntax error reportingDenis Vlasenko
2007-05-24udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not...Denis Vlasenko
2007-05-24hush: fix handling of unmatched ${name (without closing '}') -Denis Vlasenko
2007-05-23hush: make syntax error messages a bit more usefulDenis Vlasenko
2007-05-23hush: prepare testsuite for new, fixed error message formatDenis Vlasenko
2007-05-23hush: fix job control with eval /bin/external_progDenis Vlasenko
2007-05-23hush: fix a bit different instance of "No EOL" bug,Denis Vlasenko
2007-05-23fix execute bit on hush-misc/shift.testsDenis Vlasenko
2007-05-22hdparm: make -T -t code smaller (-194 bytes), and output prettierDenis Vlasenko
2007-05-21hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush.Denis Vlasenko
2007-05-21shells: update README and testsuite. environment memory leakDenis Vlasenko
2007-05-21hush: using smallints where we can. save ~20 bytes in code andDenis Vlasenko
2007-05-20hush: fix shift + $0 bug; add testcaseDenis Vlasenko
2007-05-20hush: trivial size optimizationDenis Vlasenko
2007-05-20hush: make process substitution configurable; add a testcaseDenis Vlasenko
2007-05-20busybox.net: announce 1.5.1 on the web site.Denis Vlasenko
2007-05-20ash: implement type -p, costs less than 10 bytesDenis Vlasenko
2007-05-20mount: fix mounting of symlinks (mount from util-linux allows that)Denis Vlasenko
2007-05-18cttyhack: new applet.Denis Vlasenko
2007-05-18make "static linking against glibc" an #error, not #warningDenis Vlasenko
2007-05-18awk: fix a trivial bug introduced by me.Denis Vlasenko
2007-05-18we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),Denis Vlasenko
2007-05-17awk: make code a bit less obfuscatedDenis Vlasenko
2007-05-17several *.c files:Denis Vlasenko
2007-05-17vi: remove two globalsDenis Vlasenko
2007-05-17hush: do "struct globals" trick. hush.o data+bss = 0 bytes now.Denis Vlasenko
2007-05-17hush: consolidated variable expansion for assignments and "normal" one.Denis Vlasenko
2007-05-17more compile fixes from randomconfig runDenis Vlasenko
2007-05-17fix trivial compile errors found by randomconfig runDenis Vlasenko
2007-05-16netstat: fix error in new -W option handlingDenis Vlasenko
2007-05-16hush: take care of several easy FIXMEs. -228 bytes.Denis Vlasenko
2007-05-16hush: another microscopic typo fixDenis Vlasenko
2007-05-16hush: fix English in commentDenis Vlasenko
2007-05-16hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;')Denis Vlasenko
2007-05-16hush: fix expansion of quoted $VAR, $* and $@Denis Vlasenko
2007-05-16hush: fix incorrect processing of echo "'$var'".Denis Vlasenko
2007-05-15netstat: introduce -W: wide, ipv6-friendly outputDenis Vlasenko
2007-05-15- apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:Bernhard Reutner-Fischer
2007-05-15- busybox.c was removed a while agoBernhard Reutner-Fischer