aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-2420-22/+22
* Fix spelling error in netstat output for netstat -sRandall Stewart2007-10-291-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
* Document SCTP support.Ceri Davies2007-06-102-12/+2
* Adds support for SCTP.Randall Stewart2007-06-094-1/+719
* 'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in theAndre Oppermann2007-05-131-1/+1
* o Fill the list of icmp types; make its size depend on ICMP_MAXTYPE.Maxim Konovalov2007-04-301-20/+50
* Mark netstat -g host-mode output as deprecated.Bruce M Simpson2007-04-101-0/+9
* Fixing NO_INET6 build as addr2ascii() has been nuked in previous commit.Tai-hwa Liang2007-03-021-0/+2
* stub call to addr2ascii().Bruce M Simpson2007-03-011-1/+3
* Nuke ascii2addr() and addr2ascii(). They have no consumers anywhereBruce M Simpson2007-02-281-0/+2
* Fixed some style bugs (whitespace lossage for removal of __P(()), andBruce Evans2007-02-271-8/+8
* Use a periodic itimer instead of repeated calls to alarm() inBruce Evans2007-02-271-7/+9
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigateMohan Srinivasan2007-02-261-0/+1
* Add three new ioctl(2) commands for bpf(4).Jung-uk Kim2007-02-261-3/+6
* Use sysctl(2), not kvm(3), to read IPv6 multicast information fromBruce M Simpson2007-02-242-21/+60
* Use the names 'IPv4' and 'Forwarding Table' in program output, notBruce M Simpson2007-02-241-4/+4
* Add comments about where netstat is using KVM to read things whichBruce M Simpson2007-02-241-1/+3
* Update host-mode multicast group information output.Bruce M Simpson2007-02-211-33/+87
* Change wording of warnings when there is no ip_mroute.ko moduleBruce M Simpson2007-02-212-11/+19
* Retire most of the classful network behaviour of netstat -r output, for IPv4.Bruce M Simpson2007-02-141-52/+9
* Don't shadow globals.Yaroslav Tykhiy2006-11-273-7/+7
* We should return the name in cp, not printf it.Yaroslav Tykhiy2006-11-271-1/+3
* Don't always print a space character in show_stat(), since a spaceBruce Evans2006-11-081-12/+23
* Nits.Bruce M Simpson2006-09-292-2/+2
* Push removal of mrouted down to the rest of the tree.Bruce M Simpson2006-09-292-2/+2
* Markup fixes.Ruslan Ermilov2006-09-291-6/+7
* Export tcps_rcvmemdrop available in 'struct tcpstat' with netstat(1).Wojciech A. Koszek2006-09-201-0/+1
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.Yaroslav Tykhiy2006-07-286-49/+52
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-2818-307/+321
* Both fields of struct timeval are of a non-basic type,Yaroslav Tykhiy2006-07-281-6/+10
* Avoid useless work: Do not build inet6.c if INET6 support is off.Yaroslav Tykhiy2006-07-281-1/+3
* Not having ipv6 in your kernel is not an error and should not be reported.Julian Elischer2006-07-141-1/+4
* Since kernel & userland use different timebase and netstat is reading kernelOleg Bulyzhin2006-07-061-3/+13
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-2/+4
* Improved description for packet zone statistics.Andre Oppermann2006-02-181-1/+1
* Print statistics on mbuf+clusters in packet zone.Andre Oppermann2006-02-181-0/+4
* Print statistics on jumbo mbuf clusters.Andre Oppermann2006-02-181-2/+72
* Sort sfbuf allocation counters with other sfbuf information.Robert Watson2006-02-111-13/+9
* Un-#if 0 the printing of allocation failure counts for mbufs, clusters,Robert Watson2006-02-111-2/+0