summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* Document the use of the -a flag in conjunction with the -r flag.nik1999-08-112-3/+11
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Don't truncate port numbers.des1999-07-061-9/+5
* Add support for printing bridging statistics with ``-p bdg '' .luigi1999-04-264-2/+42
* IPX address formatting nit.billf1999-04-201-2/+2
* Fix fstat compatibility by printing the address of the tcppcb instead ofdes1999-03-101-3/+7
* Fix off-by-one error.fenner1999-02-161-2/+2
* Make the ipx part of netstat work again.jhay1999-02-061-5/+7
* Fix "make world" breakage because MT_RTABLE was still referenced here.roberto1999-01-181-1/+3
* Don't use ip_mrtproto to determine whether multicast routing is infenner1999-01-183-83/+32
* Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTSgpalmer1998-08-231-1/+3
* Change casts from int to u_long and formats from %x to %lx.jb1998-08-181-6/+7
* Change a variable from int to size_t.jb1998-08-181-3/+3
* Make netstat work again.phk1998-08-082-10/+20
* Don't open /dev/mem until we need it, most cases we don't.phk1998-08-051-26/+25
* Fixed printf format errors.bde1998-07-066-97/+112
* Fixed type mismatches and style bugs in rev.1.30.bde1998-07-061-8/+6
* o Use snprintf over sprintf.imp1998-06-092-13/+17
* Make "netstat -s" display stats on fast-forwarded packets.pb1998-05-191-2/+5
* Fix rev. 1.7: get offsetof from the correct header file.wollman1998-05-161-2/+2
* Fix broken sun_len usage: it is not sun_path length but biggerache1998-05-161-2/+5
* mbuf, inet, and unix modules no longer read kvm.wollman1998-05-155-199/+265
* Remove (now) invalid .Xr trsp 8steve1998-05-031-1/+0
* Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclustersdg1998-04-241-5/+11
* netstat truncates info in sockaddr* between kgetsa and p_sockaddrphk1998-04-221-12/+14
* The current version of netstat does not print the interfacephk1998-04-191-53/+72
* Add (unsigned) cast to prevent overflow in %ache1997-11-101-2/+2
* Typo fix.steve1997-10-271-2/+2
* Print out the two new fields in the ICMP stats. While we're at it, alsowollman1997-08-251-5/+23
* While I'm in here, fix address printing for `netstat -f unix' which has beenwollman1997-08-251-12/+8
* Bandaid to make this compile.. These old mbuf types should probably bepeter1997-08-171-1/+13
* Remove prog, unused variables.charnier1997-07-297-30/+23
* Remove -I/sysguido1997-07-131-1/+1
* Remove some quite bogus code that tried to find subnet names but insteadphk1997-05-251-29/+5
* Add the new ipx statistics variables.jhay1997-05-103-26/+26
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Use the new sysctl(3) interface to mbuf statistics rather thanwollman1997-02-241-7/+19
* Revert $FreeBSD$ to $Id$peter1997-02-225-5/+5
* When the mbuf code was changed to use a private allocator instead ofwollman1997-02-121-3/+4
* Print out the new uninteresting-multicast-packets statistic.wollman1997-01-211-1/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
* Print out the interface's multicast addresses using the newwollman1997-01-131-51/+43
* TCP statistics are unsigned counters.pst1997-01-071-46/+46
* Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.wollman1997-01-033-5/+7
* Learn to follow the new interface address lists.wollman1996-12-131-2/+2
* Understand queue-ized ifnet structures.wollman1996-12-111-5/+14
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-105-7/+6
* Display multicast addresses if the "a" flag is used in combinationfenner1996-12-021-0/+60
* Eliminate unnecessary include of <sys/mbuf.h>. PCBs aren't stored in mbufswollman1996-10-284-5/+13
* Remove reference to oobsolete RTF_MASK flag (soon to be removed).wollman1996-10-091-2/+1
OpenPOWER on IntegriCloud