index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
reboot
/
reboot.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
reboot: don't wait for processes to die if there are none
sf
2017-08-22
1
-4
/
+15
*
s/CPU_LIDSUSPEND/CPU_LIDACTION/
natano
2017-06-16
1
-3
/
+3
*
Add a new sysctl machdep.lidaction. The sysctl works as follows:
natano
2017-03-02
1
-7
/
+5
*
Pull in <sys/time.h> for struct timespec
guenther
2016-08-27
1
-2
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+1
*
Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP.
millert
2013-02-09
1
-2
/
+2
*
disable lidsuspend on shutdown
halex
2012-07-10
1
-1
/
+18
*
Block all signals before sending SIGTERM to all non-system processes.
millert
2010-07-23
1
-1
/
+9
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-15
/
+1
*
it's silly for reboot to poweroff. adapted from diff by diana eichert
tedu
2007-05-11
1
-3
/
+3
*
delint
dhill
2006-06-01
1
-3
/
+3
*
if "/etc/rc shutdown" exits 2, attempt powerdown. it does so if
henning
2006-04-06
1
-4
/
+7
*
variety of cleanups; nofsk@aanet.com.au and I
deraadt
2004-07-09
1
-10
/
+15
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
ansi
deraadt
2002-07-03
1
-6
/
+4
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-3
/
+3
*
kill more registers;
mpech
2001-11-05
1
-3
/
+3
*
#include <termios.h>
millert
2001-07-19
1
-2
/
+3
*
correct type on last arg to execl(); nordin@cse.ogi.edu
deraadt
2001-07-09
1
-3
/
+3
*
return from main() don't exit
mickey
2001-06-04
1
-5
/
+5
*
Add missing fcntl.h
millert
2000-04-30
1
-2
/
+3
*
have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes completely admin-editable
deraadt
1999-09-03
1
-5
/
+5
*
we need to include sys/wait.h since we use waitpid here
art
1999-08-16
1
-2
/
+3
*
run /etc/rc.shutdown on /dev/console
deraadt
1999-07-19
1
-3
/
+24
*
delete the garbage which does not work
deraadt
1998-08-07
1
-21
/
+5
*
12 seconds not 30. But I am just about to remove the kill and wait
deraadt
1998-08-05
1
-4
/
+4
*
sync with NetBSD
angelos
1998-07-12
1
-5
/
+21
*
ignore SIGPIPE; nathanw@MIT.EDU
deraadt
1998-04-25
1
-2
/
+8
*
use err()/warn()/__progname
mickey
1997-09-03
1
-52
/
+18
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-5
/
+5
*
Support RB_POWERDOWN.
downsj
1997-06-22
1
-9
/
+21
*
add support for a script called /etc/rc.shutdown
deraadt
1997-04-11
1
-2
/
+19
*
r?index -> strr?chr
millert
1997-01-17
1
-3
/
+3
*
getopt(3) returns -1 when out of args, not EOF, whee!
millert
1997-01-15
1
-3
/
+3
*
kill (-1, SIGTERM) may find no other processes; netbsd pr#2619, cgd
deraadt
1996-07-22
1
-4
/
+14
*
netbsd pr bin/2618 from cgd, fixed differently
weingart
1996-07-11
1
-3
/
+11
*
update rcsid
deraadt
1996-06-23
1
-1
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+213