aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold
Commit message (Expand)AuthorAgeFilesLines
* Minor style fixes around script execution.Mark Johnston2018-10-251-23/+17
* Clarify the description of the -u option.Mark Johnston2018-10-251-5/+5
* Always free dynamically allocated memory before returning.Mark Johnston2018-10-241-12/+11
* Fix a dead store.Mark Johnston2018-10-201-4/+0
* Remove dead code.Mark Johnston2018-10-204-60/+0
* Staticize a couple of functions.Mark Johnston2018-10-202-4/+4
* Remove some obsolete compatibility code.Mark Johnston2018-10-202-49/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-207-7/+21
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Garbage collect IFT_IEEE80211 (but leave the define for possible reuse)Andriy Voskoboinyk2017-01-281-2/+0
* rtsold: Log messages about unexpected RAs at LOG_DEBUG.Mark Johnston2016-10-021-1/+1
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-151-4/+4
* 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
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Now that we own the code, use arc4random(3) unconditionallyXin LI2015-10-062-9/+0
* - Remove #ifdef HAVE_POLL_H.Hiroki Sato2015-09-103-60/+6
* Remove bad call to shutdown().Ed Schouten2015-08-101-6/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-275-10/+0
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+2
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2013-09-058-104/+133
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | | Remove #ifdef IFT_FOO.Gleb Smirnoff2015-05-021-4/+0
* | | | rtsold does not need to link to libkvmBaptiste Daroussin2015-04-091-1/+0
* | | | Stop including if_var.h from userland.Gleb Smirnoff2015-04-063-3/+0
* | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | Fix buffer overrun.Hiroki Sato2014-10-111-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