aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/netstat.c
Commit message (Expand)AuthorAgeFilesLines
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-021-0/+1
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-211-32/+33
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-201-1/+1
* Augment struct tcpstat with tcps_states[], which is used for book-keepingGleb Smirnoff2016-01-271-1/+1
* - Avoid accessing window properties directly, instead, use accessors.Xin LI2015-09-101-1/+1
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-2/+2
* Whitespace fixes.Ed Schouten2012-02-051-2/+0
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-2/+2
* Fix whitespace inconsistencies in systat(1).Ed Schouten2011-10-151-1/+1
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Correct a number of evolved problems with inp_vflag and inp_flags:Robert Watson2009-03-151-1/+1
* ANSIfy and remove register.Xin LI2008-01-161-30/+14
* The logic of fetchnetstat_sysctl() isn't too complex: if idx is 0,Yaroslav Tykhiy2006-11-271-2/+2
* + WARNS=4 reminds that nlist.n_name isn't const.Yaroslav Tykhiy2006-11-271-3/+5
* Don't discard a const qualifier from constant strings.Yaroslav Tykhiy2006-11-271-1/+2
* Remove trailing whitespace.Bruce Evans2006-04-301-6/+6
* Show the load average in the tcp display (it was already shown, perhapsBruce Evans2006-04-301-1/+1
* simply ignore unknown address family.Hajimu UMEMOTO2005-02-191-3/+1
* teach IPv6 to `systat -netstat'.Hajimu UMEMOTO2005-02-191-29/+122
* Make systat -net aware of compressed time_wait sockets.Mike Silbersack2003-12-241-3/+11
* Add ip6 and icmp6 displays to systat.David Malone2003-08-011-0/+3
* Widen struct sockbuf's sb_timeo member to int from short. WithJohn Polstra2002-07-241-4/+4
* remove __PWarner Losh2002-03-221-7/+7
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesMark Murray2001-12-121-38/+39
* Get rid of setgid kmem for systat, and while being there, fix some bugsThomas Moestl2001-03-231-23/+142
* My bad, committed the submitted patch rather than the fixed patch.Poul-Henning Kamp2000-12-301-2/+3
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-31/+16
* systat is way too comfortable with curses internals...Peter Wemm1999-08-301-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Quiet many compiler warnings.David E. O'Brien1998-10-081-2/+2
* #include <arpa/inet.h>Peter Wemm1998-06-121-1/+2
* o Use snprintf rather than sprintfWarner Losh1998-06-091-6/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* bin/1942 curses problem in systatPoul-Henning Kamp1996-11-021-2/+2
* Eliminate unnecessary include of <sys/mbuf.h>.Garrett Wollman1996-10-281-1/+4
* Move #include of queue.h before #include of socketvar.h in preparation forDavid Greenman1996-03-111-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Updated for 4.4BSD queue macros. (Oops, I forgot to commit this last night;David Greenman1995-04-091-11/+4
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+470