aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-302-3/+3
* Remove RA timer on an interface with !IFF_UP actively after starting to sendHiroki Sato2011-09-201-0/+15
* - Fix a bug that can lead to displaying an incorrect value. (r224210)Hiroki Sato2011-09-127-178/+231
* - Improve interface list handling. The rtadvd(8) now supports dynamically-Hiroki Sato2011-07-1721-1430/+3100
* Add sanity check for ifm_version in struct if_msghdr.Hiroki Sato2011-07-041-0/+6
* Support SIGHUP for reloading /etc/rtadvd.conf.Hiroki Sato2011-06-115-51/+142
* Fix a bug that prevents tc=xxx from working.Hiroki Sato2011-06-071-2/+1
* - Use ELM_MALLOC() for struct rainfo.Hiroki Sato2011-06-071-11/+5
* Set WARNS=1 temporarily to unbreak universe.Hiroki Sato2011-06-061-1/+1
* Fix build on 64-bit arch.Hiroki Sato2011-06-063-5/+5
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router AdvertisementHiroki Sato2011-06-0618-1395/+2067
* Prevent crashes from a race when (cloned) interfaces go away.Bjoern A. Zeeb2011-03-021-4/+6
* style.Makefile says tab between var= and value.Xin LI2010-12-231-2/+2
* Allow overriding pidfile and dumpfile.Xin LI2010-12-223-19/+47
* Fix another "string" typo.Ulrich Spörlein2010-10-281-1/+1
* Correct a typo.Bjoern A. Zeeb2010-10-281-1/+1
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-131-2/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Properly convert bit value to a bit field. Before we were storingWarner Losh2009-02-191-2/+2
* - rename the RETURN VALUES section to EXIT STATUS [1]Daniel Gerzo2009-01-071-4/+2
* Change 2 arc4random modulo operations to arc4random_uniform() asAndrey A. Chernov2008-07-261-2/+2
* Cleanup of userland __P useKevin Lo2007-11-0713-89/+89
* o Remove duplicate includes.Maxim Konovalov2007-01-201-1/+0
* These IPv6-only tools have no explicit dependency on the INET6 macro.Yaroslav Tykhiy2006-07-271-1/+1
* avoid heap overrunSUZUKI Shinsuke2006-03-231-1/+1
* fixed a typo in commentSUZUKI Shinsuke2005-11-171-1/+1
* changed syslog level to more appropriate onesSUZUKI Shinsuke2005-10-191-3/+3
* source link-layer address option should be marked to be checked later,SUZUKI Shinsuke2005-10-191-1/+1
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...SUZUKI Shinsuke2005-10-191-0/+30
* fix typo.Hajimu UMEMOTO2005-08-101-3/+3
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-092-2/+4
* removed compilation warningSUZUKI Shinsuke2004-10-222-0/+2
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-4/+0
* Fixed SEE ALSO references.Ruslan Ermilov2004-07-021-13/+13
* libcompat doesn't seem to be necessary any more.Poul-Henning Kamp2004-06-211-3/+0
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-101-1/+1
* fixed memory leak.SUZUKI Shinsuke2003-09-201-1/+4