summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* 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
* First round of netstat(1) cleanup.ru2001-06-154-65/+52
* Line up `netstat -rl' display.ru2001-06-151-5/+7
* remove most of the warningsassar2001-06-1516-277/+144
* add the option -S for printing port numbers symbolically but addressesassar2001-06-1510-45/+55
* Restore -M -N support for -m.ru2001-06-144-32/+69
* Removed -h option.ru2001-06-141-5/+1
* Really delete the -h option.ru2001-06-141-2/+2
* Fixed printing of netatalk statistics WRT the -s flag.ru2001-06-121-2/+2
* Mention about -rl behavior change. Now, MTU is printed.ume2001-06-111-1/+3
* Add missing column for Mtu in header when -rl is specified.ume2001-06-111-4/+13
* Sync with recent KAME.ume2001-06-117-43/+126
* Always print at least 2 bytes for IN_CLASSB_NET networks.ru2001-06-081-10/+29
* Correct some typos.dd2001-06-011-3/+3
* Restore printing of routes cloned from a RTF_CLONING parentru2001-05-072-9/+10
* Add missing break when printing IPv6 multicast addresses.fenner2001-04-261-1/+2
* Fix typo s/thissystem/this system/jesper2001-04-161-1/+1
* Don't core dump when given "-i -a". Problem caused by a mistakenphk2001-03-301-1/+2
* Add an example of a novel technique to the IPv6 code. This technique seemsphk2001-03-191-1/+2
* s/protocol-cloned/cloned/ I have missed in 1.24 -> 1.25.ru2001-03-181-1/+1
* Add a -W flag that tells netstat not to truncate addresses even if they aredes2001-03-154-32/+68
* net/route.c:ru2001-03-152-5/+10
* MAXHOSTNAMELEN includes space for a NUL.brian2001-03-146-42/+13
* Count and show incoming UDP datagrams with no checksum.ru2001-03-131-0/+1
* When displaying interface statistics with -i show a '-' for anyjoe2001-03-041-15/+64
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+2
* Use macro API to <sys/queue.h>phk2000-12-303-18/+17
OpenPOWER on IntegriCloud