aboutsummaryrefslogtreecommitdiff
path: root/init/halt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-041-2/+2
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* PID should be stored in pid_t, not int or long.vda2006-11-011-11/+16
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-221-3/+1
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-3/+2
* - provide fallback defines for non-linuxaldot2006-05-261-1/+13
* Patch from Denis Vlasenko to constify things and fix a few typos.landley2006-02-221-2/+4
* Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.landley2006-01-301-12/+26
* The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anythinglandley2006-01-221-22/+2
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Support reboot, halt, and poweroff independent of busybox init.andersen2003-07-221-2/+18
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-1/+1
* Apply last_patch93 from vodz:andersen2003-06-271-12/+3
* Major coreutils update.mjn32003-03-191-1/+1
* Update some missing copyright noticesandersen2002-04-131-1/+1
* If find_pid_by_name() had an error, it was returning -1, but storingandersen2001-12-061-1/+1
* Major rework of the directory structure and the entire build system.andersen2001-10-241-1/+1
* Fix a nasty bug with variable name shadowingandersen2001-10-181-1/+1
* Look for either "init" or "linuxrc" processesandersen2001-10-031-2/+5
* Be extra extra careful about what we dereference.andersen2001-07-051-1/+4
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Centralize handling of --help.kraai2000-07-191-3/+0
* Add usage messages for applets without them.kraai2000-07-191-0/+3
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-2/+2
* Patch to make killall actually kill all PIDs with the specified name,erik2000-04-071-1/+1
* Fix bugs related to finding PIDs.erik2000-03-071-0/+4
* Wrote killall.erik2000-03-071-1/+1
* Some formatting updates (ran the code through indent)erik2000-02-081-5/+4
* Adjustments for Johns init stuff,andersen1999-12-091-1/+2
* Fixed up copyright notices and suchandersen1999-10-201-0/+22
* More stuffandersen1999-10-181-6/+3
* Initial revisionandersen1999-10-051-0/+12