aboutsummaryrefslogtreecommitdiff
path: root/init/init_shared.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* init: stop doing silly things with the console (-400 bytes)Denis Vlasenko2007-02-211-10/+0
| | | | init_shared.[ch]: unused, thus deleted
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-0/+6
| | | | and eventual platform specific includes in early.
* - fix IMA compile error i introduced when adding this untested snippet.Bernhard Reutner-Fischer2006-05-311-1/+1
|
* - consolidate "Sending SIG%s to all processes"; untested..Bernhard Reutner-Fischer2006-05-301-0/+1
| | | | | | text data bss dec hex filename 5379 32 8 5419 152b init/init.o.oorig 5358 32 8 5398 1516 init/init.o
* Support reboot, halt, and poweroff independent of busybox init.Eric Andersen2003-07-221-0/+2
| | | | | Simplify and fixup some logic. -Erik
* Apply last_patch93 from vodz:Eric Andersen2003-06-271-0/+1
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