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