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