index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
net
/
getifaddrs.c
Age
Commit message (
Expand
)
Author
2016-09-21
Add ifa_addrflags to ifaddrs.
roy
2012-03-13
PR/45989: Martin Husemann: lint invocation does include -w only on i386
christos
2011-02-04
Use RT_ROUNDUP instead of a private copy since that's what the kernel uses.
matt
2010-11-05
Need getifaddrs() for the rump client since it executes sysctl(2)
pooka
2009-04-27
Bring getifaddrs(3) behavior in line with the documentation: the
dyoung
2007-12-06
Use __arraycount().
dyoung
2002-08-09
lint clean
itojun
2002-08-09
unifdef for auditability.
itojun
2001-08-20
cope with sa_len < sizeof(struct sockaddr).
itojun
2001-01-04
sprinkle _DIAGASSERT() around
lukem
2000-10-27
define HAVE_IFM_ADDRS for non-bsdi. sync with kame
itojun
2000-07-06
- avoid non portable casts
christos
2000-04-24
add __RCSID().
itojun
2000-04-24
supply weak alias for IPv6-related library additions. sorry to be late.
itojun
2000-02-23
add freeifaddrs(), which reclaims region allocated by getifaddrs().
itojun
2000-02-23
add getifaddrs(3) from bsdi4, as mentioned in tech-net (in SIOCGIFCONF
itojun