summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/main.c
AgeCommit message (Expand)Author
2025-10-23netstat: add support for UDP-Lite endpointsMichael Tuexen
2025-04-20netstat: strip the binary of sgidKyle Evans
2025-02-04netstat: Use bool more widelyEd Maste
2025-02-03netstat: restore printing the "default" keyword, provide -nn optionGleb Smirnoff
2024-10-24netstat: switch to using the sysctl-exported stats for live statsKyle Evans
2024-10-13netstat(1): Complete libxo transitionYan-Hao Wang
2024-09-06netstat: Add version information to libxo outputBram
2024-01-16pflow: netstat statisticsKristof Provost
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16netstat(1): teach netstat to attach to jailsDoug Rabson
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-04-20netstat: cleanupMichael Tuexen
2022-08-30divert(4): provide statisticsGleb Smirnoff
2022-08-30divert: declare PF_DIVERT domain and stop abusing PF_INETGleb Smirnoff
2020-10-09Extend netstat to display TCP stack and detailed congestion stateRichard Scheffenegger
2020-10-03Introduce scalable route multipath.Alexander V. Chernikov
2020-09-13Add a -C option to netstat to display the congestion control forMichael Tuexen
2020-04-12Introduce nexthop objects and new routing KPI.Alexander V. Chernikov
2019-12-09Fix: netstat -rsBaptiste Daroussin
2018-03-22Add the "TCP Blackbox Recorder" which we discussed at the developerJonathan T. Looney
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-30Don't call kresolv_list() if using netstat on live kernelBaptiste Daroussin
2017-07-27After inpcb route caching was put back in place there is no need forBjoern A. Zeeb
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-09Fix rstat: symbol not in namelist from netstatSteven Hartland
2016-03-15Print running TCP connection counts with TCP statistics.Gleb Smirnoff
2015-12-17Switch the IPsec related statistics to using the built in sysctlGeorge V. Neville-Neil
2015-11-24Add missing error check after xo_parse_args() in netstat(8).Hajimu UMEMOTO
2015-09-11Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston
2015-09-02Simplify kvm symbol resolution and error handling. The symbol tableHiroki Sato
2015-09-01- Add -W flag support for network column in intpr() (-i flag) andHiroki Sato
2015-09-01Failure of dropping privilege should be fatal, so test and bail outXin LI
2015-07-21Fix counter reads on platforms where sizeof(uint64_t) != sizeof(uint64_t *).Mark Johnston
2015-02-21Convert netstat to use libxo.Marcel Moolenaar
2014-06-04Further updates to the netstat(1) man page and usage messageAllan Jude
2014-05-19Add -R to netstat to dump RSS/flow information.Adrian Chadd
2014-03-14Remove AppleTalk support.Gleb Smirnoff
2014-03-14Remove IPX support.Gleb Smirnoff
2014-03-05- Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff
2014-02-07o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff
2014-01-10Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8).Alexander V. Chernikov
2013-12-20Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov
2013-12-18Restore corefiles handling via kvm(3).Alexander V. Chernikov
2013-10-29Make userland tools honor WITHOUT_PF build option.Gleb Smirnoff
2013-10-15 Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofGleb Smirnoff
2013-07-16Sweep unused nlist entries.Gleb Smirnoff
2013-07-15Introduce new structure sfstat for collecting sendfile's statisticsAndrey V. Elsukov
2013-07-12Add -F fibnum option to specify an FIB number for -r flag.Hiroki Sato