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
2009-06-22post 1.14.1 fixes; bump version to 1.14.21_14_2Denys Vlasenko
2009-06-02hush: add support for special vars in bracesMike Frysinger
2009-05-27depmod.pl: updates and fixes galoreMike Frysinger
2009-05-27hush: more fixes from trunk; bump version to 1.14.11_14_1Denys Vlasenko
2009-05-27post-1.14.0 fixesDenys Vlasenko
2009-04-15website: another tweakDenis Vlasenko
2009-04-15website: yet another small tweakDenis Vlasenko
2009-04-15website: another tiny tweakDenis Vlasenko
2009-04-15website: textual fixes in 1.14.0 announcement textDenis Vlasenko
2009-04-15website: announce 1.14.0 and 1.13.41_14_0Denis Vlasenko
2009-04-15mdev: safer handling of $SUBSYSTEM in mdev -sDenis Vlasenko
2009-04-14pointless whitespace/comment fixes, no code changesDenis Vlasenko
2009-04-14randomconfig fixesDenis Vlasenko
2009-04-14website: update ActionTec URL to http://opensource.actiontec.com/Denis Vlasenko
2009-04-14website: fix obsoleteDenis Vlasenko
2009-04-14*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko
2009-04-14mdev: add support for - "dont stop here" charDenis Vlasenko
2009-04-14mdev: provide $SUBSYSTEM (by Vladimir)Denis Vlasenko
2009-04-14move llist_find_str from modutils to libbbDenis Vlasenko
2009-04-14modutils: remove redundant sanitizationDenis Vlasenko
2009-04-13hush: make function support configurableDenis Vlasenko
2009-04-13mdev: fix a bug where \t is not treated as delimiter after [>|=PATH]Denis Vlasenko
2009-04-13mdev: make usage text more usefulDenis Vlasenko
2009-04-13dhcprelay: fix usage text. Simplify and make code more readable.Denis Vlasenko
2009-04-13rmmod: fix bug 263Denis Vlasenko
2009-04-13mdev: ignore events with "$SUBSYSTEM" == "firmware" && "$ACTION" == "remove"Denis Vlasenko
2009-04-13website: add http://www.dream-multimedia-tv.de/ to list of productsDenis Vlasenko
2009-04-13hush: pass functions to child shells on NOMMUDenis Vlasenko
2009-04-12dnsd: stop using oversized buffer. trim comment.Denis Vlasenko
2009-04-12halt/reboot/powerdown: accept and ignore -iDenis Vlasenko
2009-04-12modutils: small optimizationDenis Vlasenko
2009-04-12mdev: do not complain if /sys/block doesn't existDenis Vlasenko
2009-04-12awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)Denis Vlasenko
2009-04-12getty: fix handling of speed 0;Denis Vlasenko
2009-04-12mount: users report that CIFS support is breaking things,Denis Vlasenko
2009-04-12dnsd: removed highly questionable setting of signals to SIG_IGNDenis Vlasenko
2009-04-12dnsd: fix a number of bugs. Ideas by Ming-Ching Tiew (mctiew AT yahoo.com)Denis Vlasenko
2009-04-12ash: fix warning in debug buildDenis Vlasenko
2009-04-11hush: remove functions from TODOsDenis Vlasenko
2009-04-11hush: improve debugging outputDenis Vlasenko
2009-04-11hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bugDenis Vlasenko
2009-04-11hush: tweak testsDenis Vlasenko
2009-04-11hush: add function testsDenis Vlasenko
2009-04-11hush: pass $n to functionsDenis Vlasenko
2009-04-11hush: fix a few thinkos in function support; make it work on NOMMU;Denis Vlasenko
2009-04-10hush: first stab at function support. argv passing is not coded yet.Denis Vlasenko
2009-04-10hush: reinstate accidentally reverted comment fix Denis Vlasenko
2009-04-10hush: fix some TODOs. TODO in export builting: +250 bytes.Denis Vlasenko
2009-04-10hush: tighten up "for" variable name check.Denis Vlasenko
2009-04-10hush: fix typo in commentDenis Vlasenko