aboutsummaryrefslogtreecommitdiff
path: root/init/init_shared.c
AgeCommit message (Collapse)Author
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley
Erik or I are primary copyright holders on.
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
and eventual platform specific includes in early.
2006-05-31- fix IMA compile error i introduced when adding this untested snippet.Bernhard Reutner-Fischer
2006-05-30- consolidate "Sending SIG%s to all processes"; untested..Bernhard Reutner-Fischer
text data bss dec hex filename 5379 32 8 5419 152b init/init.o.oorig 5358 32 8 5398 1516 init/init.o
2006-05-26- use portability wrapper define bb_setpgrp.Bernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
definitions. (That should only be on prototypes.)
2006-01-22The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anythingRob Landley
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.)
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-22Thomas Geulig, remove duplicate headerGlenn L McGrath
2003-07-22Several simplifications and indenting changes, perEric Andersen
last_patch97 from vodz
2003-07-22Support reboot, halt, and poweroff independent of busybox init.Eric Andersen
Simplify and fixup some logic. -Erik
2003-06-27Apply last_patch93 from vodz:Eric Andersen
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