aboutsummaryrefslogtreecommitdiff
path: root/init/halt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* halt/reboot/powerdown: accept and ignore -iDenis Vlasenko2009-04-121-5/+9
* halt/reboot/poweroff: improve error reportingDenis Vlasenko2009-03-071-1/+1
* whitespace fixesDenis Vlasenko2008-09-251-1/+1
* halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.cDenis Vlasenko2008-09-111-29/+35
* - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)Bernhard Reutner-Fischer2008-09-011-7/+8
* halt: signal init regardless of ENABLE_INITDenis Vlasenko2008-08-031-2/+5
* - document -fBernhard Reutner-Fischer2008-07-211-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-06-011-4/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-3/+4
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+1
* halt: write wtmp entry if wtmp support is enabledDenis Vlasenko2008-01-241-5/+38
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* PID should be stored in pid_t, not int or long.Denis Vlasenko2006-11-011-11/+16
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-3/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-3/+2
* - provide fallback defines for non-linuxBernhard Reutner-Fischer2006-05-261-1/+13
* Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley2006-02-221-2/+4
* Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.Rob Landley2006-01-301-12/+26
* The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anythingRob Landley2006-01-221-22/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Support reboot, halt, and poweroff independent of busybox init.Eric Andersen2003-07-221-2/+18
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* Apply last_patch93 from vodz:Eric Andersen2003-06-271-12/+3
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
* Update some missing copyright noticesEric Andersen2002-04-131-1/+1
* If find_pid_by_name() had an error, it was returning -1, but storingEric Andersen2001-12-061-1/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-1/+1
* Fix a nasty bug with variable name shadowingEric Andersen2001-10-181-1/+1
* Look for either "init" or "linuxrc" processesEric Andersen2001-10-031-2/+5
* Be extra extra careful about what we dereference.Eric Andersen2001-07-051-1/+4
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Centralize handling of --help.Matt Kraai2000-07-191-3/+0
* Add usage messages for applets without them.Matt Kraai2000-07-191-0/+3
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+2
* Patch to make killall actually kill all PIDs with the specified name,Erik Andersen2000-04-071-1/+1
* Fix bugs related to finding PIDs.Erik Andersen2000-03-071-0/+4
* Wrote killall.Erik Andersen2000-03-071-1/+1
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-5/+4
* Adjustments for Johns init stuff,Eric Andersen1999-12-091-1/+2
* Fixed up copyright notices and suchEric Andersen1999-10-201-0/+22