Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything | Rob Landley | 2006-01-22 | 1 | -30/+1 |
| | | | | | | else is a kernel bug. Both 2.4 and 2.6 should get this right now. This should fix the bug IraquiGeek is seeing (although killall still needs to be fixed.) | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | Thomas Geulig, remove duplicate header | Glenn L McGrath | 2004-02-22 | 1 | -2/+0 |
| | |||||
* | Several simplifications and indenting changes, per | Eric Andersen | 2003-07-22 | 1 | -26/+25 |
| | | | | last_patch97 from vodz | ||||
* | Support reboot, halt, and poweroff independent of busybox init. | Eric Andersen | 2003-07-22 | 1 | -2/+79 |
| | | | | | Simplify and fixup some logic. -Erik | ||||
* | Apply last_patch93 from vodz: | Eric Andersen | 2003-06-27 | 1 | -0/+21 |
andersen@busybox.net wrote: >Message: 4 >Modified Files: > init.c >Log Message: >Remove code for unsupported kernel versions Hmm. Current init.c have check >= 2.2.0 kernel one time too. Ok. Last patch removed this point and move common init code to new file for /init dir |