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
/
usr.sbin
/
rbootd
/
rbootd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-3
/
+3
*
Delete blocking/unblocking of signals, as the handlers now just set flags
guenther
2016-05-29
1
-14
/
+1
*
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.
krw
2016-03-16
1
-2
/
+2
*
remove pointless log message; As a bonus avoid trigraph '??'
gsoares
2016-01-25
1
-2
/
+1
*
remove util.h include and -lutil after pidfile removal
jung
2015-10-26
1
-2
/
+1
*
stop using pidfile()
deraadt
2015-10-26
1
-4
/
+1
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+3
*
remove unused variables
chl
2014-05-17
1
-3
/
+2
*
replace select with poll
deraadt
2013-04-20
1
-17
/
+8
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-12
/
+1
*
boot-able -> bootable (typo fix in comments only)
jmc
2005-09-22
1
-3
/
+3
*
more setres[ug]id; ok deraadt@
djm
2005-05-03
1
-4
/
+4
*
priv revoking; tested by millert
deraadt
2004-05-01
1
-32
/
+28
*
Use closefrom(); ok millert tedu
deraadt
2004-01-23
1
-10
/
+3
*
remove unneeded proto
deraadt
2003-06-27
1
-3
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
ansi & knf
deraadt
2002-12-13
1
-29
/
+21
*
no need to terminate the buffer after gethostname, especially by overwriting unrelated memory; maybe test the changes next time
mickey
2002-07-16
1
-3
/
+2
*
-Wall cleanup
hin
2002-06-11
1
-2
/
+5
*
kill more registers.
mpech
2002-03-14
1
-5
/
+5
*
Revert 1.10, bad mpech@ didn't try to compile.
miod
2002-02-20
1
-3
/
+3
*
Fix the signal races in rbootd.
miod
2002-02-19
1
-21
/
+71
*
Fix gethostname() usage.
mpech
2002-02-19
1
-3
/
+3
*
Use pidfile() instead of doing the equivalent thing by hand, and sometimes
miod
2001-12-01
1
-13
/
+4
*
Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.
millert
2001-09-04
1
-8
/
+11
*
mark remaining signal races which are difficult to fix
deraadt
2001-01-19
1
-2
/
+7
*
OpenBSD-ify.
pjanzen
2001-01-17
1
-1
/
+2
*
More format string paranoia; deraadt@ ok
aaron
2000-10-03
1
-1
/
+1
*
BpfGetIntfName() returns syslog fmt args which are safe
deraadt
2000-06-28
1
-0
/
+1
*
Kill extra newline in err()/warn().
millert
1997-09-12
1
-1
/
+1
*
getopt(3) returns -1 when out of args, not EOF, whee!
millert
1997-01-15
1
-1
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+449