Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-28apply post-1.11.2 fixes, bump version to 1.11.31_11_31_11_stableDenis Vlasenko
2008-09-05- sync with trunkBernhard Reutner-Fischer
2008-09-05- fix typoBernhard Reutner-Fischer
2008-09-05- pull r22872 from trunk:Bernhard Reutner-Fischer
2008-08-21apply post-1.11.1 patches, bump version to 1.11.21_11_2Denis Vlasenko
2008-08-06- fix typoBernhard Reutner-Fischer
2008-08-06- remove erroneous & from &var. By Vladimir. (r23056 from trunk)Bernhard Reutner-Fischer
2008-08-05- don't free user-supplied string (via -e)Bernhard Reutner-Fischer
2008-07-12cpio: dont use UNUSED_PARAM, it exists only in 1.11.11_11_1Denis Vlasenko
2008-07-12cpio: backport the fix forDenis Vlasenko
2008-07-11Apply post-1.11.0 patches. Bump version to 1.11.1.Denis Vlasenko
2008-06-25defconfig fix; "help output to fd 2" fixDenis 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-25mount: 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-24fix 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-23trim 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-22dpkg: trivial code shrinkage, and redo G trick correctly.Denis Vlasenko
2008-06-22dpkg: code shrinkDenis Vlasenko
2008-06-22dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko
2008-06-22vi: small code shrinkDenis Vlasenko
2008-06-21vi: 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-19strrchr: 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
2008-06-18hush: add testsuite for "no globbing in redirection" rule.Denis Vlasenko
2008-06-18hush: expand quote3.tests and move from hush-bugs to hush-parsingDenis Vlasenko
2008-06-18hush: fix last hush-bugs testcase (disappearing "", $empty"" etc)Denis Vlasenko
2008-06-18- fixes from TitoBernhard Reutner-Fischer