index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpcap
/
inet.c
Age
Commit message (
Expand
)
Author
2021-12-01
we do not need 'struct mbuf; struct rtentry;' to satisfy some ancient unix
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2015-12-22
remove NULL-checks before free()
mmcc
2015-11-17
Remove register keyword.
mmcc
2015-11-17
memory.h -> string.h
mmcc
2015-10-24
Cast ctype function arguments to unsigned char.
mmcc
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2006-03-26
add remaining tcpdump.org libpcap 0.9 APIs, most notably
Damien Miller
2005-11-25
Fix syntax error (missing ')') in #ifdef'ed out code. Spotted by lint.
Kenneth R Westerback
2005-11-18
pull in the good bits of libpcap-0.9.4's API without the cross-platform
Damien Miller
2004-01-27
remove $Header, it was messing up cvs for me. ok deraadt@
Ted Unangst
2004-01-21
Replace some strncpy() calls with strlcpy()
Jean-Francois Brousseau
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2000-04-26
sync with libpcap v0.5
Jakob Schlyter
2000-04-13
use getifaddrs, to avoid copmlicated align constraint in SIOCGIFCONF.
Jun-ichiro itojun Hagino
1999-07-20
changes brought in from v0.4; started by brad, more by me, being tested by mts
Theo de Raadt
1998-08-27
fix premature free() calling
Michael Shalayeff
1998-08-14
realloc repair
Theo de Raadt
1998-07-14
buf oflows
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-01-24
SIOCGIFCONF nicely
Theo de Raadt
1996-07-19
eschew use of HAVE_SOCKADDR_SA_LEN for now
Theo de Raadt
1996-07-12
bring it to the latest 0.2 LBL release.
Michael Shalayeff
1996-06-10
merge to latest libpcap
Theo de Raadt
1996-03-04
Update to the latest LBL release.
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt