| Age | Commit message (Expand) | Author |
| 2003-11-15 | Use itimerval() instead of alarm() for interval displaying. This increases | ragge |
| 2003-11-06 | handle KAME scopeid hack for multicast addr. Matthias Drochner | itojun |
| 2003-10-18 | mbstat.m_drain is still maintained. Don't skip it. | enami |
| 2003-10-17 | Print ips_rcvmemdrop and ips_nogif. | enami |
| 2003-09-12 | fix PR bin/22739 (netstat -nlv -f inet6 weird) | itojun |
| 2003-09-04 | synchronize w/ inpcb/in6pcb change | itojun |
| 2003-08-19 | correct strange indentation | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-04 | always print prefixlen for routes. it's CIDR age. | itojun |
| 2003-07-25 | support new algorithms | itojun |
| 2003-07-22 | support hmac-sha2. | itojun |
| 2003-07-20 | As a temporary workaround, apply the fix from PR#20390, thereby | he |
| 2003-07-12 | strlcpy | itojun |
| 2003-05-14 | use proper #ifdef to determine behavior (__KAME__) | itojun |
| 2003-04-18 | clear errno before strto(u)l() if we're going to test it for ERANGE afterwards | lukem |
| 2003-04-15 | make char array bigger where it seems too small and may overrun. | itojun |
| 2003-03-22 | it's not necessary to limit the service name artificially to 8 characters | jdolecek |
| 2003-03-02 | TF_PROTO1/2 mixup. from itou makoto | itojun |
| 2003-02-27 | Don't use uninitialized variable. | enami |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-02-04 | Update for callout changes, and show TCP timers in relative, rather | thorpej |
| 2003-02-03 | Test CALLOUT_PENDING, not CALLOUT_ACTIVE. | thorpej |
| 2003-02-02 | undo mallocvar.h changes! | christos |
| 2003-02-01 | Include "sys/mallocvar.h" with "_KERNEL" defined in time to avoid | tron |
| 2002-12-14 | Avoid integer overflow in percent calculation when facing a mbuf leak. | martin |
| 2002-10-26 | fix typo, from sm@resistor.net in misc/18816. | grant |
| 2002-09-30 | New sentence, new line. | grant |
| 2002-09-18 | makefile delint. use NETBSDSRCDIR as appropriate | lukem |
| 2002-07-23 | Add more software intrq. | enami |
| 2002-07-03 | typo. sync w/kame | itojun |
| 2002-07-03 | Introduce -q flag to print some information (like number of packets dropped | enami |
| 2002-07-02 | Sync SYNOPSIS and usage() with reality. | soren |
| 2002-06-19 | use macro to determine link-local multicast addr | itojun |
| 2002-06-19 | identify kame scopeid hack with KAME_SCOPEID | itojun |
| 2002-06-11 | err/errx/warn/warnx do not need \n at the end | itojun |
| 2002-06-09 | use strchr, not index | itojun |
| 2002-06-08 | make an auto const variable static. | yamt |
| 2002-06-02 | member of mrtstat are u_long, so %lu is more appropriate than %ld. | itojun |
| 2002-06-02 | KNF | itojun |
| 2002-05-26 | path MTU discovery blackhole detection. | itojun |
| 2002-05-13 | Don't count on kernel includes to exports user variables. | matt |
| 2002-03-21 | pfkey statistics was presented in wrong direction. | itojun |
| 2002-03-09 | Adapt to pool rototill. | sommerfeld |
| 2002-02-27 | clarification of vflag | lukem |
| 2002-02-27 | if not -n and the local socket doesn't have INP_ANONPORT set, always try | lukem |
| 2001-12-01 | Whitespace cleanup. | wiz |
| 2001-10-18 | print rip6stat. sync with kame | itojun |
| 2001-10-06 | Use getnameinfo() to format link-layer addresses for netstat -r rather than | bjh21 |