aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* MFC: add -L flag to usage()Guido van Rooij2000-03-201-1/+1
* MFC: Remove single-space hard sentence breaks.Sheldon Hearn2000-03-061-1/+2
* MFC: (rev 1.41) only report a true default of 0.0.0.0/0 as "default".Ruslan Ermilov2000-01-251-2/+5
* MFC: new -L option to look at the size of the listen queues.Guido van Rooij2000-01-034-18/+50
* MFC: print mac addrs properly.Jordan K. Hubbard2000-01-031-1/+1
* MFC: suppress lines with zero counts for 'netstat -fipx -ss' case.Boris Popov1999-11-271-2/+4
* MFC: rev 1.18, uncomment FILES section, mdoc(7)'fyAlexey Zelkin1999-10-301-13/+24
* MFC: Add xrefs to {f,net,sock}stat.1 pages and correct a .Dt .Sheldon Hearn1999-09-061-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-299-9/+9
* MFC: Don't truncate port numbers.Ruslan Ermilov1999-07-201-9/+5
* MFC: print bridging statistics with ``-p bdg''.Luigi Rizzo1999-04-264-2/+42
* MFC: Make the ipx part of netstat work again.John Hay1999-04-241-5/+7
* MFC: IPX address formatting nit. (1.24 -> 1.25)Bill Fumerola1999-04-201-2/+2
* MFC: Fix fstat compatibility by printing the address of the tcppcb insteadDag-Erling Smørgrav1999-03-101-3/+7
* MFC: off-by-one error.Bill Fenner1999-02-161-2/+2
* Fix "make world" breakage because MT_RTABLE was still referenced here.Ollivier Robert1999-01-181-1/+3
* Don't use ip_mrtproto to determine whether multicast routing is inBill Fenner1999-01-183-83/+32
* Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTSGary Palmer1998-08-231-1/+3
* Change casts from int to u_long and formats from %x to %lx.John Birrell1998-08-181-6/+7
* Change a variable from int to size_t.John Birrell1998-08-181-3/+3
* Make netstat work again.Poul-Henning Kamp1998-08-082-10/+20
* Don't open /dev/mem until we need it, most cases we don't.Poul-Henning Kamp1998-08-051-26/+25
* Fixed printf format errors.Bruce Evans1998-07-066-97/+112
* Fixed type mismatches and style bugs in rev.1.30.Bruce Evans1998-07-061-8/+6
* o Use snprintf over sprintf.Warner Losh1998-06-092-13/+17
* Make "netstat -s" display stats on fast-forwarded packets.Pierre Beyssac1998-05-191-2/+5
* Fix rev. 1.7: get offsetof from the correct header file.Garrett Wollman1998-05-161-2/+2
* Fix broken sun_len usage: it is not sun_path length but biggerAndrey A. Chernov1998-05-161-2/+5
* mbuf, inet, and unix modules no longer read kvm.Garrett Wollman1998-05-155-199/+265
* Remove (now) invalid .Xr trsp 8Steve Price1998-05-031-1/+0
* Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclustersDavid Greenman1998-04-241-5/+11
* netstat truncates info in sockaddr* between kgetsa and p_sockaddrPoul-Henning Kamp1998-04-221-12/+14
* The current version of netstat does not print the interfacePoul-Henning Kamp1998-04-191-53/+72
* 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