aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/route6d
Commit message (Expand)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* This main goals of this project are:Qing Li2008-12-151-8/+6
* Cleanup of userland __P useKevin Lo2007-11-071-57/+57
* implemented more validation checks about incoming responses per RFC2080, and ...SUZUKI Shinsuke2006-11-161-4/+78
* These IPv6-only tools have no explicit dependency on the INET6 macro.Yaroslav Tykhiy2006-07-271-1/+1
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-1/+3
* - need_trigger/idx should be u_int, not ssize_t.Hajimu UMEMOTO2003-11-141-30/+34
* - interface minimum MTU = 1280 in IPv6.Hajimu UMEMOTO2003-11-141-8/+3
* our netstat is installed in /usr/bin.Hajimu UMEMOTO2003-11-141-1/+1
* fixe remote panic on short packetSUZUKI Shinsuke2003-10-311-0/+5
* remove unused variableSam Leffler2003-10-031-2/+0
* rtm_seq is int, so seq/myseq should be int.Hajimu UMEMOTO2003-08-181-2/+2
* suppress outpt on dump request if -q is specified.Hajimu UMEMOTO2003-08-181-0/+3
* atoi -> strtoulHajimu UMEMOTO2003-08-181-2/+10
* - port numbers are unsigned. use %u.Hajimu UMEMOTO2003-08-181-2/+2
* explicitly specify IPPROTO_UDP when calling getaddrinfo().Hajimu UMEMOTO2003-08-181-0/+2
* remove a variable that is never used.Hajimu UMEMOTO2003-08-181-5/+2
* support poll(2).Hajimu UMEMOTO2003-08-182-5/+44
* - don't select with FD_SETSIZE.Hajimu UMEMOTO2003-08-181-14/+25
* - don't print strerror() if errno == 0 on fatal().Hajimu UMEMOTO2003-08-171-10/+26
* - do not SEGV on IFF_UP.Hajimu UMEMOTO2003-08-171-14/+21
* do not send dump request on -NHajimu UMEMOTO2003-08-171-0/+2
* macro pedantHajimu UMEMOTO2003-08-171-2/+2
* minor cleanup; no need for extra variable hereHajimu UMEMOTO2003-08-171-4/+2
* use strchr(3).Hajimu UMEMOTO2003-08-171-3/+3
* daemon() has to be called prior to file descriptor setupsHajimu UMEMOTO2003-08-171-15/+8
* getifaddrs(3) is always used.Hajimu UMEMOTO2003-08-171-1/+1
* knf, typo, space.Hajimu UMEMOTO2003-08-172-21/+13
* set IPV6_V6ONLY.Hajimu UMEMOTO2003-08-171-7/+13
* - die if malloc fails.Hajimu UMEMOTO2003-08-171-2/+8
* use strncpyHajimu UMEMOTO2003-08-171-1/+1
* "sin" is a reserved C library function name. use sin6Hajimu UMEMOTO2003-08-171-73/+73
* We don't need __ss hack.Hajimu UMEMOTO2003-08-171-1/+1
* Add missing srand() (sranddev() for FreeBSD)Andrey A. Chernov2003-02-111-0/+5
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* The .Nm utilityPhilippe Charnier2002-07-141-4/+7
* mdoc(7) police:Ruslan Ermilov2001-08-071-7/+5
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+2
* Sync with recent KAME.Hajimu UMEMOTO2001-06-113-358/+657
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-5/+5
* - do not check/advertise cloned routes, nor dynamic routesHajimu UMEMOTO2000-11-271-5/+21
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Sync with KAME. Format string auditing and manpage cleanups.Kris Kennaway2000-10-082-7/+10
* fix LP64 issue in routing socket manipulation.Jun-ichiro itojun Hagino2000-08-141-10/+23
* removed 'ifndef ADVAPI' partsHajimu UMEMOTO2000-07-102-33/+5
* use advanced API (-DADVAPI).Jun-ichiro itojun Hagino2000-07-091-1/+1
* sync with latest kame tree. more stable, p2p advert is correctedJun-ichiro itojun Hagino2000-07-054-141/+445
* When unexpected rtmsg was received, route6d was dying.Yoshinobu Inoue2000-03-141-2/+4