Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2009-04-05 | modprobe/insmod for 2.4: support compressed modules. | Denis Vlasenko | 1 | -24/+33 |
2009-04-05 | hush: strip NULs from file input, they are PITA/impossible to handle correctly | Denis Vlasenko | 1 | -6/+8 |
2009-04-05 | drop HUSH_VER_STR since it has no relevance anymore -- just use BB_VER | Mike Frysinger | 1 | -4/+2 |
2009-04-05 | hush: fix trap clearing in subshells on MMU; simplify NOMMU a bit: | Denis Vlasenko | 1 | -32/+92 |
2009-04-05 | hush: audit and fix "interactive shell" setup code. | Denis Vlasenko | 1 | -148/+175 |
2009-04-05 | hush: pass $! thru re-execution; try harder on re-exec; give error | Denis Vlasenko | 1 | -41/+57 |
2009-04-05 | hush: suppress bogus warning from 4.2.1 | Denis Vlasenko | 1 | -2/+7 |
2009-04-05 | build system tweaks to account for latest hush changes | Denis Vlasenko | 2 | -18/+6 |
2009-04-05 | hush: randomconfig fixes | Denis Vlasenko | 1 | -21/+28 |
2009-04-05 | hush: plug the leak on NOMMU re-execute path | Denis Vlasenko | 1 | -3/+32 |