aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* Add (unsigned) cast to prevent overflow in %Andrey A. Chernov1997-11-101-2/+2
* Typo fix.Steve Price1997-10-271-2/+2
* Print out the two new fields in the ICMP stats. While we're at it, alsoGarrett Wollman1997-08-251-5/+23
* While I'm in here, fix address printing for `netstat -f unix' which has beenGarrett Wollman1997-08-251-12/+8
* Bandaid to make this compile.. These old mbuf types should probably bePeter Wemm1997-08-171-1/+13
* Remove prog, unused variables.Philippe Charnier1997-07-297-30/+23
* Remove -I/sysGuido van Rooij1997-07-131-1/+1
* Remove some quite bogus code that tried to find subnet names but insteadPoul-Henning Kamp1997-05-251-29/+5
* Add the new ipx statistics variables.John Hay1997-05-103-26/+26
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Use the new sysctl(3) interface to mbuf statistics rather thanGarrett Wollman1997-02-241-7/+19
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-225-5/+5
* When the mbuf code was changed to use a private allocator instead ofGarrett Wollman1997-02-121-3/+4
* Print out the new uninteresting-multicast-packets statistic.Garrett Wollman1997-01-211-1/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-145-5/+5
* Print out the interface's multicast addresses using the newGarrett Wollman1997-01-131-51/+43
* TCP statistics are unsigned counters.Paul Traina1997-01-071-46/+46
* Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.Garrett Wollman1997-01-033-5/+7
* Learn to follow the new interface address lists.Garrett Wollman1996-12-131-2/+2
* Understand queue-ized ifnet structures.Garrett Wollman1996-12-111-5/+14
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-105-7/+6
* Display multicast addresses if the "a" flag is used in combinationBill Fenner1996-12-021-0/+60
* Eliminate unnecessary include of <sys/mbuf.h>. PCBs aren't stored in mbufsGarrett Wollman1996-10-284-5/+13
* Remove reference to oobsolete RTF_MASK flag (soon to be removed).Garrett Wollman1996-10-091-2/+1
* make appletalk networks not show an un-needed hostJulian Elischer1996-09-051-2/+2
* Fixed DPADD.Bruce Evans1996-09-051-1/+1
* fix printing of netranges in the i and r displays for netatalkJulian Elischer1996-08-312-6/+41
* Try to make netstat more smart about port numbers.Poul-Henning Kamp1996-08-231-7/+21
* Submitted by: archie@whistle.comJulian Elischer1996-07-231-2/+2
* Submitted by: archie@whistle.comJulian Elischer1996-07-234-44/+51
* Adding changes to ipfw and the kernel to support ip packet diversion..Julian Elischer1996-07-101-0/+6
* appletalk cleanupsJulian Elischer1996-07-092-10/+15
* make netstat distinguish broadcast and blackhole routes where they appear.Peter Wemm1996-06-152-1/+4
* better appletalk support.Julian Elischer1996-06-103-41/+98
* I guess the docs should mention the new protocol at least once.Julian Elischer1996-06-081-0/+3
* patches to allow netstat to monitor appletalk sockets openned using theJulian Elischer1996-06-085-4/+223
* Print PCB hash miss statistic.Garrett Wollman1996-06-051-0/+1
* Code cleanup: remove unused variables, use correct *printf formatAlexander Langer1996-06-028-147/+144
* Document that ipx is a valid protocol for the -f option.John Hay1996-04-131-5/+8
* Move #include of queue.h before #include of socketvar.h in preparation forDavid Greenman1996-03-114-1/+4
* Make the -w option actually useful to people. Instead of it creating aDavid Greenman1996-02-292-97/+79
* Add a counter for the number of times the listen queue was overflowed toGuido van Rooij1996-02-261-0/+1
* For some reason, the changes to make route.c compile didn't make it over.Garrett Wollman1996-02-161-1/+9
* XNS sort-of-support is no more.Garrett Wollman1996-02-133-4/+20
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)Garrett Wollman1996-02-063-4/+18
* Fix a variety of minor typos and cross references in a bunch ofMike Pritchard1996-01-201-3/+3
* tidy up the domain name trimming code, and move it to a single placePeter Wemm1996-01-154-30/+40
* A couple of changes of mine that I've been using for a while:Peter Wemm1996-01-142-3/+11
* Merge in Lite-2 changes.Peter Wemm1996-01-144-31/+106
* Change .8s port name restriction to .15s, modern tcp portAndrey A. Chernov1995-12-231-1/+1