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
Age
Commit message (
Expand
)
Author
2001-06-03
prevent overflow of lifetime value. sync with kame
itojun
2001-05-15
Need <bsd.own.mk> now.
kleink
2001-05-15
Don't install the example config if MKSHARE=no.
kleink
2001-02-05
typo. ntohl -> htonl.
itojun
2001-02-04
avoid infinite loop when -s is specified (select loop mistake).
itojun
2001-01-23
make sure to initialize prefix information struct before use. sync with kame
itojun
2001-01-21
sync with latest kame.
itojun
2001-01-21
make it clearer that /etc/rtadvd.conf is optional (normally,
itojun
2001-01-16
comment or delete text after CPP directives.
cgd
2001-01-15
sync with latest kame tree.
itojun
2000-10-15
Grammatical and formatting cleanups.
bjh21
2000-09-04
For commands and utilities, use EXIT STATUS rather than RETURN VALUES or
kleink
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-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-06
fix include file path (IPv6 related).
itojun
2000-02-02
add -R (accept router renumbering packet). now router renumbering is disabled
itojun
2000-01-24
fix pathname for rtadvd.conf. (/etc/rtadvd.conf for netbsd-current)
itojun
2000-01-06
grammar fix. sync with latest KAME.
itojun
1999-12-10
sync with recent KAME. give a better debugging information.
itojun
1999-12-08
sync with more recent KAME.
itojun
1999-12-08
netbsd rcsid fix.
itojun
1999-12-08
fix pathname to /etc/rtadvd.conf.
itojun
1999-07-08
sync with KAME/NetBSD14.
itojun
1999-07-06
fix for 64bit arch, where sizeof(size_t) != sizeof(int).
itojun
1999-07-04
more careful signed-ness handling in parsing config file.
itojun
1999-07-03
fix typo (no comma).
itojun
1999-07-03
s/CFLAGS/CPPFLAGS/ for -D and -I.
itojun
1999-07-02
rtadvd: advertise IPv6 prefix info via router advertisement.
itojun