aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/main.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-121-1/+13
* Fix: netstat -rsBaptiste Daroussin2019-12-091-0/+3
* Add the "TCP Blackbox Recorder" which we discussed at the developerJonathan T. Looney2018-03-221-1/+5
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Don't call kresolv_list() if using netstat on live kernelBaptiste Daroussin2017-08-301-3/+2
* After inpcb route caching was put back in place there is no need forBjoern A. Zeeb2017-07-271-1/+0
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix rstat: symbol not in namelist from netstatSteven Hartland2017-01-091-3/+3
* Print running TCP connection counts with TCP statistics.Gleb Smirnoff2016-03-151-4/+21
* Switch the IPsec related statistics to using the built in sysctlGeorge V. Neville-Neil2015-12-171-5/+5
* Add missing error check after xo_parse_args() in netstat(8).Hajimu UMEMOTO2015-11-241-0/+2
* Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston2015-09-111-0/+24
* Simplify kvm symbol resolution and error handling. The symbol tableHiroki Sato2015-09-021-103/+36
* - Add -W flag support for network column in intpr() (-i flag) andHiroki Sato2015-09-011-3/+4
* Failure of dropping privilege should be fatal, so test and bail outXin LI2015-09-011-3/+6
* Fix counter reads on platforms where sizeof(uint64_t) != sizeof(uint64_t *).Mark Johnston2015-07-211-6/+18
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-32/+68
* Further updates to the netstat(1) man page and usage messageAllan Jude2014-06-041-6/+8
* Add -R to netstat to dump RSS/flow information.Adrian Chadd2014-05-191-2/+6
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-52/+37
* Remove IPX support.Gleb Smirnoff2014-03-141-73/+44
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-0/+13
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-071-2/+3
* Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8).Alexander V. Chernikov2014-01-101-9/+23
* Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov2013-12-201-22/+29
* Restore corefiles handling via kvm(3).Alexander V. Chernikov2013-12-181-0/+2
* Make userland tools honor WITHOUT_PF build option.Gleb Smirnoff2013-10-291-0/+2
* Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofGleb Smirnoff2013-10-151-4/+3
* Sweep unused nlist entries.Gleb Smirnoff2013-07-161-48/+26
* Introduce new structure sfstat for collecting sendfile's statisticsAndrey V. Elsukov2013-07-151-1/+3
* Add -F fibnum option to specify an FIB number for -r flag.Hiroki Sato2013-07-121-2/+10
* Use new macros to implement ipstat and tcpstat using PCPU counters.Andrey V. Elsukov2013-07-091-5/+11
* Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat fromGleb Smirnoff2013-04-101-25/+54
* WARNS=6 compliancePhilippe Charnier2013-02-191-3/+1
* - Merge in OFED 1.5.3 from projects/ofed/headJeff Roberson2011-03-211-0/+8
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Add new, per connection, statistics for TCP, including:George V. Neville-Neil2010-11-171-2/+9
* Teach netstat -Q to work with -N and -M by adding libkvm versions of dataRobert Watson2010-03-011-3/+5
* Teach netstat(1) to print out netisr statistics when given the -Q argument.Robert Watson2010-02-221-3/+15
* Add a new option, -q howmany, which when used in conjuction with -w,Xin LI2010-01-111-2/+8
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* Remove -t from the manpage and usage.John Baldwin2009-12-011-2/+2
* Unbreak user space after if_timer/if_watchdog removal in r199975.Bjoern A. Zeeb2009-12-011-4/+0
* netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were requiredRobert Watson2009-10-051-1/+4
* Add ARP statistics to the kernel and netstat.George V. Neville-Neil2009-09-031-0/+4
* Introduce a number of changes to the MROUTING code.Bruce M Simpson2009-03-191-3/+6
* Now that ifmcstat(8) does not suck, retire host-mode netstat -g.Bruce M Simpson2009-02-151-1/+0
* Fix usage() with SYNOPSIS.Ruslan Ermilov2009-01-101-5/+6
* Fix crash with "netstat -m -N foo".Ruslan Ermilov2009-01-101-1/+1