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
/
lib
/
libpcap
/
pcap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove register keyword.
mmcc
2015-11-17
1
-2
/
+2
*
Remove pointless casts for several malloc/calloc/free calls. No object
lteo
2015-01-16
1
-2
/
+2
*
Convert several calloc calls to reallocarray. These calloc calls were
lteo
2014-06-26
1
-2
/
+3
*
Change a few malloc+memset calls to calloc.
lteo
2014-03-14
1
-3
/
+2
*
Import a number of core functions from libpcap-1.2.0 while preserving
lteo
2012-05-25
1
-23
/
+202
*
remove support for the old pflog format, replaced in 2003
henning
2010-06-26
1
-2
/
+1
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-2
/
+2
*
add remaining tcpdump.org libpcap 0.9 APIs, most notably
djm
2006-03-26
1
-1
/
+71
*
pull in the good bits of libpcap-0.9.4's API without the cross-platform
djm
2005-11-18
1
-1
/
+181
*
remove $Header, it was messing up cvs for me. ok deraadt@
tedu
2004-01-27
1
-6
/
+1
*
fix memory leak associated with compiled BPF program, sync'd from tcpdump.org. ok itojun@
dugsong
2001-12-17
1
-3
/
+3
*
changes brought in from v0.4; started by brad, more by me, being tested by mts
deraadt
1999-07-20
1
-12
/
+23
*
buf oflows
deraadt
1998-07-14
1
-2
/
+2
*
bring it to the latest 0.2 LBL release.
mickey
1996-07-12
1
-10
/
+30
*
merge to latest libpcap
deraadt
1996-06-10
1
-12
/
+6
*
Update to the latest LBL release.
mickey
1996-03-04
1
-5
/
+12
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+175