| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Merge KAME 2000/07 code. | Kris Kennaway | 2000-07-15 | 8 | -297/+323 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-07-10 | 1 | -0/+316 |
| * | Merge markm's changes to netstat to go along with my changes to | Garrett Wollman | 2000-05-03 | 1 | -7/+7 |
| * | MFC: | Yoshinobu Inoue | 2000-03-28 | 1 | -2/+2 |
| * | MFC: add -L option to usage() | Guido van Rooij | 2000-03-20 | 1 | -1/+1 |
| * | Add a flag to the usage display. | Yoshinobu Inoue | 2000-03-11 | 1 | -2/+2 |
| * | Add "-l" option description. | Yoshinobu Inoue | 2000-03-11 | 1 | -1/+3 |
| * | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-01 | 1 | -1/+2 |
| * | IPv6 multicast routing. | Yoshinobu Inoue | 2000-01-28 | 5 | -10/+237 |
| * | Instead of reporting all 0.0.0.0 as ``default'' only report | Rodney W. Grimes | 2000-01-07 | 1 | -2/+5 |
| * | -permit protocol specific statistics at iflag, | Yoshinobu Inoue | 2000-01-07 | 3 | -9/+16 |
| * | libipsec and IPsec related apps. (and some KAME related man pages) | Yoshinobu Inoue | 2000-01-06 | 1 | -1/+1 |
| * | Print mac addresses in standard byte:byte format rather than | Jordan K. Hubbard | 2000-01-03 | 1 | -1/+1 |
| * | Add display of maximum allowed mbuf count to match mbuf cluster count. | Mike Smith | 1999-12-28 | 1 | -3/+11 |
| * | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | Yoshinobu Inoue | 1999-12-28 | 4 | -47/+12 |
| * | also, changed prototype of pr_rthdr(), as my previous fix | Yoshinobu Inoue | 1999-12-21 | 1 | -1/+1 |
| * | Added missing declaration for argment specification at pr_rthdr(), | Yoshinobu Inoue | 1999-12-21 | 1 | -3/+4 |
| * | define WID_DST6 and WID_GW6 and use them only for IPv6, to keep IPv4 related | Yoshinobu Inoue | 1999-12-21 | 1 | -12/+32 |
| * | Enable INET6 by default. | Yoshinobu Inoue | 1999-12-15 | 1 | -1/+1 |
| * | Add new option, -L that will listen the various listen queue lengths. | Guido van Rooij | 1999-12-13 | 4 | -32/+68 |
| * | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | Yoshinobu Inoue | 1999-12-07 | 8 | -107/+1649 |
| * | Fix the output of 'netstat -I de0 1' for the alpha. Fix a bunch of | Doug Rabson | 1999-11-09 | 1 | -9/+10 |
| * | uncomment FILES section (it look reasonable here) | Alexey Zelkin | 1999-10-30 | 1 | -13/+23 |
| * | Put include <netgraph.h> back in - problem was due to a cvsup mess on | Matthew Dillon | 1999-10-24 | 1 | -0/+1 |
| * | Cleanup missing includes, stale includes, and a few printf format | Matthew Dillon | 1999-10-23 | 3 | -3/+2 |
| * | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | Julian Elischer | 1999-10-21 | 6 | -4/+230 |
| * | Cleanup towards -Wall | Julian Elischer | 1999-10-21 | 5 | -18/+17 |
| * | Allow suppress printing of lines with zero counts | Boris Popov | 1999-10-18 | 1 | -2/+4 |
| * | 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 |