| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the output of 'netstat -I de0 1' for the alpha. Fix a bunch of | dfr | 1999-11-09 | 1 | -9/+10 |
* | uncomment FILES section (it look reasonable here) | phantom | 1999-10-30 | 1 | -13/+23 |
* | Put include <netgraph.h> back in - problem was due to a cvsup mess on | dillon | 1999-10-24 | 1 | -0/+1 |
* | Cleanup missing includes, stale includes, and a few printf format | dillon | 1999-10-23 | 3 | -3/+2 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 6 | -4/+230 |
* | Cleanup towards -Wall | julian | 1999-10-21 | 5 | -18/+17 |
* | Allow suppress printing of lines with zero counts | bp | 1999-10-18 | 1 | -2/+4 |
* | Add xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fix | sheldonh | 1999-09-06 | 1 | -0/+4 |
* | Zap $Source$ | peter | 1999-09-06 | 1 | -1/+0 |
* | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 9 | -9/+9 |
* | Document the use of the -a flag in conjunction with the -r flag. | nik | 1999-08-11 | 2 | -3/+11 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Don't truncate port numbers. | des | 1999-07-06 | 1 | -9/+5 |
* | Add support for printing bridging statistics with ``-p bdg '' . | luigi | 1999-04-26 | 4 | -2/+42 |
* | IPX address formatting nit. | billf | 1999-04-20 | 1 | -2/+2 |
* | Fix fstat compatibility by printing the address of the tcppcb instead of | des | 1999-03-10 | 1 | -3/+7 |
* | Fix off-by-one error. | fenner | 1999-02-16 | 1 | -2/+2 |
* | Make the ipx part of netstat work again. | jhay | 1999-02-06 | 1 | -5/+7 |
* | Fix "make world" breakage because MT_RTABLE was still referenced here. | roberto | 1999-01-18 | 1 | -1/+3 |
* | Don't use ip_mrtproto to determine whether multicast routing is in | fenner | 1999-01-18 | 3 | -83/+32 |
* | Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTS | gpalmer | 1998-08-23 | 1 | -1/+3 |
* | Change casts from int to u_long and formats from %x to %lx. | jb | 1998-08-18 | 1 | -6/+7 |
* | Change a variable from int to size_t. | jb | 1998-08-18 | 1 | -3/+3 |
* | Make netstat work again. | phk | 1998-08-08 | 2 | -10/+20 |
* | Don't open /dev/mem until we need it, most cases we don't. | phk | 1998-08-05 | 1 | -26/+25 |
* | Fixed printf format errors. | bde | 1998-07-06 | 6 | -97/+112 |
* | Fixed type mismatches and style bugs in rev.1.30. | bde | 1998-07-06 | 1 | -8/+6 |
* | o Use snprintf over sprintf. | imp | 1998-06-09 | 2 | -13/+17 |
* | Make "netstat -s" display stats on fast-forwarded packets. | pb | 1998-05-19 | 1 | -2/+5 |
* | Fix rev. 1.7: get offsetof from the correct header file. | wollman | 1998-05-16 | 1 | -2/+2 |
* | Fix broken sun_len usage: it is not sun_path length but bigger | ache | 1998-05-16 | 1 | -2/+5 |
* | mbuf, inet, and unix modules no longer read kvm. | wollman | 1998-05-15 | 5 | -199/+265 |
* | Remove (now) invalid .Xr trsp 8 | steve | 1998-05-03 | 1 | -1/+0 |
* | Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclusters | dg | 1998-04-24 | 1 | -5/+11 |
* | netstat truncates info in sockaddr* between kgetsa and p_sockaddr | phk | 1998-04-22 | 1 | -12/+14 |
* | The current version of netstat does not print the interface | phk | 1998-04-19 | 1 | -53/+72 |
* | Add (unsigned) cast to prevent overflow in % | ache | 1997-11-10 | 1 | -2/+2 |
* | Typo fix. | steve | 1997-10-27 | 1 | -2/+2 |
* | Print out the two new fields in the ICMP stats. While we're at it, also | wollman | 1997-08-25 | 1 | -5/+23 |
* | While I'm in here, fix address printing for `netstat -f unix' which has been | wollman | 1997-08-25 | 1 | -12/+8 |
* | Bandaid to make this compile.. These old mbuf types should probably be | peter | 1997-08-17 | 1 | -1/+13 |
* | Remove prog, unused variables. | charnier | 1997-07-29 | 7 | -30/+23 |
* | Remove -I/sys | guido | 1997-07-13 | 1 | -1/+1 |
* | Remove some quite bogus code that tried to find subnet names but instead | phk | 1997-05-25 | 1 | -29/+5 |
* | Add the new ipx statistics variables. | jhay | 1997-05-10 | 3 | -26/+26 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
* | Use the new sysctl(3) interface to mbuf statistics rather than | wollman | 1997-02-24 | 1 | -7/+19 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 5 | -5/+5 |
* | When the mbuf code was changed to use a private allocator instead of | wollman | 1997-02-12 | 1 | -3/+4 |