summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold/rtsold.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r295737:markj2016-02-221-2/+3
* MFC r290182:ngie2015-11-091-5/+5
* MFC r288963:delphij2015-10-291-8/+0
* - Remove struct ifinfo *iflist. It is no longer used.hrs2013-08-171-1/+0
* Fix build on arm and mips.hrs2013-08-061-4/+2
* - Use time_uptime instead of time_second in data structures forhrs2013-08-051-23/+29
* Fix warning when compiling with gcc46:eadler2012-01-201-2/+1
* - Add ":origin" label to the interface id for resolvconf(8). (r223149)hrs2011-09-121-6/+43
* - Accumulate RA options instead of replacing old ones when a new RA arrived.hrs2011-06-081-33/+59
* - Disable "resolvconf -d" temporarily to avoid extra invocations of the scripthrs2011-06-081-2/+5
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisementhrs2011-06-061-182/+214
* rtsol(8)/rtsold(8): make WARNS=3 cleanuqs2010-02-271-5/+6
* Exclude the interfaces which IPv6 and/or accepting RA is disabledume2010-02-021-1/+31
* Make -a option actually work.ume2010-02-021-1/+0
* Add support for ND6_IFF_IFDISABLED and ND6_IFF_ACCEPT_RTADV tohrs2009-09-121-5/+1
* Change arc4random to arc4random_uniform since modulo is not power of 2,ache2008-07-261-1/+1
* Cleanup of userland __P usekevlo2007-11-071-6/+6
* an English grammar fixsuz2005-06-091-1/+1
* fixed typosuz2005-06-081-3/+3
* -DSMALL will remove the need of dump.c (for rtsol)ume2004-01-141-0/+14
* add -F flag, which configures sysctl(8) setting by rtsoldume2004-01-141-12/+21
* ansify.ume2004-01-141-8/+5
* use timeradd/sub/cmp.ume2004-01-141-58/+7
* - improved the -a option. it can probe a interface automatically whenume2003-08-171-49/+81
* support poll(2).ume2003-08-141-0/+40
* daemon() has to be called prior to file descriptor setupsume2003-08-141-8/+16
* signal handler must take "int" arg.ume2003-08-141-7/+5
* avoid fd_set overrun.ume2003-08-141-10/+24
* use strlcpy() and snprintf().ume2003-08-111-1/+1
* KNF, correct typos and cleanup spaces.ume2003-08-081-67/+63
* drop the code for the environment where getifaddrs(3) is notume2003-08-081-4/+0
* Process the "O bit."ume2003-08-081-2/+18
* __FUNCTION__ --> __func__ume2003-08-081-15/+15
* typo. netbsd PR 16055ume2002-03-291-1/+1
* Sync with recent KAME.ume2001-06-111-6/+27
* Sync with KAME. Format string auditing, and add -a flag to autoprobekris2000-10-061-36/+142
* Sync with latest KAME.kris2000-07-051-23/+66
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+622
OpenPOWER on IntegriCloud