index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
reboot
/
reboot.c
Age
Commit message (
Expand
)
Author
2017-08-22
reboot: don't wait for processes to die if there are none
Stefan Fritsch
2017-06-16
s/CPU_LIDSUSPEND/CPU_LIDACTION/
Martin Natano
2017-03-02
Add a new sysctl machdep.lidaction. The sysctl works as follows:
Martin Natano
2016-08-27
Pull in <sys/time.h> for struct timespec
Philip Guenther
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-02-09
Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP.
Todd C. Miller
2012-07-10
disable lidsuspend on shutdown
Alexander Hall
2010-07-23
Block all signals before sending SIGTERM to all non-system processes.
Todd C. Miller
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-05-11
it's silly for reboot to poweroff. adapted from diff by diana eichert
Ted Unangst
2006-06-01
delint
David Hill
2006-04-06
if "/etc/rc shutdown" exits 2, attempt powerdown. it does so if
Henning Brauer
2004-07-09
variety of cleanups; nofsk@aanet.com.au and I
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-07-03
ansi
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-05
kill more registers;
Mike Pechkin
2001-07-19
#include <termios.h>
Todd C. Miller
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
2001-06-04
return from main() don't exit
Michael Shalayeff
2000-04-30
Add missing fcntl.h
Todd C. Miller
1999-09-03
have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes c...
Theo de Raadt
1999-08-16
we need to include sys/wait.h since we use waitpid here
Artur Grabowski
1999-07-19
run /etc/rc.shutdown on /dev/console
Theo de Raadt
1998-08-07
delete the garbage which does not work
Theo de Raadt
1998-08-05
12 seconds not 30. But I am just about to remove the kill and wait
Theo de Raadt
1998-07-12
sync with NetBSD
Angelos D. Keromytis
1998-04-25
ignore SIGPIPE; nathanw@MIT.EDU
Theo de Raadt
1997-09-03
use err()/warn()/__progname
Michael Shalayeff
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-06-22
Support RB_POWERDOWN.
Jason Downs
1997-04-11
add support for a script called /etc/rc.shutdown
Theo de Raadt
1997-01-17
r?index -> strr?chr
Todd C. Miller
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-07-22
kill (-1, SIGTERM) may find no other processes; netbsd pr#2619, cgd
Theo de Raadt
1996-07-11
netbsd pr bin/2618 from cgd, fixed differently
Tobias Weingartner
1996-06-23
update rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt