summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd
AgeCommit message (Expand)Author
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
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-01-16 * Don't include headers twicehubertf
2006-10-07PR/18906: roskens at elfin dot net: misc. select() to poll() updates.elad
2006-08-02Make sure the buffer used to retrieve routing message from the kerneltron
2006-05-11u_char -> char for several things:mrg
2006-05-11use -fno-strict-aliasing for dump.c with GCC4mrg
2006-05-10PR 33462: default maxinterval was not being initialized properly.rpaulo
2006-03-22avoid heap overrun. thanks goes to Susan Lan of zyxel.itojun
2006-03-18actually toggle the value of dquote when seeing a '"', as I intuit thedan
2006-03-05NDP-related improvements:rpaulo
2006-02-25libcompat isn't needed any more here.simonb
2005-10-31Sync usage with man page.wiz
2005-10-31Small improvements. Sort options. From jmc@openbsd.wiz
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2003-10-21Don't compare an int to NULL.fvdl
2003-09-23no need for "sdl = NULL" initialization on decl. cedric@openbsditojun
2003-09-23simplify by using getifaddrsitojun
2003-09-20plug memory leak. from kameitojun
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz