summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd
AgeCommit message (Expand)Author
2017-11-25When sending log messages to stderr, append the \n that syslog does not need.kre
2017-11-06Mark expandm as preserving format strings.joerg
2017-11-06Change the meaning of the 'D' flag to print errors to stderr instead ofchristos
2017-10-14PR/52618: Shinichi Doyashiki: Don't exit if adding interface to multicastchristos
2017-10-10use librumpreschristos
2017-09-11Don't start another copy of rtadvd if one is running.christos
2017-09-11KNF, fix time printing formats.christos
2017-04-11Use RO_MSGFILTER.roy
2017-02-27Fix the default value of rltimeozaki-r
2017-01-11Disable a couple of warnings until further investigation.joerg
2017-01-10need <time.h> for clock_gettimechristos
2016-12-16Support -p <pidfile> optionozaki-r
2016-06-15Omit needless casts.riastradh
2016-06-15No more obvious strict aliasing violations here.riastradh
2015-11-11Introduce rump.rtadvdozaki-r
2015-06-15Fix regression on sending RA messagesozaki-r
2015-06-05Use %m in syslog(3) instead of %s strerror(3).roy
2015-06-05Set the hoplimit of 255 as specified in RFC 4861 section 4.2roy
2015-06-05Use clock_gettime(2) instead of gettimeofday(2) so we can use a monotonicroy
2014-02-27Expect long long to be larger than uint32_t and use llabs after castingjoerg
2014-01-26spelling correction - recieved -> receivedplunky
2013-07-09Add _rtadvd user and group.roy
2013-06-28If we die and there are no timers, just exit.roy
2013-06-27Check valid lengths of RDNSS and DNSSL options when rtadvd receives RA/RS.roy
2013-05-17Fix typo. Reported in PR/47823.skrll
2013-01-24fix previous.christos
2013-01-24make it static constchristos
2012-12-14Intsead of forcing out each RA at shutdown and sleeping we now useroy
2012-12-13Formatting nit.wiz
2012-12-13Remove debug stuff.roy
2012-12-13Remove the iflist array and store ifflags in rainfo.roy
2012-12-11Add support for the noifprefix keyword which stops rtadvd(8) gathing prefixroy
2012-08-10Remove many HAVE_GCC || HAVE_PCC conditionals as the options also applyjoerg
2012-08-08Fix a bug that incorrect RA packet is sent if rtadvd.conf exists.msaitoh
2012-04-21Add capfile(5) to describe the termcap format.roy
2012-03-29- improve wording;wiz
2011-12-12Use RT_ADVANCE when available.roy
2011-12-11- sprinkle constchristos
2011-12-11Use __dead. No prototype for main.joerg
2011-12-10Add RDNSS and DNSSL support, RFC6106.roy
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-04-28Sort sections.wiz
2009-11-01Use documentation prefix.jakllsch
2009-11-01Use documentation prefix.jakllsch
2009-10-31add -DROUTEINFOchristos
2009-08-24Kill -offset without argument.joerg
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-04-19fix -Wshadowlukem
2008-12-29fix format of time_tchristos
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry