summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd
Commit message (Expand)AuthorAgeFilesLines
* MFC r274898:dim2014-11-251-2/+8
* 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
| * | | | Simplify -D for LOG_DEBUG and -d for LOG_INFO.hrs2011-06-051-46/+36
| * | | | Document -M flag and fix a bug in handling of it.hrs2011-06-052-4/+6
| * | | | Rename: s/noonlinkprefix/noifprefix/.hrs2011-06-053-9/+9
| * | | | Reword noonlinkprefix sentences. It is related to prefixes on the networkhrs2011-06-041-3/+3
| * | | | "noonlinkprefix" directive has been added. This disables gathering on-linkhrs2011-06-043-2/+24
| * | | | Fix various inconsistencies in symbol naming and data handling whichhrs2011-06-048-1123/+1067
| * | | | - INET6_ADDRSTRLEN does not include \0.hrs2011-06-044-11/+56
| * | | | - Fixes for WARNS=6.hrs2011-06-0411-67/+62
| * | | | - Use IANA reserved example.com domain for rtadvd.conf(5).hrs2011-06-047-29/+48
| * | | | - Add another length check for DNSSL option. A malformed ICMP message can havehrs2011-06-041-2/+5
| * | | | Use strchr() instead of index().hrs2011-06-031-1/+1
| * | | | Fix label encoding/decoding function for RFC 1035 Section 3.1 encoding.hrs2011-06-032-9/+24
| * | | | - Remove #ifdef RDNSS.hrs2011-05-3114-235/+184
| * | | | Implemnt RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisementhrs2011-05-2910-19/+482
| | |/ / | |/| |
* | | | Add sanity check for ifm_version in struct if_msghdr.hrs2011-07-041-0/+6
| |_|/ |/| |
* | | Support SIGHUP for reloading /etc/rtadvd.conf.hrs2011-06-115-51/+142
| |/ |/|
* | Fix a bug that prevents tc=xxx from working.hrs2011-06-071-2/+1
* | - Use ELM_MALLOC() for struct rainfo.hrs2011-06-071-11/+5
* | Set WARNS=1 temporarily to unbreak universe.hrs2011-06-061-1/+1
* | Fix build on 64-bit arch.hrs2011-06-063-5/+5
* | - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisementhrs2011-06-0618-1395/+2067
|/
* Prevent crashes from a race when (cloned) interfaces go away.bz2011-03-021-4/+6
* style.Makefile says tab between var= and value.delphij2010-12-231-2/+2
* Allow overriding pidfile and dumpfile.delphij2010-12-223-19/+47
* Fix another "string" typo.uqs2010-10-281-1/+1
* Correct a typo.bz2010-10-281-1/+1
OpenPOWER on IntegriCloud