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
/
bpf.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
-12
/
+12
*
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
-14
/
+4
*
Replace bcopy() from struct bpf_timeval to struct timeval; those
natano
2016-04-16
1
-3
/
+3
*
stdlib.h is in scope; do not cast malloc/calloc/realloc*
deraadt
2015-08-20
1
-2
/
+2
*
Convert many atoi() calls to strtonum(), adding range checks and failure
deraadt
2015-04-18
1
-3
/
+5
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+1
*
remove bogus comment
deraadt
2014-11-02
1
-2
/
+2
*
unsigned char for ctype
deraadt
2013-11-28
1
-2
/
+2
*
Use offsetof() instead of rolling our own; gets rid of truncation warnings
miod
2013-04-20
1
-12
/
+13
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-6
/
+1
*
write filter and lock bpf descriptor before dropping privileges,
canacar
2004-05-10
1
-5
/
+49
*
priv revoking; tested by millert
deraadt
2004-05-01
1
-4
/
+4
*
one missing freeifaddrs
itojun
2003-08-19
1
-2
/
+3
*
rewrite SIOCGIFCONF into getifaddrs. deraadt ok
itojun
2003-08-19
1
-44
/
+15
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
ansi & knf
deraadt
2002-12-13
1
-18
/
+14
*
more strlcat and strlcpy
deraadt
2002-05-29
1
-3
/
+3
*
more sprintf
deraadt
2002-05-29
1
-3
/
+3
*
unsigned to unsigned int
deraadt
2002-05-27
1
-3
/
+3
*
kill more registers.
mpech
2002-03-14
1
-3
/
+3
*
Fix the signal races in rbootd.
miod
2002-02-19
1
-48
/
+11
*
OpenBSD-ify.
pjanzen
2001-01-17
1
-1
/
+2
*
according to the strlcpy man page the order of arguments
mickey
2000-09-28
1
-9
/
+9
*
buf oflow safe
deraadt
2000-06-28
1
-5
/
+9
*
repair byte order botches; from scottr@plexus.com via netbsd
deraadt
1995-11-16
1
-4
/
+4
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+425