| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that the amount of (pseudo) interfaces is growing with IPv6, | guido | 2000-10-30 | 1 | -22/+30 |
* | Augment the 'ifaddr' structure with a 'struct if_data' to keep | joe | 2000-10-19 | 1 | -9/+47 |
* | Change the "in use" percentage metric to actually display a real | bmilekic | 2000-10-15 | 1 | -9/+14 |
* | Fixed the printing of header for IPv4 routing table without -l option. | ru | 2000-09-18 | 1 | -1/+1 |
* | Replace the mbuf external reference counting code with something | dwmalone | 2000-08-19 | 1 | -2/+6 |
* | To make compilable without -DINET6. | ume | 2000-08-07 | 2 | -0/+4 |
* | Do not display icmp(4) sockets as non-existent bridge(4) sockets. | ru | 2000-08-03 | 1 | -2/+2 |
* | Fix bug: "netstat -si" prints interface information, but the header | jdp | 2000-07-28 | 1 | -1/+1 |
* | Make mbstat.m_mtypes seperate and viewable via sysctl, also | alfred | 2000-07-15 | 1 | -25/+49 |
* | remove m_pulldown related statistics, it is not for production system | itojun | 2000-07-12 | 1 | -32/+0 |
* | add pfkeystat. sync with kame | itojun | 2000-07-05 | 2 | -0/+27 |
* | sync with latest kame netstat. basically, more statistics | itojun | 2000-07-04 | 8 | -299/+646 |
* | Use Garrett's new (clearer) names. | markm | 2000-04-23 | 1 | -7/+7 |
* | Add '-L' option to usage(). | guido | 2000-03-20 | 1 | -1/+1 |
* | Don't suppress Flags and Refs info for IPv4 entries. | shin | 2000-03-14 | 1 | -2/+2 |
* | Add a flag to the usage display. | shin | 2000-03-11 | 1 | -2/+2 |
* | Add "-l" option description. | shin | 2000-03-11 | 1 | -1/+3 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
* | IPv6 multicast routing. | shin | 2000-01-28 | 5 | -10/+237 |
* | Instead of reporting all 0.0.0.0 as ``default'' only report | rgrimes | 2000-01-07 | 1 | -2/+5 |
* | -permit protocol specific statistics at iflag, | shin | 2000-01-07 | 3 | -9/+16 |
* | libipsec and IPsec related apps. (and some KAME related man pages) | shin | 2000-01-06 | 1 | -1/+1 |
* | Print mac addresses in standard byte:byte format rather than | jkh | 2000-01-03 | 1 | -1/+1 |
* | Add display of maximum allowed mbuf count to match mbuf cluster count. | msmith | 1999-12-28 | 1 | -3/+11 |
* | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | shin | 1999-12-28 | 4 | -47/+12 |
* | also, changed prototype of pr_rthdr(), as my previous fix | shin | 1999-12-21 | 1 | -1/+1 |
* | Added missing declaration for argment specification at pr_rthdr(), | shin | 1999-12-21 | 1 | -3/+4 |
* | define WID_DST6 and WID_GW6 and use them only for IPv6, to keep IPv4 related | shin | 1999-12-21 | 1 | -12/+32 |
* | Enable INET6 by default. | shin | 1999-12-15 | 1 | -1/+1 |
* | Add new option, -L that will listen the various listen queue lengths. | guido | 1999-12-13 | 4 | -32/+68 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 8 | -107/+1649 |
* | 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 |