summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | - 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
* mdoc: move remaining sections into consistent orderuqs2010-05-131-2/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* Properly convert bit value to a bit field. Before we were storingimp2009-02-191-2/+2
* - rename the RETURN VALUES section to EXIT STATUS [1]danger2009-01-071-4/+2
* Change 2 arc4random modulo operations to arc4random_uniform() asache2008-07-261-2/+2
* Cleanup of userland __P usekevlo2007-11-0713-89/+89
* o Remove duplicate includes.maxim2007-01-201-1/+0
* These IPv6-only tools have no explicit dependency on the INET6 macro.yar2006-07-271-1/+1
* avoid heap overrunsuz2006-03-231-1/+1
* fixed a typo in commentsuz2005-11-171-1/+1
* changed syslog level to more appropriate onessuz2005-10-191-3/+3
* source link-layer address option should be marked to be checked later,suz2005-10-191-1/+1
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...suz2005-10-191-0/+30
* fix typo.ume2005-08-101-3/+3
* Fixed the misplaced $FreeBSD$.ru2005-02-092-2/+4
* removed compilation warningsuz2004-10-222-0/+2
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-071-4/+0
* Fixed SEE ALSO references.ru2004-07-021-13/+13
* libcompat doesn't seem to be necessary any more.phk2004-06-211-3/+0
* Fixed a misspelling of 0 as NULL.bde2004-03-101-1/+1
* fixed memory leak.suz2003-09-201-1/+4
* Get rid of duplicates.ru2003-09-141-1/+1
* - supported a string notation for xxflags.ume2003-08-159-409/+531
* use arc4random.ume2003-08-152-1/+7
* variable shared with signal handler needs to be "volatile sig_atomic_t".ume2003-08-151-2/+2
* set LOG_PERROR for openlog() when running foreground.ume2003-08-151-3/+7
* dump the content of route information optionsume2003-08-151-1/+19
* logged the fact to dump the status.ume2003-08-151-0/+3
* daemon() has to be called prior to file descriptor setupsume2003-08-141-2/+2
* support poll(2).ume2003-08-142-2/+37
* - rename some variables.ume2003-08-141-27/+14
OpenPOWER on IntegriCloud