| Age | Commit message (Expand) | Author |
| 2025-06-17 | Don't include netinet/tcp_timer.h when not needed | Michael Tuexen |
| 2024-03-29 | inpcb: fully retire inp_ppcb pointer | Gleb Smirnoff |
| 2023-11-26 | usr.bin: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: two-line .c pattern | Warner Losh |
| 2022-12-14 | tcp: retire TCPDEBUG | Gleb Smirnoff |
| 2022-12-07 | tcp: embed inpcb into tcpcb | Gleb Smirnoff |
| 2022-10-06 | systat: remove INP_TIMEWAIT | Gleb Smirnoff |
| 2021-11-09 | systat: clean up code assuming network classes | Mike Karels |
| 2021-11-01 | systat: mostly clean up warns | Mateusz Guzik |
| 2017-11-20 | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-10-02 | Hide struct socket and struct unpcb from the userland. | Gleb Smirnoff |
| 2017-03-21 | Hide struct inpcb, struct tcpcb from the userland. | Gleb Smirnoff |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2016-04-20 | Use NULL instead of 0 for pointers. | Marcelo Araujo |
| 2016-01-27 | Augment struct tcpstat with tcps_states[], which is used for book-keeping | Gleb Smirnoff |
| 2015-09-10 | - Avoid accessing window properties directly, instead, use accessors. | Xin LI |
| 2014-11-30 | Merge from projects/sendfile: | Gleb Smirnoff |
| 2012-02-05 | Whitespace fixes. | Ed Schouten |
| 2012-01-03 | Replace index() and rindex() calls with strchr() and strrchr(). | Ed Schouten |
| 2011-10-15 | Fix whitespace inconsistencies in systat(1). | Ed Schouten |
| 2011-06-24 | Remove duplicated header files | Kevin Lo |
| 2010-12-11 | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl |
| 2009-12-13 | Revert most part of 200420 as requested, as more review and polish is | Xin LI |
| 2009-12-11 | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI |
| 2009-03-15 | Correct a number of evolved problems with inp_vflag and inp_flags: | Robert Watson |
| 2008-01-16 | ANSIfy and remove register. | Xin LI |
| 2006-11-27 | The logic of fetchnetstat_sysctl() isn't too complex: if idx is 0, | Yaroslav Tykhiy |
| 2006-11-27 | + WARNS=4 reminds that nlist.n_name isn't const. | Yaroslav Tykhiy |
| 2006-11-27 | Don't discard a const qualifier from constant strings. | Yaroslav Tykhiy |
| 2006-04-30 | Remove trailing whitespace. | Bruce Evans |
| 2006-04-30 | Show the load average in the tcp display (it was already shown, perhaps | Bruce Evans |
| 2005-02-19 | simply ignore unknown address family. | Hajimu UMEMOTO |
| 2005-02-19 | teach IPv6 to `systat -netstat'. | Hajimu UMEMOTO |
| 2003-12-24 | Make systat -net aware of compressed time_wait sockets. | Mike Silbersack |
| 2003-08-01 | Add ip6 and icmp6 displays to systat. | David Malone |
| 2002-07-24 | Widen struct sockbuf's sb_timeo member to int from short. With | John Polstra |
| 2002-03-22 | remove __P | Warner Losh |
| 2001-12-12 | WARNS=2 fixes with NO_WERROR set, as there are some header issues | Mark Murray |
| 2001-03-23 | Get rid of setgid kmem for systat, and while being there, fix some bugs | Thomas Moestl |
| 2000-12-30 | My bad, committed the submitted patch rather than the fixed patch. | Poul-Henning Kamp |
| 2000-12-30 | Use macro API to <sys/queue.h> | Poul-Henning Kamp |
| 1999-08-30 | systat is way too comfortable with curses internals... | Peter Wemm |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1998-10-08 | Quiet many compiler warnings. | David E. O'Brien |
| 1998-06-12 | #include <arpa/inet.h> | Peter Wemm |
| 1998-06-09 | o Use snprintf rather than sprintf | Warner Losh |
| 1997-02-22 | Revert $FreeBSD$ to $Id$ | Peter Wemm |
| 1997-01-14 | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard |
| 1996-11-02 | bin/1942 curses problem in systat | Poul-Henning Kamp |
| 1996-10-28 | Eliminate unnecessary include of <sys/mbuf.h>. | Garrett Wollman |