aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netstat.h
Commit message (Expand)AuthorAgeFilesLines
* netstat: Use bool more widelyEd Maste2025-02-041-18/+18
* netstat: restore printing the "default" keyword, provide -nn optionGleb Smirnoff2025-02-031-2/+2
* netstat: Add version information to libxo outputBram2024-09-061-0/+2
* pflow: netstat statisticsKristof Provost2024-01-161-0/+1
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* divert(4): provide statisticsGleb Smirnoff2022-08-301-0/+1
* Extend netstat to display TCP stack and detailed congestion stateRichard Scheffenegger2020-10-091-1/+2
* Introduce scalable route multipath.Alexander V. Chernikov2020-10-031-0/+1
* Add a -C option to netstat to display the congestion control forMichael Tuexen2020-09-131-0/+1
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-121-0/+5
* Add the "TCP Blackbox Recorder" which we discussed at the developerJonathan T. Looney2018-03-221-0/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+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
* Use strlcpy and snprintf in netstat(1).Xin LI2017-01-051-0/+9
* Print running TCP connection counts with TCP statistics.Gleb Smirnoff2016-03-151-2/+4
* Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston2015-09-111-0/+2
* Remove prototypes for undefined functions from netstat.h.Mark Johnston2015-09-111-15/+0
* Simplify kvm symbol resolution and error handling. The symbol tableHiroki Sato2015-09-021-3/+2
* - Add -W flag support for network column in intpr() (-i flag) andHiroki Sato2015-09-011-6/+7
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-2/+2
* Add -R to netstat to dump RSS/flow information.Adrian Chadd2014-05-191-0/+1
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-5/+0
* Remove IPX support.Gleb Smirnoff2014-03-141-10/+0
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-0/+1
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-071-0/+1
* Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov2013-12-201-9/+9
* Restore corefiles handling via kvm(3).Alexander V. Chernikov2013-12-181-0/+1
* Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofGleb Smirnoff2013-10-151-2/+2
* Add -F fibnum option to specify an FIB number for -r flag.Hiroki Sato2013-07-121-1/+1
* Use new macros to implement ipstat and tcpstat using PCPU counters.Andrey V. Elsukov2013-07-091-1/+1
* Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat fromGleb Smirnoff2013-04-101-0/+1
* - Hide the internal scope address representation of the KAME IPv6Hajimu UMEMOTO2011-01-201-0/+1
* 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-0/+1
* Teach netstat -Q to work with -N and -M by adding libkvm versions of dataRobert Watson2010-03-011-1/+1
* Teach netstat(1) to print out netisr statistics when given the -Q argument.Robert Watson2010-02-221-0/+5
* Add a new option, -q howmany, which when used in conjuction with -w,Xin LI2010-01-111-0/+1
* Unbreak user space after if_timer/if_watchdog removal in r199975.Bjoern A. Zeeb2009-12-011-1/+0
* netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were requiredRobert Watson2009-10-051-1/+1
* Add ARP statistics to the kernel and netstat.George V. Neville-Neil2009-09-031-0/+1
* Introduce a number of changes to the MROUTING code.Bruce M Simpson2009-03-191-1/+1
* Now that ifmcstat(8) does not suck, retire host-mode netstat -g.Bruce M Simpson2009-02-151-1/+0
* add new build knobs and jigger some existing controls to improveSam Leffler2008-09-211-0/+2
* Minimize changes CURRENT<->releng7.David E. O'Brien2008-09-011-1/+1
* Update the kernel to count the number of mbufs and clustersGeorge V. Neville-Neil2008-05-151-0/+1
* Fix netname() [1] and routename() on big-endian LP64 archs.Marius Strobl2008-02-071-2/+2
* style(9)David E. O'Brien2008-01-021-6/+6
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-38/+40