summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/netstat.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixes.ed2012-02-051-2/+0
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-2/+2
* Fix whitespace inconsistencies in systat(1).ed2011-10-151-1/+1
* Remove duplicated header fileskevlo2011-06-241-1/+0
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Correct a number of evolved problems with inp_vflag and inp_flags:rwatson2009-03-151-1/+1
* ANSIfy and remove register.delphij2008-01-161-30/+14
* The logic of fetchnetstat_sysctl() isn't too complex: if idx is 0,yar2006-11-271-2/+2
* + WARNS=4 reminds that nlist.n_name isn't const.yar2006-11-271-3/+5
* Don't discard a const qualifier from constant strings.yar2006-11-271-1/+2
* Remove trailing whitespace.bde2006-04-301-6/+6
* Show the load average in the tcp display (it was already shown, perhapsbde2006-04-301-1/+1
* simply ignore unknown address family.ume2005-02-191-3/+1
* teach IPv6 to `systat -netstat'.ume2005-02-191-29/+122
* Make systat -net aware of compressed time_wait sockets.silby2003-12-241-3/+11
* Add ip6 and icmp6 displays to systat.dwmalone2003-08-011-0/+3
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-241-4/+4
* remove __Pimp2002-03-221-7/+7
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesmarkm2001-12-121-38/+39
* Get rid of setgid kmem for systat, and while being there, fix some bugstmm2001-03-231-23/+142
* My bad, committed the submitted patch rather than the fixed patch.phk2000-12-301-2/+3
* Use macro API to <sys/queue.h>phk2000-12-301-31/+16
* systat is way too comfortable with curses internals...peter1999-08-301-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Quiet many compiler warnings.obrien1998-10-081-2/+2
* #include <arpa/inet.h>peter1998-06-121-1/+2
* o Use snprintf rather than sprintfimp1998-06-091-6/+8
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* bin/1942 curses problem in systatphk1996-11-021-2/+2
* Eliminate unnecessary include of <sys/mbuf.h>.wollman1996-10-281-1/+4
* Move #include of queue.h before #include of socketvar.h in preparation fordg1996-03-111-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Updated for 4.4BSD queue macros. (Oops, I forgot to commit this last night;dg1995-04-091-11/+4
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+470
OpenPOWER on IntegriCloud