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
/
advcap.c
Age
Commit message (
Expand
)
Author
2021-03-23
print function names as %s: not <%s> everywhere for consistency.
christos
2019-02-03
- add or adjust /* FALLTHROUGH */ where appropriate
mrg
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-10
Add RDNSS and DNSSL support, RFC6106.
roy
2006-03-18
actually toggle the value of dquote when seeing a '"', as I intuit the
dan
2006-03-05
NDP-related improvements:
rpaulo
2004-10-30
Add (unsigned char) cast to ctype functions
dsl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-07-10
byebye __FUNCTIION__. sync w/kame
itojun
2002-05-29
KNF, strlcpy, memory leak fix, random other cleanups. sync w/kame
itojun
2001-02-04
avoid infinite loop when -s is specified (select loop mistake).
itojun
2000-05-23
sync with latest kame.
itojun
2000-03-13
bring in latest kame tree. this fixes unclosed file descdriptor
itojun
1999-12-08
netbsd rcsid fix.
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