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
/
usr.sbin
/
rtadvd
/
if.c
Age
Commit message (
Expand
)
Author
2021-03-23
print function names as %s: not <%s> everywhere for consistency.
christos
2021-03-23
interface indexes are unsigned
christos
2021-03-22
- remove extra \n from stderr logging
christos
2018-04-20
White space police.
roy
2017-11-06
Change the meaning of the 'D' flag to print errors to stderr instead of
christos
2015-11-11
Introduce rump.rtadvd
ozaki-r
2015-06-05
Use %m in syslog(3) instead of %s strerror(3).
roy
2012-12-13
Remove the iflist array and store ifflags in rainfo.
roy
2011-12-12
Use RT_ADVANCE when available.
roy
2011-12-11
- sprinkle const
christos
2011-12-10
Add RDNSS and DNSSL support, RFC6106.
roy
2006-03-05
NDP-related improvements:
rpaulo
2003-09-23
no need for "sdl = NULL" initialization on decl. cedric@openbsd
itojun
2003-09-23
simplify by using getifaddrs
itojun
2003-09-20
plug memory leak. from kame
itojun
2002-07-10
byebye __FUNCTIION__. sync w/kame
itojun
2002-05-29
KNF, strlcpy, memory leak fix, random other cleanups. sync w/kame
itojun
2002-05-21
correct bitmask computation. more KNF. sync w/kame
itojun
2002-05-21
KNF. a memory leak fix. sync w/kame
itojun
2001-01-21
sync with latest kame.
itojun
2001-01-16
comment or delete text after CPP directives.
cgd
2001-01-15
sync with latest kame tree.
itojun
2000-08-31
repair interface MTU grabbing. real cause of PR 10923.
itojun
2000-07-06
sync with sys/netinet/icmp6.h change (no bitfield for router renumber).
itojun
2000-05-23
sync with latest kame.
itojun
2000-02-28
don't assume CMSG_xx are constant. (sync with latest kame)
itojun
1999-12-08
sync with more recent KAME.
itojun
1999-07-06
fix for 64bit arch, where sizeof(size_t) != sizeof(int).
itojun
1999-07-02
rtadvd: advertise IPv6 prefix info via router advertisement.
itojun