summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Make IPX support depend on NO_IPXphk2005-08-051-1/+8
OpenPOWER on IntegriCloud