| Age | Commit message (Expand) | Author |
| 2010-12-15 | Deal with crunch the standard way. | pooka |
| 2010-12-15 | Make this build with CRUNCHEDPROG defined, and default to the sysctl() | he |
| 2010-12-13 | Add netstat rump client. For now, it always sets -X, i.e. will | pooka |
| 2010-12-06 | Insert word "mbuf" to description of -m (so you can search for it). | pooka |
| 2010-07-09 | Line up total numbers again. | enami |
| 2010-06-30 | Bump date for previous (mpls). | wiz |
| 2010-06-29 | Add mpls into family address list | kefren |
| 2010-06-27 | Add -T flag, that shows tags in route output | kefren |
| 2010-06-26 | add MPLS clue for showing routes | kefren |
| 2010-04-22 | no need to forward declare struct uio and proc before including | plunky |
| 2010-04-22 | it is not [any longer] necessary to #define _KERNEL while including | plunky |
| 2010-02-24 | Add -h, which makes output of bytes counts "humanized" (e.g. -bih) | pooka |
| 2009-12-07 | PR/42243: Yasuoka Masahiko: Add support for "net.inet.icmp.bmcastecho" support. | christos |
| 2009-09-27 | protecting sockaddr_in6 with -DINET6 | plunky |
| 2009-09-14 | Import pfsync support from OpenBSD 4.2 | degroote |
| 2009-09-13 | Use PRIu64 for printf'ing stuff. Fixes build breakage on part-amd64 | pgoyette |
| 2009-09-13 | Put some unsigned long long casts (as was in the original printing code). | elad |
| 2009-09-13 | Fix section for sysctl xref (it is 3, not 2). | wiz |
| 2009-09-13 | Checkin work in progress to make netstat use sysctl rather than kvm(3). | elad |
| 2009-06-28 | Fix typo | dholland |
| 2009-05-28 | fix typo (Silas Silva) | christos |
| 2009-04-12 | Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare). | lukem |
| 2009-03-11 | Fix markup | joerg |
| 2009-02-22 | Make netstat handle -a properly; that is, don't show unconnected | dholland |
| 2009-02-14 | Sort option descriptions, and options in usage. | wiz |
| 2008-12-29 | fix for 64 bit time_t | christos |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | net.atalk, not net.at. | thorpej |
| 2008-04-24 | Note which things are not available by KVM, and print a nice message | thorpej |
| 2008-04-24 | Make note of a few things no longer available via kvm. | thorpej |
| 2008-04-23 | netns is no longer in the tree; completely purge it from netstat(1). | thorpej |
| 2008-04-23 | Make DDP stats per-cpu. While here, bump the counters to 64-bit and | thorpej |
| 2008-04-23 | don't include <cons_pcb.h> as it is unnecessary | plunky |
| 2008-04-23 | PF_KEY stats for IPSEC and FAST_IPSEC are now per-CPU. | thorpej |
| 2008-04-23 | Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and | thorpej |
| 2008-04-15 | ARP and IGMP stats are now available by sysctl. | thorpej |
| 2008-04-15 | Make IGMP stats per-cpu. | thorpej |
| 2008-04-15 | Make ARP stats per-cpu. | thorpej |
| 2008-04-15 | Make CARP status per-cpu. | thorpej |
| 2008-04-15 | Make pim6 stats per-cpu. | thorpej |
| 2008-04-15 | Make raw6 stats per-cpu. | thorpej |
| 2008-04-15 | Use ANSI function decls throughout. | thorpej |
| 2008-04-15 | Make udp6 stats per-cpu. | thorpej |
| 2008-04-08 | Change IPv6 stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-08 | Change ICMP6 stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-08 | Change TCP stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-07 | Change IP stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-06 | fix build problem introduced in 1.79 | jnemeth |
| 2008-04-06 | Change UDP stats from a structure to an array of uint64_t's. | thorpej |