summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch the printing of open sockets from ugly KVM internals to useclaudio2015-02-121-3/+1
| | | | | | | | kvm_getfiles. This allows to run netstat without any extra privileges and removes another setgid program from base.. There is still kvm reader code in there which is used for debugging purposes (crashdump). netstat should still behave mostly the same. deraadt@ and sthen@ agree that it is time to get this puppy in.
* Do extend CFLAGS instead of assigning it so that DEBUG=-g worksclaudio2015-02-081-2/+2
| | | | OK deraadt@
* Remove route/netstat -f encap in favor of ipsecctl -s flow.reyk2015-02-061-1/+2
| | | | OK deraadt@
* -h flag to print human numbers in conjunction with -w -btedu2012-08-221-3/+3
|
* rmove rotten netatalk bitshenning2011-07-091-2/+2
|
* remove 21 nlist variables, and instead use sysctl to query the kernelderaadt2007-12-141-6/+1
| | | | | turn on INET6 the default (remove the #ifdef's) ok claudio reyk
* remove IPX support, agreed by manyhenning2007-06-041-2/+2
|
* Moving netstat from kvm snooping to retrieving the routing tables viaclaudio2006-05-271-2/+2
| | | | | sysctl. Most code is stolen from route -- which was stolen from netstat. kvm snooping code is still in and useable. Put it in deraadt@ henning@
* bye bye, Xerox NS protocolshenning2005-06-081-2/+2
|
* add '-W interface' for 802.11 wireless statistics of the net80211 stack.reyk2005-04-121-2/+2
| | | | ok dlg@ deraadt@ jmc@
* backout previous; i committed to wrong repository (i meant to commit kame)itojun2005-02-101-3/+1
|
* dccp supportitojun2005-02-101-1/+3
|
* remove netisohenning2004-06-251-4/+3
|
* use __KAME__ to determine kame-based kernel.itojun2003-05-141-3/+1
|
* another vax inspired object shufflehugh2001-07-301-3/+3
|
* KAME_SCOPEID is necessaryitojun2000-06-141-2/+2
|
* Conditional INET6 inclusion (for crunchgen uses) -- default yes.angelos2000-06-131-2/+6
|
* enable KAME scopeid hack (print link-local addresses with scope identifieritojun1999-12-301-2/+2
| | | | like "fe80::1@de0").
* add IPv6 support from KAME. cleanup type matches with printf() format.itojun1999-12-081-2/+5
| | | | KAME_SCOPEID should be enabled after KAME get{addr,name}info(3) merge.
* $OpenBSD$deraadt1997-09-211-2/+1
|
* Add AppleTalk support. TODO: route.c does not handle netranges.denny1997-07-231-2/+2
|
* ipx.mickey1996-08-161-2/+2
|
* rcsidderaadt1996-06-261-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+13