aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold
Commit message (Expand)AuthorAgeFilesLines
* MFC r306571:Mark Johnston2016-10-191-1/+1
* MFC r299868Don Lewis2016-05-201-4/+4
* MFC r295737:Mark Johnston2016-02-221-2/+3
* MFC r289677:Bryan Drewery2016-01-071-1/+1
* MFC r290182:Enji Cooper2015-11-091-5/+5
* MFC r288963:Xin LI2015-10-292-9/+1
* Fix rtsold(8) remote buffer overflow vulnerability. [SA-14:20]Xin LI2014-10-211-1/+2
* Use sysctl(ICMPV6CTL_ND6_DRLIST) instead of SIOCGDRLST_IN6 ioctl.Hiroki Sato2013-08-171-28/+39
* - Remove struct ifinfo *iflist. It is no longer used.Hiroki Sato2013-08-177-17/+14
* 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-054-48/+76
* Silent warnings.Kevin Lo2013-07-161-1/+1
* - Fix wording. [1]Mark Johnston2013-05-281-4/+4
* Correct the description of the -a option: rtsol(d) -a will in fact send outMark Johnston2013-05-231-7/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* - Add ":origin" label to the interface id for resolvconf(8). (r223149)Hiroki Sato2011-09-124-52/+164
* - Accumulate RA options instead of replacing old ones when a new RA arrived.Hiroki Sato2011-06-084-142/+285
* - Disable "resolvconf -d" temporarily to avoid extra invocations of the scriptHiroki Sato2011-06-082-2/+7
* Lower WARNS level to 3 to eliminate alignment warnings related toMarcel Moolenaar2011-06-071-0/+1
* Remove redundant assignments to WARNS.Ed Schouten2011-06-061-1/+0
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router AdvertisementHiroki Sato2011-06-069-319/+777
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-131-3/+3
* rtsol(8)/rtsold(8): make WARNS=3 cleanUlrich Spörlein2010-02-277-24/+25
* 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
* Test index value is within the range before using it to referenceXin LI2010-01-041-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Add support for ND6_IFF_IFDISABLED and ND6_IFF_ACCEPT_RTADV toHiroki Sato2009-09-124-7/+60
* - rename the RETURN VALUES section to EXIT STATUS [1]Daniel Gerzo2009-01-071-4/+2
* 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-077-37/+37
* Improve wording for -f and -F.Dima Dorfman2006-08-141-12/+11
* These IPv6-only tools have no explicit dependency on the INET6 macro.Yaroslav Tykhiy2006-07-271-1/+1
* fixed a potential memory leakSUZUKI Shinsuke2006-03-241-1/+3
* an English grammar fixSUZUKI Shinsuke2005-06-091-1/+1
* fixed typoSUZUKI Shinsuke2005-06-081-3/+3
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Fixed a warning.Ruslan Ermilov2004-03-171-1/+1
* -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-144-15/+53
* ansify.Hajimu UMEMOTO2004-01-146-31/+20
* use timeradd/sub/cmp.Hajimu UMEMOTO2004-01-141-58/+7
* backout 1.11. ifname in struct ifreq should be copyed by strncpy.Hajimu UMEMOTO2003-08-171-4/+4
* - improved the -a option. it can probe a interface automatically whenHajimu UMEMOTO2003-08-175-94/+134
* use strlcpy().Hajimu UMEMOTO2003-08-161-4/+4
* - added the case of 802.11 to check link status.Hajimu UMEMOTO2003-08-161-5/+5
* support poll(2).Hajimu UMEMOTO2003-08-142-1/+41
* daemon() has to be called prior to file descriptor setupsHajimu UMEMOTO2003-08-141-8/+16