summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* Warns cleanups for netstat:dwmalone2002-09-0515-195/+194
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-247-9/+9
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causeddillon2002-07-191-0/+2
* Fix incorrect cast.kbyanc2002-07-161-1/+1
* fixed typo.suz2002-07-031-2/+2
* Use calculated column widths for the routing table display when -W iskbyanc2002-06-051-55/+208
* Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent)silby2002-05-311-1/+1
* Cast to kill warnings. De-register.markm2002-04-281-3/+3
* fix warnings; change variable/argument names that mask global names.markm2002-04-281-4/+4
* Remove GCC-specific flags and commented out cruft.markm2002-04-281-3/+0
* Some easy const fixes.markm2002-04-281-3/+3
* Print IFT_ETHER addresses with ether_ntoa(3) (with leading zeros).ru2002-04-061-13/+6
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-1/+1
* - Make ip_rtaddr() global, and use it to look up the correct sourceru2001-11-301-0/+5
* Add syncache statistics to netstat.jlemon2001-11-221-0/+16
* Fix typo.murray2001-10-231-1/+1
* Print statistics for AF_IPX.mdodd2001-10-191-0/+2
* Fixed bugs from revision 1.27. Specifically:ru2001-10-111-9/+16
* The previous change also disaligned lines with AF_IPX and AF_NSru2001-10-091-10/+10
* Minor output formatting for 'netstat -i':mdodd2001-10-091-7/+7
* Re-enable mbtypes statistics in the mbuf allocator. I disabled thesebmilekic2001-09-301-45/+31
* Implement the ``-f address_family'' filter for -i.ru2001-09-113-3/+14
* Update usage() to match reality.ru2001-09-111-5/+12
* Yay!ru2001-09-071-236/+262
* If -s -s is specified, don't show zero multicast routing statistics.ru2001-09-072-66/+48
* Deprecate the -l option in favour of more natural -W.ru2001-09-075-15/+11
* Don't print stray socket addresses (-A) with the listen queue display (-L).ru2001-09-071-23/+20
* SECURITY: Drop `setgid kmem' bit as early as possible.ru2001-08-311-0/+1
* -a is not an options (sic).dd2001-08-281-1/+1
* Mention what an asterisk means in the -i display.dd2001-08-281-0/+4
* Don't misuse the return from snprintf.brian2001-08-201-5/+7
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-1/+0
* Add a "X KBytes of wired memory reserved" metric that representsbmilekic2001-07-311-11/+14
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-261-11/+7
* Use sysctl to export multicast routing statsfenner2001-07-251-5/+13
* Remove whitespace at EOL.dd2001-07-151-13/+13
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
* Make `rttrash' variable (#routes not in table but not freed) visibleru2001-06-293-5/+17
* Fixed bogon in revision 1.37. Don't bogusly print a radix node'sru2001-06-291-8/+3
* - create an entry of IPV6CTL_STATS sysctl.ume2001-06-282-9/+23
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.ru2001-06-234-13/+37
* - Fix space allocation for mbstat structurebmilekic2001-06-231-3/+5
* Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further.ru2001-06-232-12/+25
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,bmilekic2001-06-223-67/+182
* - Avoid hardcoded constant on icmp6 in/out histogram printingsumikawa2001-06-211-4/+8
* remove warningsassar2001-06-1513-93/+67
* remove K&R supportassar2001-06-1515-338/+201
* revert removal of warning and K&R supportassar2001-06-1516-138/+294
* nflag -> numeric_port. nflag is no moreassar2001-06-151-1/+1
* Print symbolic names for appletalk ports. Also some very minor style 9 issues.imp2001-06-151-2/+15
OpenPOWER on IntegriCloud