aboutsummaryrefslogtreecommitdiff
path: root/init/halt.c
AgeCommit message (Expand)Author
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-10-12init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-19init,halt: portability improvementsJeremie Koenig
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko
2009-10-23libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko
2009-07-27halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatiblyAlexander Shishkin
2009-04-12halt/reboot/powerdown: accept and ignore -iDenis Vlasenko
2009-03-07halt/reboot/poweroff: improve error reportingDenis Vlasenko
2008-09-25whitespace fixesDenis Vlasenko
2008-09-11halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.cDenis Vlasenko
2008-09-01- halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)Bernhard Reutner-Fischer
2008-08-03halt: signal init regardless of ENABLE_INITDenis Vlasenko
2008-07-21- document -fBernhard Reutner-Fischer
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-01- use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-01-24halt: write wtmp entry if wtmp support is enabledDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-11-01PID should be stored in pid_t, not int or long.Denis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-05-26- provide fallback defines for non-linuxBernhard Reutner-Fischer
2006-02-22Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley
2006-01-30Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.Rob Landley
2006-01-22The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anythingRob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-22Support reboot, halt, and poweroff independent of busybox init.Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-06-27Apply last_patch93 from vodz:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-04-13Update some missing copyright noticesEric Andersen
2001-12-06If find_pid_by_name() had an error, it was returning -1, but storingEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-18Fix a nasty bug with variable name shadowingEric Andersen
2001-10-03Look for either "init" or "linuxrc" processesEric Andersen
2001-07-05Be extra extra careful about what we dereference.Eric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen