summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/rtsold.c
Commit message (Expand)AuthorAgeFilesLines
* fix casper initialization for setting scripts.Hajimu UMEMOTO2020-11-271-2/+3
* rtsol(d): add script for "M bit"Bjoern A. Zeeb2020-08-251-7/+21
* rtsol: Use vwarnx(3) to log messages to standard error.Mark Johnston2019-02-271-4/+2
* Capsicumize rtsol(8) and rtsold(8).Mark Johnston2019-01-051-147/+191
* Always free dynamically allocated memory before returning.Mark Johnston2018-10-241-12/+11
* Remove dead code.Mark Johnston2018-10-201-18/+0
* Staticize a couple of functions.Mark Johnston2018-10-201-2/+4
* Remove some obsolete compatibility code.Mark Johnston2018-10-201-43/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Use the _SAFE loop variant, since the loop body may remove queue entries.Mark Johnston2016-02-181-2/+3
* Fix type mismatches for malloc(3) and Co.Ulrich Spörlein2015-12-291-2/+2
* Fix rtsold's usage messageEnji Cooper2015-10-301-5/+5
* Now that we own the code, use arc4random(3) unconditionallyXin LI2015-10-061-8/+0
* - Remove #ifdef HAVE_POLL_H.Hiroki Sato2015-09-101-54/+0
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* - Remove struct ifinfo *iflist. It is no longer used.Hiroki Sato2013-08-171-1/+0
* Fix build on arm and mips.Hiroki Sato2013-08-061-4/+2
* - Use time_uptime instead of time_second in data structures forHiroki Sato2013-08-051-23/+29
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* - Add ":origin" label to the interface id for resolvconf(8). (r223149)Hiroki Sato2011-09-121-6/+43
* - Accumulate RA options instead of replacing old ones when a new RA arrived.Hiroki Sato2011-06-081-33/+59
* - Disable "resolvconf -d" temporarily to avoid extra invocations of the scriptHiroki Sato2011-06-081-2/+5
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router AdvertisementHiroki Sato2011-06-061-182/+214
* rtsol(8)/rtsold(8): make WARNS=3 cleanUlrich Spörlein2010-02-271-5/+6
* Exclude the interfaces which IPv6 and/or accepting RA is disabledHajimu UMEMOTO2010-02-021-1/+31
* Make -a option actually work.Hajimu UMEMOTO2010-02-021-1/+0
* Add support for ND6_IFF_IFDISABLED and ND6_IFF_ACCEPT_RTADV toHiroki Sato2009-09-121-5/+1
* Change arc4random to arc4random_uniform since modulo is not power of 2,Andrey A. Chernov2008-07-261-1/+1
* Cleanup of userland __P useKevin Lo2007-11-071-6/+6
* an English grammar fixSUZUKI Shinsuke2005-06-091-1/+1
* fixed typoSUZUKI Shinsuke2005-06-081-3/+3
* -DSMALL will remove the need of dump.c (for rtsol)Hajimu UMEMOTO2004-01-141-0/+14
* add -F flag, which configures sysctl(8) setting by rtsoldHajimu UMEMOTO2004-01-141-12/+21
* ansify.Hajimu UMEMOTO2004-01-141-8/+5
* use timeradd/sub/cmp.Hajimu UMEMOTO2004-01-141-58/+7
* - improved the -a option. it can probe a interface automatically whenHajimu UMEMOTO2003-08-171-49/+81
* support poll(2).Hajimu UMEMOTO2003-08-141-0/+40
* daemon() has to be called prior to file descriptor setupsHajimu UMEMOTO2003-08-141-8/+16
* signal handler must take "int" arg.Hajimu UMEMOTO2003-08-141-7/+5
* avoid fd_set overrun.Hajimu UMEMOTO2003-08-141-10/+24
* use strlcpy() and snprintf().Hajimu UMEMOTO2003-08-111-1/+1
* KNF, correct typos and cleanup spaces.Hajimu UMEMOTO2003-08-081-67/+63
* drop the code for the environment where getifaddrs(3) is notHajimu UMEMOTO2003-08-081-4/+0
* Process the "O bit."Hajimu UMEMOTO2003-08-081-2/+18
* __FUNCTION__ --> __func__Hajimu UMEMOTO2003-08-081-15/+15
* typo. netbsd PR 16055Hajimu UMEMOTO2002-03-291-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-6/+27
* Sync with KAME. Format string auditing, and add -a flag to autoprobeKris Kennaway2000-10-061-36/+142
* Sync with latest KAME.Kris Kennaway2000-07-051-23/+66
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+622