summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd
Commit message (Expand)AuthorAgeFilesLines
* MFC r308216:fabient2017-01-041-10/+9
* MFC r308348:hrs2016-11-161-0/+4
* Use strlcpy() instead of strncpy() when copying ifname to ensuretruckman2016-05-152-3/+3
* rtadvd(8): Fix use-after-close in cm_handler_clientcem2016-05-121-1/+3
* rtadvd(8): Don't use-after-freecem2016-05-121-1/+2
* rtadvd(8): Fix a typo in full msg receive logiccem2016-05-121-6/+6
* usr.sbin: minor spelling fixes on comments.pfg2016-05-011-1/+1
* Use strlcpy().delphij2015-10-301-2/+1
* - Fix a bug which prevented dnssl[0-9] and rdnss[0-9] parameters fromhrs2015-10-221-2/+3
* Now that we own the code, use arc4random(3) unconditionallydelphij2015-10-062-19/+0
* Add META_MODE support.sjg2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-276-9/+10
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-192-6/+17
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge from headsjg2013-09-059-135/+111
| |\ \
| * \ \ sync from headsjg2013-04-122-10/+28
| |\ \ \
| * | | | 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
* | | | | Stop including if_var.h from userland.glebius2015-04-064-4/+0
* | | | | mdoc: sort SEE ALSO.joel2014-12-261-1/+1
* | | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
* | | | | Fix the following -Werror warnings from clang 3.5.0, while buildingdim2014-11-221-2/+8
| |_|_|/ |/| | |
* | | | Check buffer length more strictly.hrs2014-10-111-4/+15
* | | | Fix off-by-one.hrs2014-10-111-2/+2
| |_|/ |/| |
* | | Ignore if the interface is not IPv6-capable.hrs2013-09-021-2/+2
* | | Fix a crash when reloading the configuration file.hrs2013-08-271-4/+2
* | | Set the back pointer from the prefix to the interface before addingdes2013-08-231-1/+1
* | | Fix build on arm and mips.hrs2013-08-061-5/+2
* | | - Use time_uptime instead of time_second in data structures forhrs2013-08-058-123/+99
* | | - Add missing "static" keywords.hrs2013-07-091-2/+7
* | | Add a missing white space.hrs2013-07-091-1/+1
* | | Fix a typo in an error message.eadler2013-05-061-1/+1
| |/ |/|
* | Fix SIGSEGV when set_short_delay() is called when ifi->ifi_ra_timer is NULL.hrs2013-03-061-0/+2
* | - Implement and use usage().des2013-02-252-10/+26
|/
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-241-1/+1
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* mdoc: correct .Bd/.Bl arguments.joel2012-03-261-4/+4
* Spelling fixes for usr.sbin/uqs2011-12-302-3/+3
* Remove RA timer on an interface with !IFF_UP actively after starting to sendhrs2011-09-201-0/+15
* - Fix a bug that can lead to displaying an incorrect value. (r224210)hrs2011-09-127-178/+231
* - Improve interface list handling. The rtadvd(8) now supports dynamically-hrs2011-07-1721-1430/+3100
|\
| * - Refactoring the interface list. It now supports dynamicallyhrs2011-07-1421-1182/+2558
| * - Check RTM_VERSION.hrs2011-06-163-1/+14
| * Merge from HEAD@222975.hrs2011-06-115-51/+142
| |\
| | \
| | \
| *-. \ Merge from HEAD@222848.hrs2011-06-084-18/+11
| |\ \ \
| * | | | Specify requirements for RA sending/receiving based on lifetime,hrs2011-06-052-44/+108
| * | | | Support dynamically-added/removed interfaces. The rtadvd(8) daemon detects anhrs2011-06-055-34/+195
OpenPOWER on IntegriCloud