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
/
mrouted
/
main.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
-5
/
+5
*
delete #ifdef SYSV code, along with a beautiful #define bcopy memcpy
deraadt
2017-10-07
1
-4
/
+0
*
Nuke whitespace foolish enough to expose itself during the great
krw
2017-01-21
1
-1
/
+1
*
use symbolics for flags to open
deraadt
2015-11-12
1
-1
/
+1
*
daemon() equivelant should open /dev/null; ok millert
deraadt
2015-11-12
1
-1
/
+1
*
remove util.h include and -lutil after pidfile removal
jung
2015-10-26
1
-1
/
+0
*
stop using pidfile()
deraadt
2015-10-26
1
-2
/
+0
*
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
millert
2014-11-26
1
-1
/
+1
*
c99 no longer allows implicit ints. make the declaration explicit.
daniel
2014-08-27
1
-1
/
+1
*
use arc4random_uniform(); ok djm
deraadt
2013-04-21
1
-6
/
+6
*
deregister. no binary change.
tedu
2013-04-21
1
-5
/
+5
*
as in dvmrpd:
deraadt
2013-04-21
1
-3
/
+3
*
convert select to poll, since the select code had descriptor limits
deraadt
2013-04-21
1
-21
/
+15
*
fix missing err.h includes
jsg
2011-09-21
1
-0
/
+1
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-5
/
+0
*
tidy up synopsis and usage; from Igor Sobrado
jmc
2007-02-18
1
-2
/
+2
*
use getopt() for argument list parsing
robert
2005-06-16
1
-22
/
+28
*
remove SNMP code from mrouted(8) because it is broken and it is
robert
2005-06-15
1
-73
/
+2
*
Replace log() with logit() since ISO C reserves log() for the math
millert
2003-11-26
1
-14
/
+14
*
less sprintf
deraadt
2003-03-12
1
-3
/
+3
*
spaces
deraadt
2003-03-03
1
-10
/
+10
*
ansi, from cloder
deraadt
2003-03-03
1
-29
/
+13
*
die if fd_set overruns.
itojun
2002-08-09
1
-1
/
+5
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-26
/
+1
*
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
-11
/
+11
*
Use pidfile() instead of doing the equivalent thing by hand, and sometimes
miod
2001-12-01
1
-7
/
+3
*
Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.
millert
2001-09-04
1
-33
/
+11
*
exit(-#) is wrong
deraadt
2001-03-09
1
-2
/
+2
*
revoke privs at start; tested by fenner@parc.xerox.com
deraadt
1996-09-11
1
-3
/
+2
*
from netbsd: tv_sec isn't a time_t, but a long. this causes some problems..
deraadt
1995-12-19
1
-2
/
+5
*
from netbsd; update to mrouted 3.8
deraadt
1995-12-14
1
-88
/
+233
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+611