summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netstat.h
AgeCommit message (Expand)Author
2025-02-04netstat: Use bool more widelyEd Maste
2025-02-03netstat: restore printing the "default" keyword, provide -nn optionGleb Smirnoff
2024-09-06netstat: Add version information to libxo outputBram
2024-01-16pflow: netstat statisticsKristof Provost
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2022-08-30divert(4): provide statisticsGleb 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
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-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-05Use strlcpy and snprintf in netstat(1).Xin LI
2016-03-15Print running TCP connection counts with TCP statistics.Gleb Smirnoff
2015-09-11Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston
2015-09-11Remove prototypes for undefined functions from netstat.h.Mark 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-02-21Convert netstat to use libxo.Marcel Moolenaar
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
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-15 Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofGleb Smirnoff
2013-07-12Add -F fibnum option to specify an FIB number for -r flag.Hiroki Sato
2013-07-09Use new macros to implement ipstat and tcpstat using PCPU counters.Andrey V. Elsukov
2013-04-10Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat fromGleb Smirnoff
2011-01-20- Hide the internal scope address representation of the KAME IPv6Hajimu UMEMOTO
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-11-17Add new, per connection, statistics for TCP, including:George V. Neville-Neil
2010-03-01Teach netstat -Q to work with -N and -M by adding libkvm versions of dataRobert Watson
2010-02-22Teach netstat(1) to print out netisr statistics when given the -Q argument.Robert Watson
2010-01-11Add a new option, -q howmany, which when used in conjuction with -w,Xin LI
2009-12-01Unbreak user space after if_timer/if_watchdog removal in r199975.Bjoern A. Zeeb
2009-10-05netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were requiredRobert Watson
2009-09-03Add ARP statistics to the kernel and netstat.George V. Neville-Neil
2009-03-19Introduce a number of changes to the MROUTING code.Bruce M Simpson
2009-02-15Now that ifmcstat(8) does not suck, retire host-mode netstat -g.Bruce M Simpson
2008-09-21add new build knobs and jigger some existing controls to improveSam Leffler
2008-09-01Minimize changes CURRENT<->releng7.David E. O'Brien
2008-05-15Update the kernel to count the number of mbufs and clustersGeorge V. Neville-Neil
2008-02-07Fix netname() [1] and routename() on big-endian LP64 archs.Marius Strobl
2008-01-02style(9)David E. O'Brien
2007-07-16Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin