| Age | Commit message (Expand) | Author |
| 2007-04-27 | Fall back to kvm interface for protocols that do not yet | mlelstv |
| 2006-11-15 | PR/35056: Keiichi Shima: netstat does not compile in crunched environment | elad |
| 2006-10-13 | Refactor code a bit so we only use kmem when we really need it. | elad |
| 2006-09-27 | Good intentions are still intentions. If we can't open kvm, but we still | elad |
| 2006-09-14 | - Back to using kvm if we have access to it, since the sysctl stats do not | christos |
| 2006-08-26 | Conditionalize XNS support. No longer enabled. | matt |
| 2006-08-22 | well, the || needed to be an && and the operand order needed to be changed. | christos |
| 2006-08-21 | Fix another && || confusion, from Kurt Schreiner, thanks! | christos |
| 2006-08-17 | Don't use || if you need &&. | christos |
| 2006-06-04 | another netstat fix, Kurt Schreiner. thanx! | elad |
| 2006-06-04 | fix logic; from Kurt Schreiner | elad |
| 2006-05-28 | Make netstat use sysctl when dumping routing tables/stats. | elad |
| 2006-05-18 | Integrate Common Address Redundancy Procotol (CARP) from OpenBSD | liamjfoy |
| 2005-09-14 | make bpf stats #ifndef SMALL, | drochner |
| 2005-09-02 | Request process information using sysctl(3) and not kvm(3) since bpf(4) | rpaulo |
| 2005-08-04 | Implemented the userland part of the BPF statistics and BPF peers, | rpaulo |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-09-04 | IPv4 PIM support, from the submission of Pavlin Radoslavov on tech-net@ | manu |
| 2004-06-27 | Fix two stupid bugs I introduced with stats for fast-ipsec: | jonathan |
| 2004-06-06 | Temporary hack to fix ipsec stats lossage. Atatat, are you listening? | christos |
| 2004-05-07 | Redo net.inet.* sysctl subtree for fast-ipsec from scratch. | jonathan |
| 2003-09-04 | synchronize w/ inpcb/in6pcb change | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-18 | clear errno before strto(u)l() if we're going to test it for ERANGE afterwards | lukem |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2003-02-04 | Update for callout changes, and show TCP timers in relative, rather | thorpej |
| 2002-07-23 | Add more software intrq. | enami |
| 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-11 | err/errx/warn/warnx do not need \n at the end | itojun |
| 2001-10-18 | print rip6stat. sync with kame | itojun |
| 2001-05-28 | add `-s' that prints port numbers symbolically but addresses numerically | assar |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2000-10-28 | more fix to "pfkey printed twice" problem. PR 11323 from ura. | itojun |
| 2000-10-05 | don't print pfkey statistics twice. from uep | itojun |
| 2000-08-15 | Add kernel counters for arp events, displayable with netstat -s -f arp | jhawk |
| 2000-07-06 | more stats. from kame | itojun |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 2000-02-26 | revise IPsec, pfkey, IPv6 multicast and IPv6 statistics. (sync with kame) | itojun |
| 1999-12-13 | per-interface statistics. | itojun |
| 1999-09-15 | Add -L option. netstat -r -L behaves like 4.3BSD netstat -r, that is, it | is |
| 1999-07-01 | make netstat IPv6-ready. | itojun |
| 1999-03-14 | There is no -h flag. From OpenBSD. | kristerw |
| 1999-02-27 | fix PR7057: division by zero if no mbufs allocated | sommerfe |
| 1999-02-08 | fix dumping of pcbs | explorer |
| 1999-01-15 | Added a verbose flag for route display that will show | kml |
| 1999-01-11 | #ifndef SMALL changes. saves 30k on the sparc | mrg |
| 1998-07-18 | use AF_LOCAL instead of AF_UNIX. support -f local as synonym for -f unix | lukem |
| 1998-07-12 | - KNF | mrg |
| 1998-07-06 | - change setgid kmem programs (that lend themselves to this) so setegid(getgi... | mrg |