summaryrefslogtreecommitdiff
path: root/init/halt.c
Commit message (Expand)AuthorAgeFilesLines
* halt: perror_msg_and_die needs bb_ prefixDenys Vlasenko2011-07-081-1/+1
* halt/reboot: better message if /sbin/telinit is not foundDenys Vlasenko2011-07-031-1/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-3/+0
* move utmp.h include to libbb.hDenys Vlasenko2011-01-251-1/+0
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-3/+3
* init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko2010-10-121-0/+62
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* init,halt: portability improvementsJeremie Koenig2010-07-191-13/+1
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-7/+8
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-051-1/+0
* libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko2009-10-231-1/+6
* halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatiblyAlexander Shishkin2009-07-271-1/+17
* 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