aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix printing of 64-bit counters on 32-bit ppc platforms.Michael Tuexen2018-11-121-1/+2
* Reduce <sys/queue.h> pollution.Dag-Erling Smørgrav2018-05-111-0/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Make systat(1) accept fractional number of seconds.Alexander V. Chernikov2012-09-171-1/+1
* Whitespace fixes.Ed Schouten2012-02-051-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/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* ANSIfy and remove register.Xin LI2008-01-161-2/+1
* Expand TCP counters from 9 digits to 12.John Baldwin2007-06-151-25/+25
* Consistently indent the R() macro for fields on the right-side of theJohn Baldwin2007-06-151-17/+17
* Add a new counter for retransmitted packets due to SACK.John Baldwin2007-06-151-51/+54
* Remove trailing whitespace.Bruce Evans2006-04-301-1/+1
* Show the load average in the tcp display (it was already shown, perhapsBruce Evans2006-04-301-61/+61
* Demangled vendor ids. Fixed misplaced FreeBSD id.Bruce Evans2004-02-251-6/+9
* Backed out rev.1.6. A bogus include was added to work around breakage ofBruce Evans2004-02-251-2/+0
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesMark Murray2001-12-121-7/+7
* Add #include <net/route.h> in order to get this to compile.Jonathan Lemon2001-11-221-0/+2
* Display -tcp w/o load average so that all statistics fits on a 80x25 screen.Ruslan Ermilov2001-05-311-2/+2
* Show TCP checksum failures with -tcp display.Ruslan Ermilov2001-05-311-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Quiet many compiler warnings.David E. O'Brien1998-10-081-2/+2
* Having done ICMP, UDP, and IP, could a TCP display be far behind?Garrett Wollman1997-09-271-0/+323