aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* o Convert IPv6 read-only stats sysctls to the read-write ones.Maxim Konovalov2011-12-191-7/+13
* Revert r228650, and work around the clang false positive with printfDimitry Andric2011-12-172-1/+6
* In usr.bin/netstat/atalk.c, work around a clang false positive withDimitry Andric2011-12-171-1/+1
* Fix the following bugs related to the SCTP support of netstat:Michael Tuexen2011-07-221-113/+204
* Truncate link addresses like it is done for anyMichael Tuexen2011-07-121-1/+1
* Teach netstat(1) about the new global netisr policy sysctl,Robert Watson2011-05-241-12/+53
* Fixed sockets display somewhat (-L, -T, -x, -Lx, with and without -A).Ruslan Ermilov2011-03-261-45/+37
* - Merge in OFED 1.5.3 from projects/ofed/headJeff Roberson2011-03-213-8/+28
* Fix typo.Rebecca Cran2011-03-131-1/+1
* While printing out the WSID and CPU ID only the first time it appears forRobert Watson2011-01-241-8/+2
* Fix off-by-one whitespace error in netstat -Q workstream listing.Robert Watson2011-01-241-4/+4
* - Hide the internal scope address representation of the KAME IPv6Hajimu UMEMOTO2011-01-203-22/+36
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-1111-44/+0
* Fix typo.Rebecca Cran2010-11-271-1/+1
* Restore the (state) and \n printout when not using -T.George V. Neville-Neil2010-11-221-2/+3
* When netstat was run with -i/-I and -w1 to produce running counters, the idropRyan Stone2010-11-181-0/+1
* Add new, per connection, statistics for TCP, including:George V. Neville-Neil2010-11-174-18/+39
* Remove superfluous cast in usr.bin/netstat/sctp.c.Dimitry Andric2010-10-081-1/+1
* Show hostcache statistics.Ruslan Ermilov2010-10-051-0/+3
* Remove more extraneous ;s.Ed Maste2010-07-151-1/+1
* Now fix functionality of 'netstat -f netgraph' that hasn't workedGleb Smirnoff2010-03-121-3/+3
* Prefer vocabulary of 'Current' and 'Limit' to 'Value' and 'Maximum' inRobert Watson2010-03-011-1/+1
* Teach netstat -Q to work with -N and -M by adding libkvm versions of dataRobert Watson2010-03-013-26/+278
* Update date on netstat(1) for -Q.Robert Watson2010-02-221-1/+1
* Teach netstat(1) to print out netisr statistics when given the -Q argument.Robert Watson2010-02-225-4/+298
* Add a new option, -q howmany, which when used in conjuction with -w,Xin LI2010-01-114-3/+18
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-1311-0/+20
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-1111-20/+0
* Remove -t from the manpage and usage.John Baldwin2009-12-012-6/+3
* Unbreak user space after if_timer/if_watchdog removal in r199975.Bjoern A. Zeeb2009-12-013-11/+0
* Add more statistics variables for IPcomp.Bjoern A. Zeeb2009-11-291-0/+10
* Add the possibility to show informations about dropped packets on theAttilio Rao2009-11-251-4/+13
* Print routing statistics as unsigned short rather than unsigned int,Robert Watson2009-10-151-5/+5
* netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were requiredRobert Watson2009-10-053-7/+26
* In netstat -x, do not try to print out tcp timer status for udp sockets.Mike Silbersack2009-09-231-8/+10
* Add the ability to see TCP timers via netstat -x. This can be a usefulMike Silbersack2009-09-162-7/+20
* Add ARP statistics to the kernel and netstat.George V. Neville-Neil2009-09-033-0/+47
* Add manual page links to advertise procstat(1) a little better.Edward Tomasz Napierala2009-07-091-1/+2
* Implement the -z (zero counters) option for the various bpf counters.Christian S.J. Peron2009-06-192-1/+9
* Convert the two dimensional array to be malloced and introduceBjoern A. Zeeb2009-06-011-11/+14
* Add MLDv2 statistic IDs to netstat for IPv6 stack.Bruce M Simpson2009-04-291-3/+3
* Bracket struct mfc and struct rtdetq with #ifdef _KERNEL.Bruce M Simpson2009-04-211-0/+3
* Fix size_t merge-o.Bruce M Simpson2009-03-191-1/+1
* Introduce a number of changes to the MROUTING code.Bruce M Simpson2009-03-193-121/+196
* Correct a number of evolved problems with inp_vflag and inp_flags:Robert Watson2009-03-151-1/+1
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-20/+101
* Now that ifmcstat(8) does not suck, retire host-mode netstat -g.Bruce M Simpson2009-02-155-226/+11
* Remove the single global unlocked route cache ip6_forward_rtBjoern A. Zeeb2009-02-011-2/+0
* o Respect -ss flags (suppress zero counters) for icmp6 "histogramMaxim Konovalov2009-01-131-1/+2
* Fix usage() with SYNOPSIS.Ruslan Ermilov2009-01-101-5/+6