summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/main.c
AgeCommit message (Expand)Author
2010-10-11Do similar changes to netstat as done to route(8). Try to show theClaudio Jeker
2010-07-14pass the correct af if not specified.David Hill
2010-06-30Make deprecated command line argument for extractinglum
2010-06-29Allow selecting both address family and protocol by passing the address familyBret Lambert
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-02-21we use kvm_openfiles() not kvm_open(); Amarendra GodboleTheo de Raadt
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-05-08make -f mpls work. OK norby@Claudio Jeker
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-19delete rcsid crudTheo de Raadt
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-10-20an usage message should fit on a 80-column displayIgor Sobrado
2007-07-25Make it possible to show alternate routing tables in netstat. This mostlyClaudio Jeker
2007-06-28Bring the index defines back in sync with struct nlist after removal of IPXClaudio Jeker
2007-06-04remove IPX support, agreed by manyHenning Brauer
2007-03-23add -F to usage();Jason McIntyre
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-05-27Moving netstat from kvm snooping to retrieving the routing tables viaClaudio Jeker
2005-07-04make these use setres[ug]id for simple privilege dropping;Damien Miller
2005-06-16add -P to docs and usage/synopsis; ok markus jmcJared Yanovich
2005-06-15add -P for dumping PCB infos, similar to netbsd; ok deraadt@Markus Friedl
2005-06-08bye bye, Xerox NS protocolsHenning Brauer
2005-05-02- add a small description of final synopsis formJason McIntyre
2005-04-12add '-W interface' for 802.11 wireless statistics of the net80211 stack.Reyk Floeter
2005-03-30remove nlist items no longer used; ok henningTheo de Raadt
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-29repair, Chris Kuethe <ckuethe@ualberta.ca>Henning Brauer
2004-06-25remove netisoHenning Brauer
2004-06-06- add -S to usage()Jason McIntyre
2004-06-06Add new '-S' flag to display the source selector part of the routing tableCedric Berger
2004-04-01change -p to restrict output to protocol (not just for -s);Markus Friedl
2004-03-13some NULL vs 0 and knf; parts from nimadeus@pandora.beTheo de Raadt
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
2003-11-28remove "or uninstrumented" from "unknown or uninstrumented protocol";Jason McIntyre
2003-11-28netstat.1:Jason McIntyre
2003-11-02print raw ip[46] sockets; ok deraadt@Markus Friedl
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-06-26more proto fixesTheo de Raadt
2003-06-12- document -ltu options;Jason McIntyre