summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold
Commit message (Expand)AuthorAgeFilesLines
* MFC r306571:markj2016-10-191-1/+1
* Use strlcpy() instead of strncpy() when copying ifname to ensuretruckman2016-05-151-4/+4
* Use the _SAFE loop variant, since the loop body may remove queue entries.markj2016-02-181-2/+3
* Fix type mismatches for malloc(3) and Co.uqs2015-12-291-2/+2
* Fix rtsold's usage messagengie2015-10-301-5/+5
* Fix a ton of speelling errorseadler2015-10-211-1/+1
* Now that we own the code, use arc4random(3) unconditionallydelphij2015-10-062-9/+0
* - Remove #ifdef HAVE_POLL_H.hrs2015-09-103-60/+6
* Remove bad call to shutdown().ed2015-08-101-6/+0
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-275-10/+0
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-1/+2
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge from headsjg2013-09-058-104/+133
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
* | | | Remove #ifdef IFT_FOO.glebius2015-05-021-4/+0
* | | | rtsold does not need to link to libkvmbapt2015-04-091-1/+0
* | | | Stop including if_var.h from userland.glebius2015-04-063-3/+0
* | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|/ |/| |
* | | Fix buffer overrun.hrs2014-10-111-1/+2
| |/ |/|
* | Use sysctl(ICMPV6CTL_ND6_DRLIST) instead of SIOCGDRLST_IN6 ioctl.hrs2013-08-171-28/+39
* | - Remove struct ifinfo *iflist. It is no longer used.hrs2013-08-177-17/+14
* | Fix build on arm and mips.hrs2013-08-061-4/+2
* | - Use time_uptime instead of time_second in data structures forhrs2013-08-054-48/+76
* | Silent warnings.kevlo2013-07-161-1/+1
* | - Fix wording. [1]markj2013-05-281-4/+4
* | Correct the description of the -a option: rtsol(d) -a will in fact send outmarkj2013-05-231-7/+2
|/
* Fix warning when compiling with gcc46:eadler2012-01-201-2/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* - Add ":origin" label to the interface id for resolvconf(8). (r223149)hrs2011-09-124-52/+164
* - Accumulate RA options instead of replacing old ones when a new RA arrived.hrs2011-06-084-142/+285
* - Disable "resolvconf -d" temporarily to avoid extra invocations of the scripthrs2011-06-082-2/+7
* Lower WARNS level to 3 to eliminate alignment warnings related tomarcel2011-06-071-0/+1
* Remove redundant assignments to WARNS.ed2011-06-061-1/+0
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisementhrs2011-06-069-319/+777
* mdoc: move remaining sections into consistent orderuqs2010-05-131-3/+3
* rtsol(8)/rtsold(8): make WARNS=3 cleanuqs2010-02-277-24/+25
* 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
* Test index value is within the range before using it to referencedelphij2010-01-041-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* Add support for ND6_IFF_IFDISABLED and ND6_IFF_ACCEPT_RTADV tohrs2009-09-124-7/+60
* - rename the RETURN VALUES section to EXIT STATUS [1]danger2009-01-071-4/+2
* Change arc4random to arc4random_uniform since modulo is not power of 2,ache2008-07-261-1/+1
* Cleanup of userland __P usekevlo2007-11-077-37/+37
* Improve wording for -f and -F.dd2006-08-141-12/+11
OpenPOWER on IntegriCloud