summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-03-18print icps_bmcastecho as "XX echo requests to broadcast/multicast rejected".Stuart Henderson
2011-03-15Add a -B flag to netstat which displays buffer sizes for TCP sockets.Joel Sing
2011-03-05remove a stray character (editing accident) i introduced a year ago;Ingo Schwarze
2011-03-04kill is_rx_elem_unknown.Federico G. Schwindt
2011-03-02Add the socket splicing fields of struct socket to netstat -vPAlexander Bluhm
2011-01-09have netstat -w default to the first egress interface, which is usually moreTed Unangst
2010-12-21ip6s_exthdrtoolong is always zero so remove it here which is the last user.Claudio Jeker
2010-10-30Print socket structure internals when netstat -P pcbaddr is calledAlexander Bluhm
2010-10-21There is neither TCP6 nor struct tcp6cb in our kernel. So removeAlexander Bluhm
2010-10-11Do similar changes to netstat as done to route(8). Try to show theClaudio Jeker
2010-07-31adds a remark about how printing routing labels to -r, it is theIgor Sobrado
2010-07-30Do not print "Label" caption for "netstat -rvA".Alexander Bluhm
2010-07-29Print a column with the routing label if "netstat -vr" or "routeAlexander Bluhm
2010-07-14pass the correct af if not specified.David Hill
2010-07-08Remove references to kvm.lum
2010-06-30Make deprecated command line argument for extractinglum
2010-06-29Allow selecting both address family and protocol by passing the address familyBret Lambert
2010-05-23remove unused functionCharles Longeau
2010-05-19remove unused variablesCharles Longeau
2010-04-28Rename nfiles so as not to collide with sys/file.h,Jonathan Gray
2010-03-23Sync with show.c of route(8). OK michele@Claudio Jeker
2010-01-14Similar fix for default route printing as done in netstat. Make sure maskClaudio Jeker
2010-01-11"default" routes need a mask of 0 too.David Gwynne
2010-01-03.Bl always requires .It, even in .Bl -column;Ingo Schwarze
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-08-07if buffers overlap; result will be undefined. ok claudio@, michele@Martynas Venckus
2009-08-05missing breakTheo de Raadt
2009-08-04fix some warnings. there are others, but nobody wants to look at them.Ted Unangst
2009-07-17revert 1.38: naddy looked closer at the output and some of the sections don't...Ted Unangst
2009-07-16make the inet6 output a little more like everything else.Ted Unangst
2009-07-13Token bucket filter has been killed.Michele Marchetto
2009-06-27Mark MPLS routes with T (tagged) in route output.Michele Marchetto
2009-06-25do not use nitems(); ok claudioTheo de Raadt
2009-06-04Add mpls and pflow to the list of supported address families, and sortMichael Knudsen
2009-05-31There is no need to mask priority with RTP_MASK because it is already doneClaudio Jeker
2009-05-23typoChris Cappuccio
2009-05-23missed rtm_hdrlen conversion in two placesChris Cappuccio
2009-05-07Make the kvm routing table code grok multiple routing tables and do notClaudio Jeker
2009-04-28Sync with kernel changes.Michele Marchetto
2009-02-21we use kvm_openfiles() not kvm_open(); Amarendra GodboleTheo de Raadt
2009-02-07add missing headers needed for warn() and err().Charles Longeau
2009-02-06remove unused variables.Charles Longeau
2009-02-03Reflect MPLS kernel changes. Operations are stored now in rt_mpls field.Michele Marchetto
2009-02-02Fix typo, from Joao Salvatti <salvatti@gmail.com>.Marc Balmer
2009-01-28Make the -A a bit more readable by adding a newline between the route andClaudio Jeker
2009-01-27Fix some interger overflows when accounting the used mbuf memory percentageClaudio Jeker
2009-01-26NULL instead of 0 in comparisonClaudio Jeker