summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove IPX support, agreed by manyhenning2007-06-041-24/+4
* add -F to usage();jmc2007-03-231-3/+3
* Add a new flag -F to netstat restricting route display in conjuctionpyr2007-03-231-3/+6
* Fix KVM snooping code of netstat that got broken by the multiple tableclaudio2006-08-291-3/+12
* Moving netstat from kvm snooping to retrieving the routing tables viaclaudio2006-05-271-4/+13
* make these use setres[ug]id for simple privilege dropping;djm2005-07-041-8/+12
* add -P to docs and usage/synopsis; ok markus jmcjaredy2005-06-161-13/+11
* add -P for dumping PCB infos, similar to netbsd; ok deraadt@markus2005-06-151-31/+57
* bye bye, Xerox NS protocolshenning2005-06-081-61/+37
* - add a small description of final synopsis formjmc2005-05-021-3/+3