summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/rtadvd.c
AgeCommit message (Expand)Author
2021-03-23call tzset() before chroot so we initialize our timezone datachristos
2021-03-23fix misplaced paren, add missing va_end()christos
2021-03-22- remove extra \n from stderr loggingchristos
2020-08-28Use wrapper name for call to setsockopt(2), NFC for non-rump builds.rjs
2020-05-14If we could not lock the pid file, don't continue as we end up with multiplechristos
2020-05-10warn only for > INFO level messages.christos
2020-05-10Print errors to stderr until we daemonize.christos
2020-04-21Remove dst variable that was only set but not used.wiz
2020-04-21Update getopt string.wiz
2020-04-21rtadvd: Remove disabled use of SIOCGIFPREFIX_IN6roy
2020-04-21rtadvd: Remove router renumbering - it's been disable for yearsroy
2019-11-11rtadvd: Add C flag to control the zeroing of the leaving configurationroy
2019-11-10rtadvd: Fix reloading configuration killing interface timersroy
2019-03-29- die sooner (if we got interrupted)christos
2019-01-12adjust to new expandm.christos
2019-01-11use expandm from libwrap.christos
2018-04-24Back out part of the prior commit where we added space for IPV6_HOPLIMITroy
2018-04-20Unicast solicited RA's as per RFC 7772.roy
2018-04-20Insist on newer socket options.roy
2018-04-20Use pidifle_lock(3)roy
2018-04-20Punt dead coderoy
2018-04-20White space police.roy
2018-04-20Fix some unaligned pointer issues.roy
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-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
2016-12-16Support -p <pidfile> optionozaki-r
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
2012-12-14Intsead of forcing out each RA at shutdown and sleeping we now useroy
2012-12-13Remove debug stuff.roy
2012-12-13Remove the iflist array and store ifflags in rainfo.roy
2011-12-11- sprinkle constchristos
2011-12-11Use __dead. No prototype for main.joerg
2011-12-10Add RDNSS and DNSSL support, RFC6106.roy
2009-04-19fix -Wshadowlukem
2007-01-16 * Don't include headers twicehubertf
2006-10-07PR/18906: roskens at elfin dot net: misc. select() to poll() updates.elad