aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete compatibility code from rtadvd.Mark Johnston2019-07-171-9/+1
* Retry upon NET_RT_IFLIST sysctl failure.Mark Johnston2019-04-301-17/+36
* Update the "flag" for draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-11-032-3/+3
* Initial implementation of draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-10-304-0/+34
* Reduce <sys/queue.h> pollution.Dag-Erling Smørgrav2018-05-111-0/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-2/+16
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2013-13/+39
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* rtadvd(8): double assignment.Pedro F. Giffuni2017-02-231-1/+0
* Add link-layer address option in RA even for IFT_L2VLAN and IFT_BRIDGE.Hiroki Sato2016-11-051-0/+4
* In rtadvd, interface lookup calls if_indextoname() many times in a loop,Fabien Thomas2016-11-021-10/+9
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-152-3/+3
* rtadvd(8): Fix use-after-close in cm_handler_clientConrad Meyer2016-05-121-1/+3
* rtadvd(8): Don't use-after-freeConrad Meyer2016-05-121-1/+2
* rtadvd(8): Fix a typo in full msg receive logicConrad Meyer2016-05-121-6/+6
* usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-011-1/+1
* Use strlcpy().Xin LI2015-10-301-2/+1
* - Fix a bug which prevented dnssl[0-9] and rdnss[0-9] parameters fromHiroki Sato2015-10-221-2/+3
* Now that we own the code, use arc4random(3) unconditionallyXin LI2015-10-062-19/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-276-9/+10
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-192-6/+17
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2013-09-059-135/+111
| |\ \
| * \ \ sync from headSimon J. Gerraty2013-04-122-10/+28
| |\ \ \
| * | | | 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
* | | | | Stop including if_var.h from userland.Gleb Smirnoff2015-04-064-4/+0
* | | | | mdoc: sort SEE ALSO.Joel Dahl2014-12-261-1/+1
* | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
* | | | | Fix the following -Werror warnings from clang 3.5.0, while buildingDimitry Andric2014-11-221-2/+8
| |_|_|/ |/| | |
* | | | Check buffer length more strictly.Hiroki Sato2014-10-111-4/+15
* | | | Fix off-by-one.Hiroki Sato2014-10-111-2/+2
| |_|/ |/| |
* | | Ignore if the interface is not IPv6-capable.Hiroki Sato2013-09-021-2/+2
* | | Fix a crash when reloading the configuration file.Hiroki Sato2013-08-271-4/+2
* | | Set the back pointer from the prefix to the interface before addingDag-Erling Smørgrav2013-08-231-1/+1
* | | Fix build on arm and mips.Hiroki Sato2013-08-061-5/+2
* | | - Use time_uptime instead of time_second in data structures forHiroki Sato2013-08-058-123/+99
* | | - Add missing "static" keywords.Hiroki Sato2013-07-091-2/+7
* | | Add a missing white space.Hiroki Sato2013-07-091-1/+1
* | | Fix a typo in an error message.Eitan Adler2013-05-061-1/+1
| |/ |/|
* | Fix SIGSEGV when set_short_delay() is called when ifi->ifi_ra_timer is NULL.Hiroki Sato2013-03-061-0/+2
* | - Implement and use usage().Dag-Erling Smørgrav2013-02-252-10/+26
|/
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-1/+1
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* mdoc: correct .Bd/.Bl arguments.Joel Dahl2012-03-261-4/+4