aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-02apply post-1.14.2 patchesDenys Vlasenko14-56/+99
2009-07-22hush: fix a case when backgrounded cmd makes shell hangDenys Vlasenko1-0/+2
2009-07-22hush: fix bug 353 (wrong handling of \x in assignments)Denys Vlasenko3-22/+31
2009-07-09depmod.pl: recurse through module dependenciesMike Frysinger1-10/+21
2009-06-22post 1.14.1 fixes; bump version to 1.14.21_14_2Denys Vlasenko12-228/+321
2009-06-01hush: add support for special vars in bracesMike Frysinger7-8/+9
2009-05-27depmod.pl: updates and fixes galoreMike Frysinger1-9/+56
2009-05-27hush: more fixes from trunk; bump version to 1.14.11_14_1Denys Vlasenko4-6/+16
2009-05-27post-1.14.0 fixesDenys Vlasenko14-778/+1201
2009-04-15website: another tweakDenis Vlasenko1-8/+5
2009-04-15website: yet another small tweakDenis Vlasenko1-3/+2
2009-04-15website: another tiny tweakDenis Vlasenko1-1/+1
2009-04-15website: textual fixes in 1.14.0 announcement textDenis Vlasenko1-30/+21
2009-04-15website: announce 1.14.0 and 1.13.41_14_0Denis Vlasenko4-3/+164
2009-04-14mdev: safer handling of $SUBSYSTEM in mdev -sDenis Vlasenko1-7/+7
2009-04-14pointless whitespace/comment fixes, no code changesDenis Vlasenko1-3/+3
2009-04-14randomconfig fixesDenis Vlasenko3-5/+12
2009-04-14website: update ActionTec URL to http://opensource.actiontec.com/Denis Vlasenko1-1/+1
2009-04-14website: fix obsoleteDenis Vlasenko1-2/+2
2009-04-14*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko8-227/+208
2009-04-13mdev: add support for - "dont stop here" charDenis Vlasenko2-83/+98
2009-04-13mdev: provide $SUBSYSTEM (by Vladimir)Denis Vlasenko1-7/+26
2009-04-13move llist_find_str from modutils to libbbDenis Vlasenko6-34/+17
2009-04-13modutils: remove redundant sanitizationDenis Vlasenko1-4/+5
2009-04-13hush: make function support configurableDenis Vlasenko3-32/+50
2009-04-13mdev: fix a bug where \t is not treated as delimiter after [>|=PATH]Denis Vlasenko1-1/+4
2009-04-13mdev: make usage text more usefulDenis Vlasenko2-19/+25
2009-04-13dhcprelay: fix usage text. Simplify and make code more readable.Denis Vlasenko2-65/+75
2009-04-13rmmod: fix bug 263Denis Vlasenko4-7/+13
2009-04-13mdev: ignore events with "$SUBSYSTEM" == "firmware" && "$ACTION" == "remove"Denis Vlasenko1-10/+21
2009-04-13website: add http://www.dream-multimedia-tv.de/ to list of productsDenis Vlasenko1-0/+1
2009-04-12hush: pass functions to child shells on NOMMUDenis Vlasenko1-43/+98
2009-04-12dnsd: stop using oversized buffer. trim comment.Denis Vlasenko1-17/+10
2009-04-12halt/reboot/powerdown: accept and ignore -iDenis Vlasenko1-5/+9
2009-04-12modutils: small optimizationDenis Vlasenko1-18/+16
2009-04-12mdev: do not complain if /sys/block doesn't existDenis Vlasenko1-2/+3
2009-04-12awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)Denis Vlasenko2-1/+10
2009-04-12getty: fix handling of speed 0;Denis Vlasenko1-10/+14
2009-04-12mount: users report that CIFS support is breaking things,Denis Vlasenko2-103/+104
2009-04-12dnsd: removed highly questionable setting of signals to SIG_IGNDenis Vlasenko1-11/+0
2009-04-12dnsd: fix a number of bugs. Ideas by Ming-Ching Tiew (mctiew AT yahoo.com)Denis Vlasenko1-163/+325
2009-04-12ash: fix warning in debug buildDenis Vlasenko1-1/+3
2009-04-11hush: remove functions from TODOsDenis Vlasenko1-2/+0
2009-04-11hush: improve debugging outputDenis Vlasenko1-101/+126
2009-04-11hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bugDenis Vlasenko2-21/+59
2009-04-10hush: tweak testsDenis Vlasenko3-37/+109
2009-04-10hush: add function testsDenis Vlasenko7-19/+65
2009-04-10hush: pass $n to functionsDenis Vlasenko1-12/+50
2009-04-10hush: fix a few thinkos in function support; make it work on NOMMU;Denis Vlasenko1-69/+120
2009-04-10hush: first stab at function support. argv passing is not coded yet.Denis Vlasenko1-64/+169