summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/netstat.h
Commit message (Expand)AuthorAgeFilesLines
* Print running TCP connection counts with TCP statistics.glebius2016-03-151-2/+4
* Use a common subroutine to fetch and zero protocol stats instead ofmarkj2015-09-111-0/+2
* Remove prototypes for undefined functions from netstat.h.markj2015-09-111-15/+0
* Simplify kvm symbol resolution and error handling. The symbol tablehrs2015-09-021-3/+2
* - Add -W flag support for network column in intpr() (-i flag) andhrs2015-09-011-6/+7
* Convert netstat to use libxo.marcel2015-02-211-2/+2
* Add -R to netstat to dump RSS/flow information.adrian2014-05-191-0/+1
* Remove AppleTalk support.glebius2014-03-141-5/+0
* Remove IPX support.glebius2014-03-141-10/+0
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-0/+1
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-071-0/+1
* Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlymelifaro2013-12-201-9/+9
* Restore corefiles handling via kvm(3).melifaro2013-12-181-0/+1
* Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofglebius2013-10-151-2/+2
* Add -F fibnum option to specify an FIB number for -r flag.hrs2013-07-121-1/+1
* Use new macros to implement ipstat and tcpstat using PCPU counters.ae2013-07-091-1/+1
* Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat fromglebius2013-04-101-0/+1
* - Hide the internal scope address representation of the KAME IPv6ume2011-01-201-0/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Add new, per connection, statistics for TCP, including:gnn2010-11-171-0/+1
* Teach netstat -Q to work with -N and -M by adding libkvm versions of datarwatson2010-03-011-1/+1
* Teach netstat(1) to print out netisr statistics when given the -Q argument.rwatson2010-02-221-0/+5
* Add a new option, -q howmany, which when used in conjuction with -w,delphij2010-01-111-0/+1
* Unbreak user space after if_timer/if_watchdog removal in r199975.bz2009-12-011-1/+0
* netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were requiredrwatson2009-10-051-1/+1
* Add ARP statistics to the kernel and netstat.gnn2009-09-031-0/+1
* Introduce a number of changes to the MROUTING code.bms2009-03-191-1/+1
* Now that ifmcstat(8) does not suck, retire host-mode netstat -g.bms2009-02-151-1/+0
* add new build knobs and jigger some existing controls to improvesam2008-09-211-0/+2
* Minimize changes CURRENT<->releng7.obrien2008-09-011-1/+1
* Update the kernel to count the number of mbufs and clustersgnn2008-05-151-0/+1
* Fix netname() [1] and routename() on big-endian LP64 archs.marius2008-02-071-2/+2
* style(9)obrien2008-01-021-6/+6
* Restore netstat -M functionality for most statistics on core dumps. Injhb2007-07-161-38/+40
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-3/+0
* Adds support for SCTP.rrs2007-06-091-0/+4
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-281-3/+3
* Add support for printing IPSEC protocol stats if the kernel was compiledkbyanc2005-12-281-0/+6
* Modify netstat -mb to use libmemstat when accessing a core dump or liverwatson2005-11-131-2/+1
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-2/+0
* Merge bpfstat's functionality into the netstat(1) utility. This addscsjp2005-09-071-0/+1
* Add a new switch -h for interface stats mode, which prints all interfaceglebius2005-08-181-0/+1
* Print newly exported pfsync statistics with netstat(8).mlaier2005-07-141-0/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+1
* Bring in mbuma to replace mballoc.bmilekic2004-05-311-1/+0
* Teach netstat(1) how to print the multicast group memberships presentbms2004-03-251-1/+1
* Fixed missing declaration of pluralies(). This showed up as strangebde2003-12-291-0/+1
* Fixed style bugs created in rev.1.27 by removing "__P(" and its closing ")"bde2003-12-291-75/+75
* Restore old netstat -m output.alfred2003-12-231-0/+1
* 1. Add support for printing PIM-related statistics withhsu2003-08-071-0/+1
OpenPOWER on IntegriCloud