aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of duplicates.Ruslan Ermilov2003-09-141-1/+1
* - supported a string notation for xxflags.Hajimu UMEMOTO2003-08-159-409/+531
* use arc4random.Hajimu UMEMOTO2003-08-152-1/+7
* variable shared with signal handler needs to be "volatile sig_atomic_t".Hajimu UMEMOTO2003-08-151-2/+2
* set LOG_PERROR for openlog() when running foreground.Hajimu UMEMOTO2003-08-151-3/+7
* dump the content of route information optionsHajimu UMEMOTO2003-08-151-1/+19
* logged the fact to dump the status.Hajimu UMEMOTO2003-08-151-0/+3
* daemon() has to be called prior to file descriptor setupsHajimu UMEMOTO2003-08-141-2/+2
* support poll(2).Hajimu UMEMOTO2003-08-142-2/+37
* - rename some variables.Hajimu UMEMOTO2003-08-141-27/+14
* signal handler must take "int" arg.Hajimu UMEMOTO2003-08-141-4/+5
* avoid fd_set overrun.Hajimu UMEMOTO2003-08-141-9/+21
* malloc() may return NULL.Hajimu UMEMOTO2003-08-121-0/+5
* reduce #ifdef.Hajimu UMEMOTO2003-08-116-33/+4
* use strlcpy() and snprintf().Hajimu UMEMOTO2003-08-113-7/+7
* use int64_t instead of long long.Hajimu UMEMOTO2003-08-113-7/+7
* Drop MIP6 code. We don't support MIP6 yet.Hajimu UMEMOTO2003-08-084-142/+4
* KNF, correct typos and cleanup spaces.Hajimu UMEMOTO2003-08-089-78/+66
* stop use of register.Hajimu UMEMOTO2003-08-081-14/+14
* __FUNCTION__ --> __func__Hajimu UMEMOTO2003-08-087-164/+164
* fixed wrong parameter descriptionsSUZUKI Shinsuke2003-07-301-3/+9
* - fixed byte order of route lifetimes in route info opptions.SUZUKI Shinsuke2003-04-101-2/+2
* Use assignment, not equivalence test.Nate Lawson2003-04-051-1/+1
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* fixed invalid pointer referenceSUZUKI Shinsuke2003-04-021-0/+1
* tightened check for the length of ND options.Hajimu UMEMOTO2003-03-261-2/+25
* Use srandomdev() for FreeBSDAndrey A. Chernov2003-02-111-0/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-2/+2
* english(4) police.Jens Schweikhardt2002-12-271-3/+3
* The .Nm utilityPhilippe Charnier2002-07-141-3/+5
* Do not issue deprecated ioctl.Hajimu UMEMOTO2002-06-151-0/+8
* Changed the behavior when an interface-direct prefix being advertisedHajimu UMEMOTO2002-06-138-45/+166
* Skip duplicated prefixes in get_prefix().Hajimu UMEMOTO2002-06-013-14/+19
* KNFHajimu UMEMOTO2002-06-011-286/+264
* sprintf -> snprintfHajimu UMEMOTO2002-06-011-17/+25
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-4/+2