summaryrefslogtreecommitdiffstats
path: root/sbin/reboot/reboot.c
Commit message (Expand)AuthorAgeFilesLines
* Let reboot(8) use getprogname() to compare the program name.ed2011-12-111-3/+3
* Port the remaining apps in sbin/ to utmpx; only reboot(8).ed2010-01-131-2/+1
* Add forgotten `void' keyword. This function has no arguments.ed2009-12-291-1/+1
* Let init(8) and reboot(8) use utmpx to log wtmp entries.ed2009-12-051-2/+7
* More rational usage()des2009-11-101-3/+5
* Remove and unused variable.bz2009-01-311-2/+1
* Block a variety of signals which may afffect reboot(8), before killingbms2006-08-021-2/+15
* Block SIGHUP before killing init(8), to avoid a race condition which maybms2006-08-021-3/+3
* Truncate nextboot.conf file on creation, so existing garbage will be removed.pjd2005-03-211-1/+2
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-2/+2
* Code style tweaks: Use static and const where suitable.delphij2005-01-251-7/+6
* The kernel specified in main() of reboot(8) will be initializeddelphij2005-01-251-5/+4
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+4
* When kill(-1) returns ESRCH, it could be because the current processrwatson2003-04-021-1/+1
* Set only the RB_POWEROFF flag (not the RB_HALT flag) whenthomas2002-10-061-1/+1
* Correct the file that reboot -k creates so that it works with the newgordon2002-05-281-0/+1
* Rename the file used to specify the nextboot to make it clear that thiswes2002-04-261-1/+1
* Add a -k option to reboot to specify the kernel to boot next timewes2002-04-261-5/+20
* Constify and set WARNS=2.dd2001-07-151-1/+2
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* Remove the "undocumented" comment in re lflag.nik2001-05-241-1/+1
* Reboot(8) normally waits 5 seconds after sending SIGTERMs to alliedowse2001-03-201-10/+32
* Add a "-d" option which causes the system to generate a crash dump.jdp1999-11-211-2/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correct use of .Nm. Add rcsid. -Wall. Add -p flag in usage string (was missing).charnier1998-07-151-8/+11
* Remove lines inside #ifdef 0/#endif.charnier1997-06-301-32/+1
* Use err(3) instead of local copy.charnier1997-06-161-7/+13
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Add support to halt, to allow it to request that the power be turned offjulian1996-08-241-2/+6
* Install aliases "fasthalt" and "fastboot" for halt and boot respectively.dg1994-08-211-1/+1
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+204
OpenPOWER on IntegriCloud