summaryrefslogtreecommitdiffstats
path: root/usr.sbin/route6d
Commit message (Expand)AuthorAgeFilesLines
* MFC r270234:hrs2014-10-091-0/+2
* Merge r263203: garbage collect long time obsoleted (or never used) stuffglebius2014-04-091-21/+0
* Merge r263658 from head: remove unneeded fake _KERNEL definition.glebius2014-03-231-2/+0
* Minor mdoc fix.joel2012-11-181-1/+1
* - Increase the number of retry for NET_RT_DUMP from 5 to 15.hrs2012-11-182-9/+140
* Overhaul of route6d(8):hrs2012-11-181-445/+392
* Use sin6_scope_id instead of KAME-specific embedded scope id.hrs2012-11-181-27/+8
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* In usr.sbin/route6d/route6d.c, use the correct printf length modifierdim2011-12-181-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* This main goals of this project are:qingli2008-12-151-8/+6
* Cleanup of userland __P usekevlo2007-11-071-57/+57
* implemented more validation checks about incoming responses per RFC2080, and ...suz2006-11-161-4/+78
* These IPv6-only tools have no explicit dependency on the INET6 macro.yar2006-07-271-1/+1
* Fixed the misplaced $FreeBSD$.ru2005-02-091-1/+3
* - need_trigger/idx should be u_int, not ssize_t.ume2003-11-141-30/+34
* - interface minimum MTU = 1280 in IPv6.ume2003-11-141-8/+3
* our netstat is installed in /usr/bin.ume2003-11-141-1/+1
* fixe remote panic on short packetsuz2003-10-311-0/+5
* remove unused variablesam2003-10-031-2/+0
* rtm_seq is int, so seq/myseq should be int.ume2003-08-181-2/+2
* suppress outpt on dump request if -q is specified.ume2003-08-181-0/+3
* atoi -> strtoulume2003-08-181-2/+10
* - port numbers are unsigned. use %u.ume2003-08-181-2/+2
* explicitly specify IPPROTO_UDP when calling getaddrinfo().ume2003-08-181-0/+2
* remove a variable that is never used.ume2003-08-181-5/+2
* support poll(2).ume2003-08-182-5/+44
* - don't select with FD_SETSIZE.ume2003-08-181-14/+25
* - don't print strerror() if errno == 0 on fatal().ume2003-08-171-10/+26
* - do not SEGV on IFF_UP.ume2003-08-171-14/+21
* do not send dump request on -Nume2003-08-171-0/+2
* macro pedantume2003-08-171-2/+2
* minor cleanup; no need for extra variable hereume2003-08-171-4/+2
* use strchr(3).ume2003-08-171-3/+3
* daemon() has to be called prior to file descriptor setupsume2003-08-171-15/+8
* getifaddrs(3) is always used.ume2003-08-171-1/+1
* knf, typo, space.ume2003-08-172-21/+13
* set IPV6_V6ONLY.ume2003-08-171-7/+13
* - die if malloc fails.ume2003-08-171-2/+8
* use strncpyume2003-08-171-1/+1
* "sin" is a reserved C library function name. use sin6ume2003-08-171-73/+73
* We don't need __ss hack.ume2003-08-171-1/+1
* Add missing srand() (sranddev() for FreeBSD)ache2003-02-111-0/+5
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* The .Nm utilitycharnier2002-07-141-4/+7
* mdoc(7) police:ru2001-08-071-7/+5
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+2
* Sync with recent KAME.ume2001-06-113-358/+657
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
OpenPOWER on IntegriCloud