aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* Convert the two dimensional array to be malloced and introduceBjoern A. Zeeb2009-06-011-11/+14
* Add MLDv2 statistic IDs to netstat for IPv6 stack.Bruce M Simpson2009-04-291-3/+3
* Bracket struct mfc and struct rtdetq with #ifdef _KERNEL.Bruce M Simpson2009-04-211-0/+3
* Fix size_t merge-o.Bruce M Simpson2009-03-191-1/+1
* Introduce a number of changes to the MROUTING code.Bruce M Simpson2009-03-193-121/+196
* Correct a number of evolved problems with inp_vflag and inp_flags:Robert Watson2009-03-151-1/+1
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-20/+101
* Now that ifmcstat(8) does not suck, retire host-mode netstat -g.Bruce M Simpson2009-02-155-226/+11
* Remove the single global unlocked route cache ip6_forward_rtBjoern A. Zeeb2009-02-011-2/+0
* o Respect -ss flags (suppress zero counters) for icmp6 "histogramMaxim Konovalov2009-01-131-1/+2
* Fix usage() with SYNOPSIS.Ruslan Ermilov2009-01-101-5/+6
* Fix markup and spelling.Ruslan Ermilov2009-01-101-4/+7
* Fix crash with "netstat -m -N foo".Ruslan Ermilov2009-01-101-1/+1
* o With -L flag show unix sockets listen queues stats. It is usefulMaxim Konovalov2008-12-312-7/+18
* o Fix grammar.Maxim Konovalov2008-12-261-1/+1
* This main goals of this project are:Qing Li2008-12-151-27/+11
* Fix a printing problem when using the -L flag to netstat causedGeorge V. Neville-Neil2008-11-281-13/+16
* Use strlcpy() when we mean it.Xin LI2008-10-172-6/+3
* add new build knobs and jigger some existing controls to improveSam Leffler2008-09-213-5/+20
* Minimize changes CURRENT<->releng7.David E. O'Brien2008-09-014-9/+8
* Add ECN stats.Rui Paulo2008-08-261-0/+5
* Fix buildMaksim Yevmenkin2008-07-291-1/+1
* Update the kernel to count the number of mbufs and clustersGeorge V. Neville-Neil2008-05-154-11/+67
* Fix build.Xin LI2008-05-101-3/+4
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-4/+25
* Fixes typo's in sctp.cRandall Stewart2008-04-161-4/+4
* Catch netstat up for the new bpf stats structures. Print 64 bit valuesChristian S.J. Peron2008-03-241-2/+6
* Change .8s port name restriction to .15s.Hajimu UMEMOTO2008-03-181-1/+1
* Make netstat -rn more resilient to having the routing table change out fromJohn Baldwin2008-02-141-19/+43
* Change another argument and a variable both related to netname() toMarius Strobl2008-02-111-3/+3
* Fix netname() [1] and routename() on big-endian LP64 archs.Marius Strobl2008-02-072-8/+7
* Add IFT_BRIDGE to the Ethernet section so l2 addresses are formatted correctly.Andrew Thompson2008-01-101-0/+1
* quiet compiler complaint about unused parametersSam Leffler2008-01-101-2/+2
* Make a few messages more consistant with the others.David E. O'Brien2008-01-041-2/+2
* more style(9)David E. O'Brien2008-01-041-69/+70
* style(9)David E. O'Brien2008-01-0218-256/+251
* Fix printing of the number of syncache entries added.Ruslan Ermilov2007-12-181-2/+2
* These are the things that the tinderbox has problems with because itJohn Birrell2007-11-201-0/+1
* Fix incorrect string formats for netstat/sRandall Stewart2007-10-171-48/+48
* - Netstat warning removal for 64 bit aware platforms.Randall Stewart2007-09-091-117/+108
* - Fix typo in netstat's display of Nagle algorithm - refer to the RFC.Randall Stewart2007-08-241-2/+2
* Make tcpstates[] static, and make sure TCPSTATES is defined beforeDag-Erling Smørgrav2007-07-301-2/+1
* Bah, fix a cosmetic nit and remove a debugging aid missed in the previousJohn Baldwin2007-07-161-2/+1
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-1618-366/+750
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-015-78/+23
* o style(9) nit.Randall Stewart2007-06-171-100/+87
* - Forced commit to update who actually did this code (I forgotRandall Stewart2007-06-171-0/+1
* sctp_process_inpcb() wants an offset parameter in size_t,Xin LI2007-06-131-1/+1
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-1/+4
* Backout mess mistakenly committed with manpage update.Ceri Davies2007-06-101-0/+10