aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/main.c
Commit message (Expand)AuthorAgeFilesLines
* pflow: netstat statisticsKristof Provost2024-01-161-0/+2
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* netstat(1): teach netstat to attach to jailsDoug Rabson2023-08-161-13/+44
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* netstat: cleanupMichael Tuexen2023-04-201-11/+11
* divert(4): provide statisticsGleb Smirnoff2022-08-301-1/+1
* divert: declare PF_DIVERT domain and stop abusing PF_INETGleb Smirnoff2022-08-301-1/+1
* Extend netstat to display TCP stack and detailed congestion stateRichard Scheffenegger2020-10-091-3/+7
* Introduce scalable route multipath.Alexander V. Chernikov2020-10-031-1/+13
* Add a -C option to netstat to display the congestion control forMichael Tuexen2020-09-131-1/+5
* 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