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
/
config.c
Age
Commit message (
Expand
)
Author
2021-11-27
usr.sbin: remove unnecessary CONSTCOND, lint no longer needs it
rillig
2021-03-23
print function names as %s: not <%s> everywhere for consistency.
christos
2021-03-22
- remove extra \n from stderr logging
christos
2020-04-21
rtadvd: Remove disabled use of SIOCGIFPREFIX_IN6
roy
2019-11-11
rtadvd: Add C flag to control the zeroing of the leaving configuration
roy
2019-11-10
rtadvd: remove support for SIOCSIFINFO_IN6
roy
2019-06-14
rtadvd: fix rdnss and dnssl lifetime assignment
roy
2018-04-20
Unicast solicited RA's as per RFC 7772.
roy
2018-04-20
Ensure that the soliciter list is initialised and freed correctly, even if it...
roy
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
2017-02-27
Fix the default value of rltime
ozaki-r
2015-11-11
Introduce rump.rtadvd
ozaki-r
2015-06-05
Use clock_gettime(2) instead of gettimeofday(2) so we can use a monotonic
roy
2013-01-24
fix previous.
christos
2013-01-24
make it static const
christos
2012-12-14
Intsead of forcing out each RA at shutdown and sleeping we now use
roy
2012-12-13
Remove the iflist array and store ifflags in rainfo.
roy
2012-12-11
Add support for the noifprefix keyword which stops rtadvd(8) gathing prefix
roy
2012-08-08
Fix a bug that incorrect RA packet is sent if rtadvd.conf exists.
msaitoh
2011-12-11
- sprinkle const
christos
2011-12-10
Add RDNSS and DNSSL support, RFC6106.
roy
2006-05-11
u_char -> char for several things:
mrg
2006-05-10
PR 33462: default maxinterval was not being initialized properly.
rpaulo
2006-03-22
avoid heap overrun. thanks goes to Susan Lan of zyxel.
itojun
2006-03-05
NDP-related improvements:
rpaulo
2003-06-17
relax addrs#x config parameter. should address PR 21872
itojun
2003-05-17
strncpy -> strlcpy
itojun
2002-07-10
test malloc failure. From: Chad Loder <cloder@acm.org>. sync w/kame
itojun
2002-07-10
byebye __FUNCTIION__. sync w/kame
itojun
2002-06-15
Remove extra/redundant argument to syslog.
matt
2002-06-09
use strchr
itojun
2002-06-08
do not use deprecated ioctls
itojun
2002-05-29
KNF, strlcpy, memory leak fix, random other cleanups. sync w/kame
itojun
2001-06-03
prevent overflow of lifetime value. sync with kame
itojun
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-15
sync with latest kame tree.
itojun
2000-05-23
sync with latest kame.
itojun
2000-03-13
bring in latest kame tree. this fixes unclosed file descdriptor
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
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-02
rtadvd: advertise IPv6 prefix info via router advertisement.
itojun