summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/advcap.c
AgeCommit message (Expand)Author
2021-03-23print function names as %s: not <%s> everywhere for consistency.christos
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2017-11-06Change the meaning of the 'D' flag to print errors to stderr instead ofchristos
2015-11-11Introduce rump.rtadvdozaki-r
2015-06-05Use %m in syslog(3) instead of %s strerror(3).roy
2012-12-13Remove the iflist array and store ifflags in rainfo.roy
2011-12-10Add RDNSS and DNSSL support, RFC6106.roy
2006-03-18actually toggle the value of dquote when seeing a '"', as I intuit thedan
2006-03-05NDP-related improvements:rpaulo
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-07-10byebye __FUNCTIION__. sync w/kameitojun
2002-05-29KNF, strlcpy, memory leak fix, random other cleanups. sync w/kameitojun
2001-02-04avoid infinite loop when -s is specified (select loop mistake).itojun
2000-05-23sync with latest kame.itojun
2000-03-13bring in latest kame tree. this fixes unclosed file descdriptoritojun
1999-12-08netbsd rcsid fix.itojun
1999-07-06fix for 64bit arch, where sizeof(size_t) != sizeof(int).itojun
1999-07-02rtadvd: advertise IPv6 prefix info via router advertisement.itojun