aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-27add stdcall to FAST_FUNCDenis Vlasenko
2008-06-27vi: fix vda's thinkoDenis Vlasenko
2008-06-27expand comment about FAST_FUNCDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-27ash: improve commentsDenis Vlasenko
2008-06-27ash: fix very weak $RANDOM generator; and move even more thingsDenis Vlasenko
2008-06-27ash: move stuff out of data/bssDenis Vlasenko
2008-06-26print_flags: fix trivial thinkoDenis Vlasenko
2008-06-26bunzip2: fix an uncompression error. Add the example to testsuite.Denis Vlasenko
2008-06-26style fixes, no code changesDenis Vlasenko
2008-06-26open_transformer: fix bug of calling exit instead of _exitDenis Vlasenko
2008-06-25b[un]zip2, g[un]zip: unlink destination if -f is given. Closes 3854Denis Vlasenko
2008-06-25Announce 1.10.4 and 1.11.0Denis Vlasenko
2008-06-25busybox: do not print help to fd 2, print it to fd 1Denis Vlasenko
2008-06-25update defconfigDenis Vlasenko
2008-06-25Start 1.12.xDenis Vlasenko
2008-06-25This is 1.11.0Denis Vlasenko
2008-06-25mkfs_minix, fsck_minix: code shrinkDenis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-06-24mount: fix mishandling of proto=tcp/udpDenis Vlasenko
2008-06-24mount: code shrink without logic changes. Added a commentDenis Vlasenko
2008-06-24changes in comments onlyDenis Vlasenko
2008-06-24vi: fix yet another vda's thinkoDenis Vlasenko
2008-06-24hush: ifdef out parts which are not neededDenis Vlasenko
2008-06-24hush: kill some old unused fields; small code shrinkDenis Vlasenko
2008-06-23fix breakage found by randomconfigDenis Vlasenko
2008-06-23hush: trivial fix in debug codeDenis Vlasenko
2008-06-23ash: trivial code readability fixesDenis Vlasenko
2008-06-23ash: improve readability of the code. No real code changes.Denis Vlasenko
2008-06-23ash: optional support for $'...\t...\n...' bashismDenis Vlasenko
2008-06-22trim usage textDenis Vlasenko
2008-06-22mdoprobe: fix SEGV bug (by Vlad Dronnikov)Denis Vlasenko
2008-06-22vi: fix obvious thinko'sDenis Vlasenko
2008-06-22wget: accept code 204.Denis Vlasenko
2008-06-22vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)Denis Vlasenko
2008-06-22ash: minor shrink (mostly smallints) and variable renamingDenis Vlasenko
2008-06-21dpkg: trivial code shrinkage, and redo G trick correctly.Denis Vlasenko
2008-06-21dpkg: code shrinkDenis Vlasenko
2008-06-21dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko
2008-06-21vi: small code shrinkDenis Vlasenko
2008-06-20vi: fix the bug where vi never grows the edit buffer.Denis Vlasenko
2008-06-20ssd: fix commentDenis Vlasenko
2008-06-20udhcpc: change BPF filter to not use 0xffffffff as a max packet size,Denis Vlasenko
2008-06-18strrchr: actually, last one was finding "" in "any" at pos 0,Denis Vlasenko
2008-06-18strrchr: bikeshed painting time!Denis Vlasenko
2008-06-18ash: fix "shift BIGNUM" and "read with no variable name" bugs.Denis Vlasenko
2008-06-18cosmetics in hush testsuitesDenis Vlasenko
2008-06-18fix globbing in unquoted $* and $@Denis Vlasenko
2008-06-18fix trivial error with inverted exit code in lsDenis Vlasenko
2008-06-18hush: fix a bug with backslashes improperly handled in unquoted variables.Denis Vlasenko