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-09-12apply post-1.14.3 fixes; bump version to 1.14.41_14_41_14_stableDenys Vlasenko
2009-08-20trylink: don't use ld --gc-sections if ld doesn't support itDenys Vlasenko
2009-08-03revert last commit, it was meant for masterDenys Vlasenko
2009-08-03nc: fix nc -ll; report vfork errors; make select loop fasterTomoya Adachi
2009-08-02bump version to 1.14.31_14_3Denys Vlasenko
2009-08-02apply post-1.14.2 patchesDenys Vlasenko
2009-07-22hush: fix a case when backgrounded cmd makes shell hangDenys Vlasenko
2009-07-22hush: fix bug 353 (wrong handling of \x in assignments)Denys Vlasenko
2009-07-09depmod.pl: recurse through module dependenciesMike Frysinger
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