aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-27176-841/+847
* ash: improve commentsDenis Vlasenko2008-06-271-14/+15
* ash: fix very weak $RANDOM generator; and move even more thingsDenis Vlasenko2008-06-271-52/+66
* ash: move stuff out of data/bssDenis Vlasenko2008-06-271-65/+58
* print_flags: fix trivial thinkoDenis Vlasenko2008-06-262-3/+3
* bunzip2: fix an uncompression error. Add the example to testsuite.Denis Vlasenko2008-06-263-15/+458
* style fixes, no code changesDenis Vlasenko2008-06-2611-19/+19
* open_transformer: fix bug of calling exit instead of _exitDenis Vlasenko2008-06-262-11/+24
* b[un]zip2, g[un]zip: unlink destination if -f is given. Closes 3854Denis Vlasenko2008-06-251-0/+6
* Announce 1.10.4 and 1.11.0Denis Vlasenko2008-06-251-6/+46
* busybox: do not print help to fd 2, print it to fd 1Denis Vlasenko2008-06-251-0/+1
* update defconfigDenis Vlasenko2008-06-251-5/+26
* Start 1.12.xDenis Vlasenko2008-06-251-2/+2
* This is 1.11.0Denis Vlasenko2008-06-251-1/+1
* mkfs_minix, fsck_minix: code shrinkDenis Vlasenko2008-06-252-19/+19
* whitespace fixes. no code changesDenis Vlasenko2008-06-2523-75/+62
* mount: fix mishandling of proto=tcp/udpDenis Vlasenko2008-06-241-38/+44
* mount: code shrink without logic changes. Added a commentDenis Vlasenko2008-06-241-99/+87
* changes in comments onlyDenis Vlasenko2008-06-242-7/+10
* vi: fix yet another vda's thinkoDenis Vlasenko2008-06-241-0/+1
* hush: ifdef out parts which are not neededDenis Vlasenko2008-06-241-46/+59
* hush: kill some old unused fields; small code shrinkDenis Vlasenko2008-06-241-58/+49
* fix breakage found by randomconfigDenis Vlasenko2008-06-237-15/+20
* hush: trivial fix in debug codeDenis Vlasenko2008-06-231-1/+1
* ash: trivial code readability fixesDenis Vlasenko2008-06-231-9/+8
* ash: improve readability of the code. No real code changes.Denis Vlasenko2008-06-231-9/+9
* ash: optional support for $'...\t...\n...' bashismDenis Vlasenko2008-06-233-29/+104
* trim usage textDenis Vlasenko2008-06-221-6/+3
* mdoprobe: fix SEGV bug (by Vlad Dronnikov)Denis Vlasenko2008-06-221-3/+1
* vi: fix obvious thinko'sDenis Vlasenko2008-06-221-5/+4
* wget: accept code 204.Denis Vlasenko2008-06-221-0/+25
* vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-06-221-5/+5
* ash: minor shrink (mostly smallints) and variable renamingDenis Vlasenko2008-06-221-91/+91
* dpkg: trivial code shrinkage, and redo G trick correctly.Denis Vlasenko2008-06-211-37/+35
* dpkg: code shrinkDenis Vlasenko2008-06-211-33/+61
* dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko2008-06-211-9/+7
* vi: small code shrinkDenis Vlasenko2008-06-211-35/+24
* vi: fix the bug where vi never grows the edit buffer.Denis Vlasenko2008-06-201-121/+154
* ssd: fix commentDenis Vlasenko2008-06-201-3/+3
* udhcpc: change BPF filter to not use 0xffffffff as a max packet size,Denis Vlasenko2008-06-201-1/+1
* strrchr: actually, last one was finding "" in "any" at pos 0,Denis Vlasenko2008-06-181-1/+1
* strrchr: bikeshed painting time!Denis Vlasenko2008-06-181-51/+43
* ash: fix "shift BIGNUM" and "read with no variable name" bugs.Denis Vlasenko2008-06-181-2/+4
* cosmetics in hush testsuitesDenis Vlasenko2008-06-182-3/+1
* fix globbing in unquoted $* and $@Denis Vlasenko2008-06-183-6/+25
* fix trivial error with inverted exit code in lsDenis Vlasenko2008-06-181-6/+6
* hush: fix a bug with backslashes improperly handled in unquoted variables.Denis Vlasenko2008-06-181-51/+115
* hush: add testsuite for "no globbing in redirection" rule.Denis Vlasenko2008-06-187-45/+75
* hush: expand quote3.tests and move from hush-bugs to hush-parsingDenis Vlasenko2008-06-184-11/+33
* hush: fix last hush-bugs testcase (disappearing "", $empty"" etc)Denis Vlasenko2008-06-181-12/+25