aboutsummaryrefslogtreecommitdiff
path: root/init/init_shared.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* init: stop doing silly things with the console (-400 bytes)Denis Vlasenko2007-02-211-63/+0
| | | | init_shared.[ch]: unused, thus deleted
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
|
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-6/+1
| | | | Erik or I are primary copyright holders on.
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-1/+1
| | | | and eventual platform specific includes in early.
* - fix IMA compile error i introduced when adding this untested snippet.Bernhard Reutner-Fischer2006-05-311-0/+1
|
* - consolidate "Sending SIG%s to all processes"; untested..Bernhard Reutner-Fischer2006-05-301-4/+4
| | | | | | text data bss dec hex filename 5379 32 8 5419 152b init/init.o.oorig 5358 32 8 5398 1516 init/init.o
* - use portability wrapper define bb_setpgrp.Bernhard Reutner-Fischer2006-05-261-1/+2
|
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anythingRob Landley2006-01-221-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 Andersen2004-03-151-1/+1
|
* Thomas Geulig, remove duplicate headerGlenn L McGrath2004-02-221-2/+0
|
* Several simplifications and indenting changes, perEric Andersen2003-07-221-26/+25
| | | | last_patch97 from vodz
* Support reboot, halt, and poweroff independent of busybox init.Eric Andersen2003-07-221-2/+79
| | | | | Simplify and fixup some logic. -Erik
* Apply last_patch93 from vodz:Eric Andersen2003-06-271-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