summaryrefslogtreecommitdiff
path: root/usr.bin/systat/netstat.c
AgeCommit message (Expand)Author
2015-03-12Switch the netstat view of systat to use the same kvm_getfiles()Claudio Jeker
2015-01-20Adjust <sys/param.h> comments regarding use of use of MSIZE, orTheo de Raadt
2015-01-16first batch of programs adapting to the namespace cleanupTheo de Raadt
2014-10-24This tool doesn't actually support networks(5).Ingo Schwarze
2014-10-08userland reallocarray audit.Doug Hogan
2014-08-14No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2013-12-25final circleq to tailq fix. restore the previous pointer check by readingTed Unangst
2013-12-24more fixing after circleq conversion. a better fix to check the prevTed Unangst
2013-12-20Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQKenneth R Westerback
2013-03-20Do not expose a kernel address.Theo de Raadt
2012-01-30- allow the default to only show all non-listneing scokets, which matchesOkan Demirmen
2011-03-02- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.Jasper Lievisse Adriaanse
2010-07-22Let systat -N states resolve network addressesgiovanni
2008-12-07Warning cleanup including unused variables and shadowed namesCan Erkin Acar
2008-06-12New display engine for systat, based on pftop. Adds new views for pfCan Erkin Acar
2007-02-25use the 1 line load line from 'systat vm' on all the other displays, givingTheo de Raadt
2006-03-31fairly simple cleanup, lots of testing doneTheo de Raadt
2005-10-17Use queue macros instead of directly accessing fields. ok pat@ "put itOtto Moerbeek
2005-05-10correct v6 handling; yanovich@psc.eduTheo de Raadt
2004-09-29always compile in INET6 supportTheo de Raadt
2004-04-26add -n flag (do not reverse-lookup). pb and deraadt okJun-ichiro itojun Hagino
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-19mark which nlist[] kmem entries are not needed in the sysctl case, and which areTheo de Raadt
2002-06-18ANSITheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-07move back. pvalchev -- the bug was quite obscureTheo de Raadt
2001-12-07back out latest changes which cause problems on alpha/sparc64 untilPeter Valchev
2001-11-23fix signal races. use sysctl() instead of kvm where possible, and then KNFTheo de Raadt
2001-11-19kill more registersMike Pechkin
2001-07-28Wall cleanupPeter Valchev
2001-06-22use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-05-04handle kvm_nlist() failing, from pr#1798.Eric Jackson
2000-05-24correct type to be passed to IN6_ARE_ADDR_EQUAL macro.Jun-ichiro itojun Hagino
2000-01-05IPv6 support. commands under "netstat" are all IPv6-aware.Jun-ichiro itojun Hagino
1999-12-08Fix compile conflict with the new IPv6 code (namespace pollution).Angelos D. Keromytis
1997-12-19carefulTheo de Raadt
1997-12-19proactive buffer blocksTheo de Raadt
1997-12-19bye bye sprintfTheo de Raadt
1997-06-23Cleanup by Theo and myself. CMDLINE changed to long to makeTodd C. Miller
1997-01-17r?index -> strr?chrTodd C. Miller
1996-08-06avoid buf oflowsTheo de Raadt
1996-07-27refresh screen better; freebsd pr#1425; from fnTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-06-02it compiles w/ new cursesMichael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt