index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
reboot
/
reboot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing parameters -N and -l to reroot and halt usage()
garga
2016-05-06
1
-2
/
+2
*
Fix use of uninitialised Nflag
smh
2015-12-30
1
-1
/
+1
*
Add flag to disable inital reboot(8) userland sync
smh
2015-12-15
1
-2
/
+8
*
Userspace part of reroot support. This makes it possible to change
trasz
2015-11-08
1
-1
/
+19
*
Let reboot(8) use getprogname() to compare the program name.
ed
2011-12-11
1
-3
/
+3
*
Port the remaining apps in sbin/ to utmpx; only reboot(8).
ed
2010-01-13
1
-2
/
+1
*
Add forgotten `void' keyword. This function has no arguments.
ed
2009-12-29
1
-1
/
+1
*
Let init(8) and reboot(8) use utmpx to log wtmp entries.
ed
2009-12-05
1
-2
/
+7
*
More rational usage()
des
2009-11-10
1
-3
/
+5
*
Remove and unused variable.
bz
2009-01-31
1
-2
/
+1
*
Block a variety of signals which may afffect reboot(8), before killing
bms
2006-08-02
1
-2
/
+15
*
Block SIGHUP before killing init(8), to avoid a race condition which may
bms
2006-08-02
1
-3
/
+3
*
Truncate nextboot.conf file on creation, so existing garbage will be removed.
pjd
2005-03-21
1
-1
/
+2
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-10
1
-2
/
+2
*
Code style tweaks: Use static and const where suitable.
delphij
2005-01-25
1
-7
/
+6
*
The kernel specified in main() of reboot(8) will be initialized
delphij
2005-01-25
1
-5
/
+4
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
Use __FBSDID() to quiet GCC 3.3 warnings.
obrien
2003-05-03
1
-4
/
+4
*
When kill(-1) returns ESRCH, it could be because the current process
rwatson
2003-04-02
1
-1
/
+1
*
Set only the RB_POWEROFF flag (not the RB_HALT flag) when
thomas
2002-10-06
1
-1
/
+1
*
Correct the file that reboot -k creates so that it works with the new
gordon
2002-05-28
1
-0
/
+1
*
Rename the file used to specify the nextboot to make it clear that this
wes
2002-04-26
1
-1
/
+1
*
Add a -k option to reboot to specify the kernel to boot next time
wes
2002-04-26
1
-5
/
+20
*
Constify and set WARNS=2.
dd
2001-07-15
1
-1
/
+2
*
Include missing header files which define functions for which gcc has
dd
2001-06-24
1
-0
/
+1
*
Remove the "undocumented" comment in re lflag.
nik
2001-05-24
1
-1
/
+1
*
Reboot(8) normally waits 5 seconds after sending SIGTERMs to all
iedowse
2001-03-20
1
-10
/
+32
*
Add a "-d" option which causes the system to generate a crash dump.
jdp
1999-11-21
1
-2
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Correct use of .Nm. Add rcsid. -Wall. Add -p flag in usage string (was missing).
charnier
1998-07-15
1
-8
/
+11
*
Remove lines inside #ifdef 0/#endif.
charnier
1997-06-30
1
-32
/
+1
*
Use err(3) instead of local copy.
charnier
1997-06-16
1
-7
/
+13
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Add support to halt, to allow it to request that the power be turned off
julian
1996-08-24
1
-2
/
+6
*
Install aliases "fasthalt" and "fastboot" for halt and boot respectively.
dg
1994-08-21
1
-1
/
+1
*
BSD 4.4 Lite sbin Sources
rgrimes
1994-05-26
1
-0
/
+204