| Commit message (Expand) | Author | Age | Files | Lines |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -8/+6 |
* | Cleanup of userland __P use | kevlo | 2007-11-07 | 1 | -57/+57 |
* | implemented more validation checks about incoming responses per RFC2080, and ... | suz | 2006-11-16 | 1 | -4/+78 |
* | These IPv6-only tools have no explicit dependency on the INET6 macro. | yar | 2006-07-27 | 1 | -1/+1 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 1 | -1/+3 |
* | - need_trigger/idx should be u_int, not ssize_t. | ume | 2003-11-14 | 1 | -30/+34 |
* | - interface minimum MTU = 1280 in IPv6. | ume | 2003-11-14 | 1 | -8/+3 |
* | our netstat is installed in /usr/bin. | ume | 2003-11-14 | 1 | -1/+1 |
* | fixe remote panic on short packet | suz | 2003-10-31 | 1 | -0/+5 |
* | remove unused variable | sam | 2003-10-03 | 1 | -2/+0 |
* | rtm_seq is int, so seq/myseq should be int. | ume | 2003-08-18 | 1 | -2/+2 |
* | suppress outpt on dump request if -q is specified. | ume | 2003-08-18 | 1 | -0/+3 |
* | atoi -> strtoul | ume | 2003-08-18 | 1 | -2/+10 |
* | - port numbers are unsigned. use %u. | ume | 2003-08-18 | 1 | -2/+2 |
* | explicitly specify IPPROTO_UDP when calling getaddrinfo(). | ume | 2003-08-18 | 1 | -0/+2 |
* | remove a variable that is never used. | ume | 2003-08-18 | 1 | -5/+2 |
* | support poll(2). | ume | 2003-08-18 | 2 | -5/+44 |
* | - don't select with FD_SETSIZE. | ume | 2003-08-18 | 1 | -14/+25 |
* | - don't print strerror() if errno == 0 on fatal(). | ume | 2003-08-17 | 1 | -10/+26 |
* | - do not SEGV on IFF_UP. | ume | 2003-08-17 | 1 | -14/+21 |
* | do not send dump request on -N | ume | 2003-08-17 | 1 | -0/+2 |
* | macro pedant | ume | 2003-08-17 | 1 | -2/+2 |
* | minor cleanup; no need for extra variable here | ume | 2003-08-17 | 1 | -4/+2 |
* | use strchr(3). | ume | 2003-08-17 | 1 | -3/+3 |
* | daemon() has to be called prior to file descriptor setups | ume | 2003-08-17 | 1 | -15/+8 |
* | getifaddrs(3) is always used. | ume | 2003-08-17 | 1 | -1/+1 |
* | knf, typo, space. | ume | 2003-08-17 | 2 | -21/+13 |
* | set IPV6_V6ONLY. | ume | 2003-08-17 | 1 | -7/+13 |
* | - die if malloc fails. | ume | 2003-08-17 | 1 | -2/+8 |
* | use strncpy | ume | 2003-08-17 | 1 | -1/+1 |
* | "sin" is a reserved C library function name. use sin6 | ume | 2003-08-17 | 1 | -73/+73 |
* | We don't need __ss hack. | ume | 2003-08-17 | 1 | -1/+1 |
* | Add missing srand() (sranddev() for FreeBSD) | ache | 2003-02-11 | 1 | -0/+5 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -4/+7 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -7/+5 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -3/+2 |
* | Sync with recent KAME. | ume | 2001-06-11 | 3 | -358/+657 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -5/+5 |
* | - do not check/advertise cloned routes, nor dynamic routes | ume | 2000-11-27 | 1 | -5/+21 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | Sync with KAME. Format string auditing and manpage cleanups. | kris | 2000-10-08 | 2 | -7/+10 |
* | fix LP64 issue in routing socket manipulation. | itojun | 2000-08-14 | 1 | -10/+23 |
* | removed 'ifndef ADVAPI' parts | ume | 2000-07-10 | 2 | -33/+5 |
* | use advanced API (-DADVAPI). | itojun | 2000-07-09 | 1 | -1/+1 |
* | sync with latest kame tree. more stable, p2p advert is corrected | itojun | 2000-07-05 | 4 | -141/+445 |
* | When unexpected rtmsg was received, route6d was dying. | shin | 2000-03-14 | 1 | -2/+4 |