Bump to version 1.22.1
[platform/upstream/busybox.git] / init / halt.c
2011-07-08 Denys Vlasenkohalt: perror_msg_and_die needs bb_ prefix
2011-07-02 Denys Vlasenkohalt/reboot: better message if /sbin/telinit is not...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-01-25 Denys Vlasenkomove utmp.h include to libbb.h
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-10-12 Denys Vlasenkoinit/*: move applet/kbuild/config/help bits into applet...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-18 Jeremie Koeniginit,halt: portability improvements
2010-04-05 Denys Vlasenkotelnetd: write LOGIN/DEAD_PROCESS utmp records. Closes...
2010-04-05 Denys Vlasenkolibbb: split update_utmp from login/getty in preparatio...
2009-10-23 Denys Vlasenkolibbb.h: tidy it up a bit. no code changes (verified)
2009-07-27 Alexander Shishkinhalt/reboot/poweroff: add a CONFIG_xxx to act SysV...
2009-04-12 Denis Vlasenkohalt/reboot/powerdown: accept and ignore -i
2009-03-07 Denis Vlasenkohalt/reboot/poweroff: improve error reporting
2008-09-25 Denis Vlasenkowhitespace fixes
2008-09-11 Denis Vlasenkohalt: reinstate -w even if !FEATURE_WTMP; beautify...
2008-09-01 Bernhard Reutner... - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)
2008-08-03 Denis Vlasenkohalt: signal init regardless of ENABLE_INIT
2008-07-21 Bernhard Reutner... - document -f
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-01 Bernhard Reutner... - use ut_user rather than ut_name (Cristian Ionescu...
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-01-24 Denis Vlasenkohalt: write wtmp entry if wtmp support is enabled
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-01 Denis VlasenkoPID should be stored in pid_t, not int or long.
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-26 Bernhard Reutner... - provide fallback defines for non-linux
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-01-30 Rob LandleyRe-add initrd support, unify halt/reboot/poweroff,...
2006-01-22 Rob LandleyThe whole "init is sometimes pid 3" thing is silly...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-22 Eric AndersenSupport reboot, halt, and poweroff independent of busyb...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-06-27 Eric AndersenApply last_patch93 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-04-13 Eric AndersenUpdate some missing copyright notices
2001-12-06 Eric AndersenIf find_pid_by_name() had an error, it was returning...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenFix a nasty bug with variable name shadowing
2001-10-03 Eric AndersenLook for either "init" or "linuxrc" processes
2001-07-05 Eric AndersenBe extra extra careful about what we dereference.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-19 Matt KraaiAdd usage messages for applets without them.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-04-07 Erik AndersenPatch to make killall actually kill all PIDs with the...
2000-03-07 Erik AndersenFix bugs related to finding PIDs.
2000-03-07 Erik AndersenWrote killall.
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
1999-12-09 Eric AndersenAdjustments for Johns init stuff,
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-18 Eric AndersenMore stuff
1999-10-05 Eric AndersenInitial revision 0_29alpha2