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
/
mopd
/
common
/
pf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
2018-04-26
1
-5
/
+4
*
Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been
natano
2017-04-19
1
-2
/
+2
*
Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).
natano
2016-05-28
1
-11
/
+3
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-6
/
+1
*
More delint. -moj
maja
2006-04-20
1
-10
/
+13
*
more cleanup
deraadt
2006-04-17
1
-3
/
+3
*
Userland programs should include <errno.h> not <sys/errno.h>
millert
2005-12-21
1
-3
/
+3
*
Filter bpf writes and lock descriptor. tested by hshoexer@
canacar
2004-05-08
1
-2
/
+15
*
4000 lines worth of cleanup, KNF, Knall&Rauch elemination and such
henning
2004-04-14
1
-89
/
+72
*
gcc3 doesn't like varargs, it was found that the varargs.h inclusion is
drahn
2004-01-04
1
-3
/
+2
*
-Wall cleanup: trim unused vars, right format strings, constify rcsids,
avsm
2003-12-01
1
-2
/
+2
*
more 3/4 cleanups for lazy developers
deraadt
2003-06-04
1
-7
/
+2
*
off by one fix from aaron@. -moj
maja
2002-09-07
1
-4
/
+4
*
use snprintf
deraadt
2002-07-13
1
-3
/
+3
*
string manipluation paranoia changes. Most probably not exploitable.
bitblt
2000-02-20
1
-4
/
+6
*
#include <string.h> not <strings.h> -- Yes, I'm a weanie...
millert
1997-08-18
1
-3
/
+3
*
Replace $Id with $OpenBSD, 3:rd try. -moj
maja
1996-09-21
1
-1
/
+3
*
Initial import of mopd-2.5.3. -moj
maja
1996-09-21
1
-0
/
+279