aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/dump.c
Commit message (Expand)AuthorAgeFilesLines
* - Remove struct ifinfo *iflist. It is no longer used.Hiroki Sato2013-08-171-2/+0
* - Use time_uptime instead of time_second in data structures forHiroki Sato2013-08-051-10/+9
* - Accumulate RA options instead of replacing old ones when a new RA arrived.Hiroki Sato2011-06-081-8/+43
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router AdvertisementHiroki Sato2011-06-061-19/+21
* rtsol(8)/rtsold(8): make WARNS=3 cleanUlrich Spörlein2010-02-271-4/+4
* Cleanup of userland __P useKevin Lo2007-11-071-2/+2
* ansify.Hajimu UMEMOTO2004-01-141-6/+4
* use strlcpy() and snprintf().Hajimu UMEMOTO2003-08-111-5/+16
* KNF, correct typos and cleanup spaces.Hajimu UMEMOTO2003-08-081-13/+9
* Process the "O bit."Hajimu UMEMOTO2003-08-081-0/+2
* __FUNCTION__ --> __func__Hajimu UMEMOTO2003-08-081-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-1/+1
* Sync with KAME. Format string auditing, and add -a flag to autoprobeKris Kennaway2000-10-061-1/+3
* Sync with latest KAME.Kris Kennaway2000-07-051-2/+5
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+137