summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r323016:bapt2017-12-261-3/+2
* MFC r311769:smh2017-01-161-3/+3
* Print running TCP connection counts with TCP statistics.glebius2016-03-151-4/+21
* Switch the IPsec related statistics to using the built in sysctlgnn2015-12-171-5/+5
* Add missing error check after xo_parse_args() in netstat(8).ume2015-11-241-0/+2
* Use a common subroutine to fetch and zero protocol stats instead ofmarkj2015-09-111-0/+24
* Simplify kvm symbol resolution and error handling. The symbol tablehrs2015-09-021-103/+36
* - Add -W flag support for network column in intpr() (-i flag) andhrs2015-09-011-3/+4
* Failure of dropping privilege should be fatal, so test and bail outdelphij2015-09-011-3/+6
* Fix counter reads on platforms where sizeof(uint64_t) != sizeof(uint64_t *).markj2015-07-211-6/+18
* Convert netstat to use libxo.marcel2015-02-211-32/+68
* Further updates to the netstat(1) man page and usage messageallanjude2014-06-041-6/+8
* Add -R to netstat to dump RSS/flow information.adrian2014-05-191-2/+6
* Remove AppleTalk support.glebius2014-03-141-52/+37
* Remove IPX support.glebius2014-03-141-73/+44
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-0/+13
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-071-2/+3
* Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8).melifaro2014-01-101-9/+23
* Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlymelifaro2013-12-201-22/+29
* Restore corefiles handling via kvm(3).melifaro2013-12-181-0/+2
* Make userland tools honor WITHOUT_PF build option.glebius2013-10-291-0/+2
* Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofglebius2013-10-151-4/+3
* Sweep unused nlist entries.glebius2013-07-161-48/+26
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-1/+3
* Add -F fibnum option to specify an FIB number for -r flag.hrs2013-07-121-2/+10
* Use new macros to implement ipstat and tcpstat using PCPU counters.ae2013-07-091-5/+11
* Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat fromglebius2013-04-101-25/+54
* WARNS=6 compliancecharnier2013-02-191-3/+1
* - Merge in OFED 1.5.3 from projects/ofed/headjeff2011-03-211-0/+8
* 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-2/+9
* Teach netstat -Q to work with -N and -M by adding libkvm versions of datarwatson2010-03-011-3/+5
* Teach netstat(1) to print out netisr statistics when given the -Q argument.rwatson2010-02-221-3/+15
* Add a new option, -q howmany, which when used in conjuction with -w,delphij2010-01-111-2/+8
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-2/+0
* Remove -t from the manpage and usage.jhb2009-12-011-2/+2
* Unbreak user space after if_timer/if_watchdog removal in r199975.bz2009-12-011-4/+0
* netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were requiredrwatson2009-10-051-1/+4
* Add ARP statistics to the kernel and netstat.gnn2009-09-031-0/+4
* Introduce a number of changes to the MROUTING code.bms2009-03-191-3/+6
* Now that ifmcstat(8) does not suck, retire host-mode netstat -g.bms2009-02-151-1/+0
* Fix usage() with SYNOPSIS.ru2009-01-101-5/+6
* Fix crash with "netstat -m -N foo".ru2009-01-101-1/+1
* o With -L flag show unix sockets listen queues stats. It is usefulmaxim2008-12-311-1/+1
* add new build knobs and jigger some existing controls to improvesam2008-09-211-2/+8
* Minimize changes CURRENT<->releng7.obrien2008-09-011-1/+1
* Update the kernel to count the number of mbufs and clustersgnn2008-05-151-1/+5
* style(9)obrien2008-01-021-28/+28
* Bah, fix a cosmetic nit and remove a debugging aid missed in the previousjhb2007-07-161-2/+1
OpenPOWER on IntegriCloud