summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netstat.h
AgeCommit message (Expand)Author
2019-04-28Fix reading route entries via kvm(3).Martin Pieuchot
2019-03-04when showing interface stats, combine the queue drops with errors as failsDavid Gwynne
2018-08-13Print global IPsec counters.Martin Pieuchot
2017-08-12add option -l to show only listening sockets (for tcp)Sebastian Benoit
2016-07-20To tune the TCP SYN cache we need more information. Print theAlexander Bluhm
2015-09-11Remove never called functions to dump per-ifp IPv6 statistics now thatMartin Pieuchot
2015-02-12Switch the printing of open sockets from ugly KVM internals to useClaudio Jeker
2015-02-09Get rid of another KVM reader and convert the multicast output to useClaudio Jeker
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-03-20As non-root, whenever netstat is about to print out a kernel pointer...Theo de Raadt
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-08-22-h flag to print human numbers in conjunction with -w -bTed Unangst
2011-11-01Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmcMike Belopuhov
2011-11-01List sockets existing only in the specified or current routing domain.Mike Belopuhov
2011-07-09rmove rotten netatalk bitsHenning Brauer
2011-03-15Add a -B flag to netstat which displays buffer sizes for TCP sockets.Joel Sing
2010-10-30Print socket structure internals when netstat -P pcbaddr is calledAlexander Bluhm
2010-10-11Do similar changes to netstat as done to route(8). Try to show theClaudio Jeker
2010-06-29Allow selecting both address family and protocol by passing the address familyBret Lambert
2010-05-23remove unused functionCharles Longeau
2010-03-23Sync with show.c of route(8). OK michele@Claudio Jeker
2009-11-22don't repeat the banner if not a tty.Ted Unangst
2009-11-05IPv6 support for divert sockets.Michele Marchetto
2009-10-04Add (again) support for divert sockets. They allow you to:Michele Marchetto
2009-05-07Make the kvm routing table code grok multiple routing tables and do notClaudio Jeker
2009-01-27Fix some interger overflows when accounting the used mbuf memory percentageClaudio Jeker
2008-09-16netstat statistics for pflow(4) via pseudo familyJoerg Goltermann
2008-01-03Make if.c kvm free by fetching the interface stats via sysctl like in systatClaudio Jeker
2007-12-19Remove the kvm code in rt_stats() and use the sysctl code all the time.Claudio Jeker
2007-12-14remove 21 nlist variables, and instead use sysctl to query the kernelTheo de Raadt
2007-12-11mbuf stats are always gotten via sysctl(), so remove old nlist stuffTheo de Raadt
2007-07-25Make it possible to show alternate routing tables in netstat. This mostlyClaudio Jeker
2007-06-19net80211_ifstats() is called in main.c but there was no prototype.Ray Lai
2007-06-04remove IPX support, agreed by manyHenning Brauer
2007-03-23Add a new flag -F to netstat restricting route display in conjuctionPierre-Yves Ritschard
2006-08-29Fix KVM snooping code of netstat that got broken by the multiple tableClaudio Jeker
2006-07-05remove duplicate prototype for the intpr function.Brad Smith
2006-05-27Kill upHex and use %X instead. Crazy old code found by deraadt.Claudio Jeker
2006-05-27Moving netstat from kvm snooping to retrieving the routing tables viaClaudio Jeker
2005-06-15add -P for dumping PCB infos, similar to netbsd; ok deraadt@Markus Friedl
2005-04-12add '-W interface' for 802.11 wireless statistics of the net80211 stack.Reyk Floeter
2005-03-30kill -S; ok henningJared Yanovich
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2005-02-10backout previous; i committed to wrong repository (i meant to commit kame)Jun-ichiro itojun Hagino
2005-02-10dccp supportJun-ichiro itojun Hagino
2005-01-14Allow netstat to print PIM statistics.Ryan Thomas McBride
2004-06-06Add new '-S' flag to display the source selector part of the routing tableCedric Berger
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-06-26more proto fixesTheo de Raadt