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
/
rtadvd.c
Age
Commit message (
Expand
)
Author
2003-03-14
correct use of sizeof
itojun
2003-03-14
add missing ND option length validation. from kame
itojun
2002-09-23
null commit
mycroft
2002-09-23
poll.h, not sys/poll.h
itojun
2002-09-20
Set fd of unused pollfd entries to -1.
mycroft
2002-09-20
select() -> poll()
mycroft
2002-09-08
signal handler must take "int" arg. from deraadt, sync w/kame
itojun
2002-07-10
byebye __FUNCTIION__. sync w/kame
itojun
2002-06-07
use arc4random
itojun
2002-06-07
avoid fd_set overrun. sync w/kame
itojun
2002-05-29
KNF, strlcpy, memory leak fix, random other cleanups. sync w/kame
itojun
2002-05-21
use pidfile(3). sync w/kame
itojun
2002-05-21
minor sync w/kame (prototype location)
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
2002-01-11
daemon(3) has to be called before opening file descriptors.
itojun
2001-02-04
avoid infinite loop when -s is specified (select loop mistake).
itojun
2001-01-15
sync with latest kame tree.
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-03-27
Cast timeval members to types we know the printf conversions of.
kleink
2000-03-13
bring in latest kame tree. this fixes unclosed file descdriptor
itojun
2000-02-28
don't assume CMSG_xx are constant. (sync with latest kame)
itojun
2000-02-02
add -R (accept router renumbering packet). now router renumbering is disabled
itojun
1999-12-10
sync with recent KAME. give a better debugging information.
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