| Commit message (Expand) | Author | Age | Files | Lines |
* | Add xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fix | Sheldon Hearn | 1999-09-06 | 1 | -0/+4 |
* | Zap $Source$ | Peter Wemm | 1999-09-06 | 1 | -1/+0 |
* | $Header$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 9 | -9/+9 |
* | Document the use of the -a flag in conjunction with the -r flag. | Nik Clayton | 1999-08-11 | 2 | -3/+11 |
* | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 1 | -0/+1 |
* | Don't truncate port numbers. | Dag-Erling Smørgrav | 1999-07-06 | 1 | -9/+5 |
* | Add support for printing bridging statistics with ``-p bdg '' . | Luigi Rizzo | 1999-04-26 | 4 | -2/+42 |
* | IPX address formatting nit. | Bill Fumerola | 1999-04-20 | 1 | -2/+2 |
* | Fix fstat compatibility by printing the address of the tcppcb instead of | Dag-Erling Smørgrav | 1999-03-10 | 1 | -3/+7 |
* | Fix off-by-one error. | Bill Fenner | 1999-02-16 | 1 | -2/+2 |
* | Make the ipx part of netstat work again. | John Hay | 1999-02-06 | 1 | -5/+7 |
* | Fix "make world" breakage because MT_RTABLE was still referenced here. | Ollivier Robert | 1999-01-18 | 1 | -1/+3 |
* | Don't use ip_mrtproto to determine whether multicast routing is in | Bill Fenner | 1999-01-18 | 3 | -83/+32 |
* | Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTS | Gary Palmer | 1998-08-23 | 1 | -1/+3 |
* | Change casts from int to u_long and formats from %x to %lx. | John Birrell | 1998-08-18 | 1 | -6/+7 |
* | Change a variable from int to size_t. | John Birrell | 1998-08-18 | 1 | -3/+3 |
* | Make netstat work again. | Poul-Henning Kamp | 1998-08-08 | 2 | -10/+20 |
* | Don't open /dev/mem until we need it, most cases we don't. | Poul-Henning Kamp | 1998-08-05 | 1 | -26/+25 |
* | Fixed printf format errors. | Bruce Evans | 1998-07-06 | 6 | -97/+112 |
* | Fixed type mismatches and style bugs in rev.1.30. | Bruce Evans | 1998-07-06 | 1 | -8/+6 |
* | o Use snprintf over sprintf. | Warner Losh | 1998-06-09 | 2 | -13/+17 |
* | Make "netstat -s" display stats on fast-forwarded packets. | Pierre Beyssac | 1998-05-19 | 1 | -2/+5 |
* | Fix rev. 1.7: get offsetof from the correct header file. | Garrett Wollman | 1998-05-16 | 1 | -2/+2 |
* | Fix broken sun_len usage: it is not sun_path length but bigger | Andrey A. Chernov | 1998-05-16 | 1 | -2/+5 |
* | mbuf, inet, and unix modules no longer read kvm. | Garrett Wollman | 1998-05-15 | 5 | -199/+265 |
* | Remove (now) invalid .Xr trsp 8 | Steve Price | 1998-05-03 | 1 | -1/+0 |
* | Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclusters | David Greenman | 1998-04-24 | 1 | -5/+11 |
* | netstat truncates info in sockaddr* between kgetsa and p_sockaddr | Poul-Henning Kamp | 1998-04-22 | 1 | -12/+14 |
* | The current version of netstat does not print the interface | Poul-Henning Kamp | 1998-04-19 | 1 | -53/+72 |
* | Add (unsigned) cast to prevent overflow in % | Andrey A. Chernov | 1997-11-10 | 1 | -2/+2 |
* | Typo fix. | Steve Price | 1997-10-27 | 1 | -2/+2 |
* | Print out the two new fields in the ICMP stats. While we're at it, also | Garrett Wollman | 1997-08-25 | 1 | -5/+23 |
* | While I'm in here, fix address printing for `netstat -f unix' which has been | Garrett Wollman | 1997-08-25 | 1 | -12/+8 |
* | Bandaid to make this compile.. These old mbuf types should probably be | Peter Wemm | 1997-08-17 | 1 | -1/+13 |
* | Remove prog, unused variables. | Philippe Charnier | 1997-07-29 | 7 | -30/+23 |
* | Remove -I/sys | Guido van Rooij | 1997-07-13 | 1 | -1/+1 |
* | Remove some quite bogus code that tried to find subnet names but instead | Poul-Henning Kamp | 1997-05-25 | 1 | -29/+5 |
* | Add the new ipx statistics variables. | John Hay | 1997-05-10 | 3 | -26/+26 |
* | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -1/+1 |
* | Use the new sysctl(3) interface to mbuf statistics rather than | Garrett Wollman | 1997-02-24 | 1 | -7/+19 |
* | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 5 | -5/+5 |
* | When the mbuf code was changed to use a private allocator instead of | Garrett Wollman | 1997-02-12 | 1 | -3/+4 |
* | Print out the new uninteresting-multicast-packets statistic. | Garrett Wollman | 1997-01-21 | 1 | -1/+4 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 5 | -5/+5 |
* | Print out the interface's multicast addresses using the new | Garrett Wollman | 1997-01-13 | 1 | -51/+43 |
* | TCP statistics are unsigned counters. | Paul Traina | 1997-01-07 | 1 | -46/+46 |
* | Update to match changes in <net/if.h> and <netinet/ip_mroute.h>. | Garrett Wollman | 1997-01-03 | 3 | -5/+7 |
* | Learn to follow the new interface address lists. | Garrett Wollman | 1996-12-13 | 1 | -2/+2 |
* | Understand queue-ized ifnet structures. | Garrett Wollman | 1996-12-11 | 1 | -5/+14 |