| Age | Commit message (Expand) | Author |
| 2021-10-30 | netstat(1): convert malloc(x * y) and realloc(x * y) to reallocarr | nia |
| 2020-08-28 | netstat: strengthen against kernel changes | ozaki-r |
| 2020-08-28 | netstat: support new packet counters | ozaki-r |
| 2020-08-06 | add missing {IP,IP6}_STAT_NOIPSEC to netstat. | knakahara |
| 2019-08-18 | netstat: Add indirection of symbols to remove clash with sanitizers | kamil |
| 2019-05-13 | Show the number of packets dropped by pfil | ozaki-r |
| 2018-05-03 | Remove now unused tcpip.h includes. Some were already unused before. | maxv |
| 2016-12-23 | in getpcblist_sysctl() if sysctlnametomib() fails, return NULL and | mrg |
| 2015-02-08 | Allocate the right size for pcb blocks. | christos |
| 2015-02-07 | print the timer flags. | christos |
| 2013-11-23 | Update for new pcb tailq's. | christos |
| 2013-06-20 | Not all pointers are 64bit - use uintptr_t instead of uint64_t. | martin |
| 2013-06-19 | Don't use -P as a kmem printer, verify that the address points to a pcb first! | christos |
| 2011-12-24 | use the names from the include files. | christos |
| 2011-10-04 | PR/43968 -- add 'segqlen' of TCPCB to 'netstat -P'. | shattered |
| 2011-05-11 | Suppress whitespace at EOL to fix lib/librumphijack/t_tcpip. | dyoung |
| 2011-05-11 | use getmicrouptime(9) rather than microtime(9) for TIME_WAIT duration | drochner |
| 2011-05-03 | Do not display expired or reclaimed vestigial TIME_WAIT entries. | dyoung |
| 2011-05-03 | Reduces the resources demanded by TCP sessions in TIME_WAIT-state using | dyoung |
| 2011-03-02 | Use __arraycount() and PRIu64. Delete unnecessary casts to unsigned | dyoung |
| 2011-03-01 | Pull pfsync_stats() out of inet.c and into pfsync.c so that inet.c does | dyoung |
| 2010-12-13 | Add netstat rump client. For now, it always sets -X, i.e. will | pooka |
| 2009-12-07 | PR/42243: Yasuoka Masahiko: Add support for "net.inet.icmp.bmcastecho" support. | christos |
| 2009-09-14 | Import pfsync support from OpenBSD 4.2 | degroote |
| 2009-04-12 | Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare). | lukem |
| 2009-02-22 | Make netstat handle -a properly; that is, don't show unconnected | dholland |
| 2008-04-24 | Note which things are not available by KVM, and print a nice message | 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 | Use ANSI function decls throughout. | 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 |
| 2008-04-06 | Change ICMP stats from a structure to an array of uint64_t's. | thorpej |
| 2007-07-10 | Make netstat build again. I don't see why it has any business dumping | ad |
| 2006-09-22 | PR/31347: Geoff C. Wing: netstat err message is ambiguous about cause | elad |
| 2006-09-05 | Import of TCP ECN algorithm for congestion control. | rpaulo |
| 2006-08-17 | Revert previous. | rpaulo |
| 2006-08-17 | Adapt to ECN. | rpaulo |
| 2006-06-20 | It's not an error if we can't print CARP stats, it just means it's not built | rpaulo |
| 2006-05-28 | Make netstat use sysctl when dumping routing tables/stats. | elad |
| 2006-05-21 | check if malloc(3) failed | liamjfoy |
| 2006-05-18 | Use PRIu64 to format uint64_t quantities, instead of %llu, in | riz |
| 2006-05-18 | Integrate Common Address Redundancy Procotol (CARP) from OpenBSD | liamjfoy |
| 2005-08-12 | Use PRIxPTR when printing a pointer. | elad |
| 2005-08-08 | Replace usage of caddr_t with intptr_t, to allow this to build cleanly | he |
| 2005-08-07 | Use sysctl to read live kernel PF_INET PCBs. | elad |
| 2005-08-06 | Use sysctl to fetch IP, ICMP, TCP, and UDP statistics. | elad |