summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix reading route entries via kvm(3).mpi2019-04-281-26/+18
* add -e to usage; while here, change the argument name to -T from tableidjmc2019-03-051-4/+4
* when showing interface stats, combine the queue drops with errors as failsdlg2019-03-041-3/+6
* Print global IPsec counters.mpi2018-08-131-1/+2
* add option -l to show only listening sockets (for tcp)benno2017-08-121-3/+3
* Remove PIM support from the multicast stack.rzalamena2016-12-221-3/+1
* To tune the TCP SYN cache we need more information. Print thebluhm2016-07-201-1/+7
* The "-P" option does not need to read routing table symbols so do notmpi2016-01-011-5/+6
* further simplify argvtedu2015-10-231-10/+8
* simplify backcompat. no more support for kernel or kmem on argvtedu2015-10-231-9/+4
* Switch the printing of open sockets from ugly KVM internals to useclaudio2015-02-121-155/+86
* Get rid of another KVM reader and convert the multicast output to useclaudio2015-02-091-20/+5
* Remove route/netstat -f encap in favor of ipsecctl -s flow.reyk2015-02-061-3/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Remove networks(5) support.schwarze2014-10-231-8/+1
* The second level of the CTL_NET sysctl is a PF_*, not an AF_*guenther2014-06-231-2/+2
* use strtonum. ok krwtedu2014-02-131-5/+9
* ddpcb and unixsw symbols are no longer used with kvm_readguenther2014-01-101-18/+14
* unsigned char cast for isdigit, dealing with argvderaadt2013-11-201-2/+2
* use %d instea of %ideraadt2013-10-281-2/+2
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-221-6/+11
* As non-root, whenever netstat is about to print out a kernel pointer...deraadt2013-03-201-1/+4
* i missed usage and the manpage. prod by jmctedu2012-08-221-2/+2
* -h flag to print human numbers in conjunction with -w -btedu2012-08-221-2/+5
* Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmcmikeb2011-11-011-2/+2
* Fixup previous: don't forget to actually get the current rtable;mikeb2011-11-011-2/+3
* List sockets existing only in the specified or current routing domain.mikeb2011-11-011-9/+12
* rmove rotten netatalk bitshenning2011-07-091-12/+2
* Add a -B flag to netstat which displays buffer sizes for TCP sockets.jsing2011-03-151-3/+7
* Print socket structure internals when netstat -P pcbaddr is calledbluhm2010-10-301-55/+43
* Do similar changes to netstat as done to route(8). Try to show theclaudio2010-10-111-5/+36
* pass the correct af if not specified.dhill2010-07-141-3/+3
* Make deprecated command line argument for extractinglum2010-06-301-19/+19
* Allow selecting both address family and protocol by passing the address familyblambert2010-06-291-14/+14
* don't repeat the banner if not a tty.tedu2009-11-221-4/+8
* IPv6 support for divert sockets.michele2009-11-051-1/+4
* Add (again) support for divert sockets. They allow you to:michele2009-10-041-1/+4
* Make the kvm routing table code grok multiple routing tables and do notclaudio2009-05-071-2/+3
* we use kvm_openfiles() not kvm_open(); Amarendra Godbolederaadt2009-02-211-2/+2
* Fix some interger overflows when accounting the used mbuf memory percentageclaudio2009-01-271-3/+3
* netstat statistics for pflow(4) via pseudo familygollo2008-09-161-1/+8
* make -f mpls work. OK norby@claudio2008-05-081-1/+3
* Make if.c kvm free by fetching the interface stats via sysctl like in systatclaudio2008-01-031-16/+14
* Remove the kvm code in rt_stats() and use the sysctl code all the time.claudio2007-12-191-16/+6
* delete rcsid crudderaadt2007-12-191-15/+1
* remove 21 nlist variables, and instead use sysctl to query the kernelderaadt2007-12-141-154/+68
* mbuf stats are always gotten via sysctl(), so remove old nlist stuffderaadt2007-12-111-52/+44
* an usage message should fit on a 80-column displaysobrado2007-10-201-3/+4
* Make it possible to show alternate routing tables in netstat. This mostlyclaudio2007-07-251-5/+13
* Bring the index defines back in sync with struct nlist after removal of IPXclaudio2007-06-281-27/+27