aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
...
* libipsec and IPsec related apps. (and some KAME related man pages)Yoshinobu Inoue2000-01-061-1/+1
* Print mac addresses in standard byte:byte format rather thanJordan K. Hubbard2000-01-031-1/+1
* Add display of maximum allowed mbuf count to match mbuf cluster count.Mike Smith1999-12-281-3/+11
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-284-47/+12
* also, changed prototype of pr_rthdr(), as my previous fixYoshinobu Inoue1999-12-211-1/+1
* Added missing declaration for argment specification at pr_rthdr(),Yoshinobu Inoue1999-12-211-3/+4
* define WID_DST6 and WID_GW6 and use them only for IPv6, to keep IPv4 relatedYoshinobu Inoue1999-12-211-12/+32
* Enable INET6 by default.Yoshinobu Inoue1999-12-151-1/+1
* Add new option, -L that will listen the various listen queue lengths.Guido van Rooij1999-12-134-32/+68
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-078-107/+1649
* Fix the output of 'netstat -I de0 1' for the alpha. Fix a bunch ofDoug Rabson1999-11-091-9/+10
* uncomment FILES section (it look reasonable here)Alexey Zelkin1999-10-301-13/+23
* Put include <netgraph.h> back in - problem was due to a cvsup mess onMatthew Dillon1999-10-241-0/+1
* Cleanup missing includes, stale includes, and a few printf formatMatthew Dillon1999-10-233-3/+2
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-216-4/+230
* Cleanup towards -WallJulian Elischer1999-10-215-18/+17
* Allow suppress printing of lines with zero countsBoris Popov1999-10-181-2/+4
* Add xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fixSheldon Hearn1999-09-061-0/+4
* Zap $Source$Peter Wemm1999-09-061-1/+0
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-289-9/+9
* Document the use of the -a flag in conjunction with the -r flag.Nik Clayton1999-08-112-3/+11
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Don't truncate port numbers.Dag-Erling Smørgrav1999-07-061-9/+5
* Add support for printing bridging statistics with ``-p bdg '' .Luigi Rizzo1999-04-264-2/+42
* IPX address formatting nit.Bill Fumerola1999-04-201-2/+2
* Fix fstat compatibility by printing the address of the tcppcb instead ofDag-Erling Smørgrav1999-03-101-3/+7
* Fix off-by-one error.Bill Fenner1999-02-161-2/+2
* Make the ipx part of netstat work again.John Hay1999-02-061-5/+7
* Fix "make world" breakage because MT_RTABLE was still referenced here.Ollivier Robert1999-01-181-1/+3
* Don't use ip_mrtproto to determine whether multicast routing is inBill Fenner1999-01-183-83/+32
* Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTSGary Palmer1998-08-231-1/+3
* Change casts from int to u_long and formats from %x to %lx.John Birrell1998-08-181-6/+7
* Change a variable from int to size_t.John Birrell1998-08-181-3/+3
* Make netstat work again.Poul-Henning Kamp1998-08-082-10/+20
* Don't open /dev/mem until we need it, most cases we don't.Poul-Henning Kamp1998-08-051-26/+25
* Fixed printf format errors.Bruce Evans1998-07-066-97/+112
* Fixed type mismatches and style bugs in rev.1.30.Bruce Evans1998-07-061-8/+6
* o Use snprintf over sprintf.Warner Losh1998-06-092-13/+17
* Make "netstat -s" display stats on fast-forwarded packets.Pierre Beyssac1998-05-191-2/+5
* Fix rev. 1.7: get offsetof from the correct header file.Garrett Wollman1998-05-161-2/+2
* Fix broken sun_len usage: it is not sun_path length but biggerAndrey A. Chernov1998-05-161-2/+5
* mbuf, inet, and unix modules no longer read kvm.Garrett Wollman1998-05-155-199/+265
* Remove (now) invalid .Xr trsp 8Steve Price1998-05-031-1/+0
* Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclustersDavid Greenman1998-04-241-5/+11
* netstat truncates info in sockaddr* between kgetsa and p_sockaddrPoul-Henning Kamp1998-04-221-12/+14
* The current version of netstat does not print the interfacePoul-Henning Kamp1998-04-191-52/+71
* Add (unsigned) cast to prevent overflow in %Andrey A. Chernov1997-11-101-2/+2
* Typo fix.Steve Price1997-10-271-2/+2
* Print out the two new fields in the ICMP stats. While we're at it, alsoGarrett Wollman1997-08-251-5/+23