summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: 292394gnn2016-01-071-5/+5
* MFC r287649:markj2016-01-071-0/+24
* MFC r285782:markj2015-07-311-6/+18
* MFC r266418, r266448hiren2015-04-061-2/+6
* Merge r260524,r260540melifaro2014-05-081-9/+23
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-0/+13
* Merge r259562,r259566,r259638,r259645,r260124 by melifaro:glebius2014-03-191-20/+29
* Bulk sync of pf changes from head, in attempt to fixup broken build Iglebius2014-03-121-0/+2
* Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823,glebius2014-03-041-2/+3
* Merged /head:r256510,256512,257376,257469,260052:glebius2014-01-271-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
* Restore netstat -M functionality for most statistics on core dumps. Injhb2007-07-161-83/+134
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-22/+5
* Adds support for SCTP.rrs2007-06-091-0/+4
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.yar2006-07-281-44/+44
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-281-4/+4
* Add support for printing IPSEC protocol stats if the kernel was compiledkbyanc2005-12-281-0/+29
* Modify netstat -mb to use libmemstat when accessing a core dump or liverwatson2005-11-131-12/+2
* Fix obvious copy'n'paste-O in rev.1.36 While here nit style.mlaier2005-10-221-3/+3
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-4/+0
* Update usage to reflect the new option.csjp2005-09-071-1/+2
* Merge bpfstat's functionality into the netstat(1) utility. This addscsjp2005-09-071-1/+9
* Add a new switch -h for interface stats mode, which prints all interfaceglebius2005-08-181-2/+6
OpenPOWER on IntegriCloud