aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs from revision 1.27. Specifically:Ruslan Ermilov2001-10-111-9/+16
* The previous change also disaligned lines with AF_IPX and AF_NSRuslan Ermilov2001-10-091-10/+10
* Minor output formatting for 'netstat -i':Matthew N. Dodd2001-10-091-7/+7
* Re-enable mbtypes statistics in the mbuf allocator. I disabled theseBosko Milekic2001-09-301-45/+31
* Implement the ``-f address_family'' filter for -i.Ruslan Ermilov2001-09-113-3/+14
* Update usage() to match reality.Ruslan Ermilov2001-09-111-5/+12
* Yay!Ruslan Ermilov2001-09-071-236/+262
* If -s -s is specified, don't show zero multicast routing statistics.Ruslan Ermilov2001-09-072-66/+48
* Deprecate the -l option in favour of more natural -W.Ruslan Ermilov2001-09-075-15/+11
* Don't print stray socket addresses (-A) with the listen queue display (-L).Ruslan Ermilov2001-09-071-22/+19
* SECURITY: Drop `setgid kmem' bit as early as possible.Ruslan Ermilov2001-08-311-0/+1
* -a is not an options (sic).Dima Dorfman2001-08-281-1/+1
* Mention what an asterisk means in the -i display.Dima Dorfman2001-08-281-0/+4
* Don't misuse the return from snprintf.Brian Somers2001-08-201-5/+7
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-1/+0
* Add a "X KBytes of wired memory reserved" metric that representsBosko Milekic2001-07-311-11/+14
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsBosko Milekic2001-07-261-11/+7
* Use sysctl to export multicast routing statsBill Fenner2001-07-251-5/+13
* Remove whitespace at EOL.Dima Dorfman2001-07-151-13/+13
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
* Make `rttrash' variable (#routes not in table but not freed) visibleRuslan Ermilov2001-06-293-5/+17
* Fixed bogon in revision 1.37. Don't bogusly print a radix node'sRuslan Ermilov2001-06-291-8/+3
* - create an entry of IPV6CTL_STATS sysctl.Hajimu UMEMOTO2001-06-282-9/+23
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.Ruslan Ermilov2001-06-234-13/+37
* - Fix space allocation for mbstat structureBosko Milekic2001-06-231-3/+5
* Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further.Ruslan Ermilov2001-06-232-12/+25
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,Bosko Milekic2001-06-223-66/+181
* - Avoid hardcoded constant on icmp6 in/out histogram printingMunechika SUMIKAWA2001-06-211-4/+8
* remove warningsAssar Westerlund2001-06-1513-93/+67
* remove K&R supportAssar Westerlund2001-06-1515-337/+200
* revert removal of warning and K&R supportAssar Westerlund2001-06-1516-138/+294
* nflag -> numeric_port. nflag is no moreAssar Westerlund2001-06-151-1/+1
* Print symbolic names for appletalk ports. Also some very minor style 9 issues.Warner Losh2001-06-151-2/+15
* First round of netstat(1) cleanup.Ruslan Ermilov2001-06-154-65/+52
* Line up `netstat -rl' display.Ruslan Ermilov2001-06-151-5/+7
* remove most of the warningsAssar Westerlund2001-06-1516-277/+144
* add the option -S for printing port numbers symbolically but addressesAssar Westerlund2001-06-1510-45/+55
* Restore -M -N support for -m.Ruslan Ermilov2001-06-144-32/+69
* Removed -h option.Ruslan Ermilov2001-06-141-5/+1
* Really delete the -h option.Ruslan Ermilov2001-06-141-2/+2
* Fixed printing of netatalk statistics WRT the -s flag.Ruslan Ermilov2001-06-121-2/+2
* Mention about -rl behavior change. Now, MTU is printed.Hajimu UMEMOTO2001-06-111-1/+3
* Add missing column for Mtu in header when -rl is specified.Hajimu UMEMOTO2001-06-111-4/+13
* Sync with recent KAME.Hajimu UMEMOTO2001-06-117-43/+126
* Always print at least 2 bytes for IN_CLASSB_NET networks.Ruslan Ermilov2001-06-081-10/+29
* Correct some typos.Dima Dorfman2001-06-011-3/+3
* Restore printing of routes cloned from a RTF_CLONING parentRuslan Ermilov2001-05-072-9/+10
* Add missing break when printing IPv6 multicast addresses.Bill Fenner2001-04-261-1/+2
* Fix typo s/thissystem/this system/Jesper Skriver2001-04-161-1/+1
* Don't core dump when given "-i -a". Problem caused by a mistakenPoul-Henning Kamp2001-03-301-1/+2