aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* - Use getnameinfo(3) instead of gethostbyaddr(3) or inet_ntop(3).Hiroki Sato2013-08-171-18/+25
* Remove the large part of struct ipsecstat. Only few fields of thisAndrey V. Elsukov2013-07-231-69/+3
* Sweep unused nlist entries.Gleb Smirnoff2013-07-161-48/+26
* Introduce new structure sfstat for collecting sendfile's statisticsAndrey V. Elsukov2013-07-152-11/+15
* Add -F fibnum option to specify an FIB number for -r flag.Hiroki Sato2013-07-124-11/+40
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,Andrey V. Elsukov2013-07-092-5/+5
* Migrate struct carpstats to PCPU counters.Andrey V. Elsukov2013-07-091-1/+1
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.Andrey V. Elsukov2013-07-091-3/+3
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUAndrey V. Elsukov2013-07-092-5/+5
* Use new macros to implement ipstat and tcpstat using PCPU counters.Andrey V. Elsukov2013-07-093-20/+16
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-093-125/+109
* Replace hardcoded numbers. Also use interface-local scope name insteadAndrey V. Elsukov2013-04-161-9/+9
* Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat fromGleb Smirnoff2013-04-103-29/+69
* Merge from projects/counters: TCP/IP stats.Gleb Smirnoff2013-04-081-124/+130
* Add forgotten .ElAlexander V. Chernikov2013-03-091-0/+1
* Document netstat -Q flags meaning.Alexander V. Chernikov2013-03-091-1/+6
* WARNS=6 compliancePhilippe Charnier2013-02-196-11/+10
* Use pluralies() for "entry"/"entries".Gleb Smirnoff2013-01-221-1/+1
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel toHiroki Sato2012-11-171-0/+6
* Show the number of times we block waiting for mbufs.Alfred Perlstein2012-10-251-4/+18
* Remove unused variable. Newer versions of gcc care.Eitan Adler2012-10-221-2/+0
* Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff2012-09-081-5/+32
* Allow netstat to be build if INET is not defined in the kernel.Michael Tuexen2012-07-162-0/+8
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-1/+4
* Eliminate an unused parameter of static method igmp_stats_live_old().Xin LI2012-04-131-2/+2
* With pf 4.5 import the name of pfsync stats sysctl has changed, thusGleb Smirnoff2012-04-041-2/+2
* After r232745, which makes sure __bswap16(), ntohs() and htons() returnDimitry Andric2012-03-091-3/+0
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-281-3/+1
* Teach netstat -r (display contents of routing tables) about multi-FIB forBjoern A. Zeeb2012-02-031-13/+16
* Don't print a warning when using netstat to printMichael Tuexen2012-01-251-1/+2
* In ng_socket(4) expose less kernel internals to userland. This commitGleb Smirnoff2012-01-231-8/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+0
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-034-8/+8
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* 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