summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* add new build knobs and jigger some existing controls to improvesam2008-09-213-5/+20
* Minimize changes CURRENT<->releng7.obrien2008-09-014-9/+8
* Add ECN stats.rpaulo2008-08-261-0/+5
* Fix buildemax2008-07-291-1/+1
* Update the kernel to count the number of mbufs and clustersgnn2008-05-154-11/+67
* Fix build.delphij2008-05-101-3/+4
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-4/+25
* Fixes typo's in sctp.crrs2008-04-161-4/+4
* Catch netstat up for the new bpf stats structures. Print 64 bit valuescsjp2008-03-241-2/+6
* Change .8s port name restriction to .15s.ume2008-03-181-1/+1
* Make netstat -rn more resilient to having the routing table change out fromjhb2008-02-141-19/+43
* Change another argument and a variable both related to netname() tomarius2008-02-111-3/+3
* Fix netname() [1] and routename() on big-endian LP64 archs.marius2008-02-072-8/+7
* Add IFT_BRIDGE to the Ethernet section so l2 addresses are formatted correctly.thompsa2008-01-101-0/+1
* quiet compiler complaint about unused parameterssam2008-01-101-2/+2
* Make a few messages more consistant with the others.obrien2008-01-041-2/+2
* more style(9)obrien2008-01-041-69/+70
* style(9)obrien2008-01-0218-256/+251
* Fix printing of the number of syncache entries added.ru2007-12-181-2/+2
* These are the things that the tinderbox has problems with because itjb2007-11-201-0/+1
* Fix incorrect string formats for netstat/srrs2007-10-171-48/+48
* - Netstat warning removal for 64 bit aware platforms.rrs2007-09-091-117/+108
* - Fix typo in netstat's display of Nagle algorithm - refer to the RFC.rrs2007-08-241-2/+2
* Make tcpstates[] static, and make sure TCPSTATES is defined beforedes2007-07-301-2/+1
* 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-1618-366/+750
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-015-78/+23
* o style(9) nit.rrs2007-06-171-100/+87
* - Forced commit to update who actually did this code (I forgotrrs2007-06-171-0/+1
* sctp_process_inpcb() wants an offset parameter in size_t,delphij2007-06-131-1/+1
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-1/+4
* Backout mess mistakenly committed with manpage update.ceri2007-06-101-0/+10
* Document SCTP support.ceri2007-06-102-12/+2
* Adds support for SCTP.rrs2007-06-094-1/+719
* 'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in theandre2007-05-131-1/+1
* o Fill the list of icmp types; make its size depend on ICMP_MAXTYPE.maxim2007-04-301-20/+50
* Mark netstat -g host-mode output as deprecated.bms2007-04-101-0/+9
* Fixing NO_INET6 build as addr2ascii() has been nuked in previous commit.avatar2007-03-021-0/+2
* stub call to addr2ascii().bms2007-03-011-1/+3
* Nuke ascii2addr() and addr2ascii(). They have no consumers anywherebms2007-02-281-0/+2
* Fixed some style bugs (whitespace lossage for removal of __P(()), andbde2007-02-271-8/+8
* Use a periodic itimer instead of repeated calls to alarm() inbde2007-02-271-7/+9
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigatemohans2007-02-261-0/+1
* Add three new ioctl(2) commands for bpf(4).jkim2007-02-261-3/+6
* Use sysctl(2), not kvm(3), to read IPv6 multicast information frombms2007-02-242-21/+60
* Use the names 'IPv4' and 'Forwarding Table' in program output, notbms2007-02-241-4/+4
* Add comments about where netstat is using KVM to read things whichbms2007-02-241-1/+3
* Update host-mode multicast group information output.bms2007-02-211-33/+87
* Change wording of warnings when there is no ip_mroute.ko modulebms2007-02-212-11/+19
* Retire most of the classful network behaviour of netstat -r output, for IPv4.bms2007-02-141-52/+9
OpenPOWER on IntegriCloud