summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-11/+11
* Now that the amount of (pseudo) interfaces is growing with IPv6,guido2000-10-301-22/+30
* Augment the 'ifaddr' structure with a 'struct if_data' to keepjoe2000-10-191-9/+47
* Change the "in use" percentage metric to actually display a realbmilekic2000-10-151-9/+14
* Fixed the printing of header for IPv4 routing table without -l option.ru2000-09-181-1/+1
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-2/+6
* To make compilable without -DINET6.ume2000-08-072-0/+4
* Do not display icmp(4) sockets as non-existent bridge(4) sockets.ru2000-08-031-2/+2
* Fix bug: "netstat -si" prints interface information, but the headerjdp2000-07-281-1/+1
* Make mbstat.m_mtypes seperate and viewable via sysctl, alsoalfred2000-07-151-25/+49
* remove m_pulldown related statistics, it is not for production systemitojun2000-07-121-32/+0
* add pfkeystat. sync with kameitojun2000-07-052-0/+27
* sync with latest kame netstat. basically, more statisticsitojun2000-07-048-299/+646
* Use Garrett's new (clearer) names.markm2000-04-231-7/+7
* Add '-L' option to usage().guido2000-03-201-1/+1
* Don't suppress Flags and Refs info for IPv4 entries.shin2000-03-141-2/+2
* Add a flag to the usage display.shin2000-03-111-2/+2
* Add "-l" option description.shin2000-03-111-1/+3
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
* IPv6 multicast routing.shin2000-01-285-10/+237
* Instead of reporting all 0.0.0.0 as ``default'' only reportrgrimes2000-01-071-2/+5
* -permit protocol specific statistics at iflag,shin2000-01-073-9/+16
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-1/+1
* Print mac addresses in standard byte:byte format rather thanjkh2000-01-031-1/+1
* Add display of maximum allowed mbuf count to match mbuf cluster count.msmith1999-12-281-3/+11
OpenPOWER on IntegriCloud