| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't core dump when given "-i -a". Problem caused by a mistaken | phk | 2001-03-30 | 1 | -1/+2 |
* | Add an example of a novel technique to the IPv6 code. This technique seems | phk | 2001-03-19 | 1 | -1/+2 |
* | s/protocol-cloned/cloned/ I have missed in 1.24 -> 1.25. | ru | 2001-03-18 | 1 | -1/+1 |
* | Add a -W flag that tells netstat not to truncate addresses even if they are | des | 2001-03-15 | 4 | -32/+68 |
* | net/route.c: | ru | 2001-03-15 | 2 | -5/+10 |
* | MAXHOSTNAMELEN includes space for a NUL. | brian | 2001-03-14 | 6 | -42/+13 |
* | Count and show incoming UDP datagrams with no checksum. | ru | 2001-03-13 | 1 | -0/+1 |
* | When displaying interface statistics with -i show a '-' for any | joe | 2001-03-04 | 1 | -15/+64 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -2/+2 |
* | Use macro API to <sys/queue.h> | phk | 2000-12-30 | 3 | -18/+17 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -11/+11 |
* | 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 |