aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixesDenis Vlasenko2007-05-3029-82/+82
* verror_msg: don't printf(NULL)Denis Vlasenko2007-05-291-3/+8
* test: close bug 1371Denis Vlasenko2007-05-271-5/+10
* ping: fix wrong sign extension of packet id (bug 1373)Denis Vlasenko2007-05-271-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-26251-269/+270
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-269-36/+35
* - fix typo in help text and fix punctuationBernhard Reutner-Fischer2007-05-261-4/+4
* hush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl-C bugs. +50 bytes of code.Denis Vlasenko2007-05-251-6/+18
* hush: avoid duplicating HUSH_VERSIONDenis Vlasenko2007-05-251-15/+16
* hush: micro-optimization in new variable codeDenis Vlasenko2007-05-251-5/+5
* hush: we can't do without variable->value member, saving 25 bytes of codeDenis Vlasenko2007-05-251-42/+38
* hush: rework variable storage and environment handling.Denis Vlasenko2007-05-254-167/+238
* hush: update README with yet another failure caseDenis Vlasenko2007-05-241-0/+5
* hush: fix segfaulting syntax error in interactive hushDenis Vlasenko2007-05-241-23/+29
* hush: improve 2 testsuite testsDenis Vlasenko2007-05-244-2/+17
* hush: add 2 tests for correct syntax error reportingDenis Vlasenko2007-05-242-0/+2
* udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not...Denis Vlasenko2007-05-241-1/+3
* hush: fix handling of unmatched ${name (without closing '}') -Denis Vlasenko2007-05-244-9/+15
* hush: make syntax error messages a bit more usefulDenis Vlasenko2007-05-233-29/+37
* hush: prepare testsuite for new, fixed error message formatDenis Vlasenko2007-05-231-1/+1
* hush: fix job control with eval /bin/external_progDenis Vlasenko2007-05-233-92/+96
* hush: fix a bit different instance of "No EOL" bug,Denis Vlasenko2007-05-235-40/+57
* fix execute bit on hush-misc/shift.testsDenis Vlasenko2007-05-231-0/+0
* hdparm: make -T -t code smaller (-194 bytes), and output prettierDenis Vlasenko2007-05-221-97/+75
* hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush.Denis Vlasenko2007-05-212-38/+109
* shells: update README and testsuite. environment memory leakDenis Vlasenko2007-05-213-1/+17
* hush: using smallints where we can. save ~20 bytes in code andDenis Vlasenko2007-05-211-47/+50
* hush: fix shift + $0 bug; add testcaseDenis Vlasenko2007-05-203-1/+9
* 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