| Age | Commit message (Expand) | Author |
| 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 |
| 2001-10-06 | Use getnameinfo() for printing link-layer addresses in netstat -i, rather | bjh21 |
| 2001-09-15 | Fix a printf format/argument cast. | thorpej |
| 2001-09-10 | tcp_dump(): Also print the address of the in6pcb. | thorpej |
| 2001-09-10 | Update for TCP timer changes. | thorpej |
| 2001-09-10 | Update for field name changes in struct tcpcb. | thorpej |
| 2001-09-10 | Make the PCB address printing look like the IPv4 version. | thorpej |
| 2001-09-03 | Cross-reference fstat(1) | sommerfeld |
| 2001-08-19 | snprintf length audit. from openbsd | itojun |
| 2001-08-06 | present SPD cache lookup stats. sync with kame | itojun |
| 2001-06-19 | `existent', not `existant' | wiz |
| 2001-06-13 | typo | itojun |
| 2001-05-28 | typo | itojun |
| 2001-05-28 | add `-s' that prints port numbers symbolically but addresses numerically | assar |
| 2001-05-06 | Change xref for vmstat(8) to vmstat(1). | wiz |
| 2001-04-06 | pedant changes for strcpy/sprintf. | itojun |
| 2001-03-31 | PR/12517: Izumi Tsutsui: Don't use paddr_t in netstat; change to u_long | christos |
| 2001-03-20 | add sctp (maybe we should add it to /etc/protocols instead?) | itojun |