summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+4
* Update netstat(1) for recent conversion of netipx to queue(9) fromrwatson2004-12-311-1/+1
* -c flag (cache stats) was killed in rev. 1.68. Fix getopt(3) andmaxim2004-10-201-2/+2
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).charnier2004-07-261-8/+10
* Bring in mbuma to replace mballoc.bmilekic2004-05-311-8/+0
* Output style: Get rid of an unnecessary newline.bms2004-03-251-1/+0
* Teach netstat(1) how to print the multicast group memberships presentbms2004-03-251-0/+2
* More cleanups:ru2004-03-181-20/+20
* NULL -> 0.ru2004-03-171-1/+1
* Restore old netstat -m output.alfred2003-12-231-3/+11
* 1. Add support for printing PIM-related statistics withhsu2003-08-071-0/+2
* Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]peter2003-03-051-121/+33
* o Allow "buckets" in mb_alloc to be differently sized (according tobmilekic2003-02-201-7/+13
* o Typo/Grammar fixesmtm2003-01-141-0/+6
* Warns cleanups for netstat:dwmalone2002-09-051-17/+15
* Some easy const fixes.markm2002-04-281-3/+3
* Implement the ``-f address_family'' filter for -i.ru2001-09-111-1/+4
* Update usage() to match reality.ru2001-09-111-5/+12
* Deprecate the -l option in favour of more natural -W.ru2001-09-071-4/+1
* SECURITY: Drop `setgid kmem' bit as early as possible.ru2001-08-311-0/+1
* Make `rttrash' variable (#routes not in table but not freed) visibleru2001-06-291-1/+3
* - create an entry of IPV6CTL_STATS sysctl.ume2001-06-281-4/+4
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.ru2001-06-231-1/+5
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,bmilekic2001-06-221-2/+17
* remove warningsassar2001-06-151-20/+1
* remove K&R supportassar2001-06-151-20/+15
* revert removal of warning and K&R supportassar2001-06-151-12/+36
* First round of netstat(1) cleanup.ru2001-06-151-26/+21
* remove most of the warningsassar2001-06-151-19/+14
* add the option -S for printing port numbers symbolically but addressesassar2001-06-151-4/+8
* Restore -M -N support for -m.ru2001-06-141-3/+19
* Really delete the -h option.ru2001-06-141-2/+2
* Sync with recent KAME.ume2001-06-111-0/+2
* Add a -W flag that tells netstat not to truncate addresses even if they aredes2001-03-151-3/+29
* MAXHOSTNAMELEN includes space for a NUL.brian2001-03-141-30/+0
* Do not display icmp(4) sockets as non-existent bridge(4) sockets.ru2000-08-031-2/+2
* add pfkeystat. sync with kameitojun2000-07-051-0/+23
* Add '-L' option to usage().guido2000-03-201-1/+1
* Add a flag to the usage display.shin2000-03-111-2/+2
* IPv6 multicast routing.shin2000-01-281-6/+0
* -permit protocol specific statistics at iflag,shin2000-01-071-1/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-1/+1
* Add new option, -L that will listen the various listen queue lengths.guido1999-12-131-2/+5
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-55/+145
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-1/+20
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Document the use of the -a flag in conjunction with the -r flag.nik1999-08-111-2/+2
* Add support for printing bridging statistics with ``-p bdg '' .luigi1999-04-261-1/+3
* Make the ipx part of netstat work again.jhay1999-02-061-5/+7
* Don't use ip_mrtproto to determine whether multicast routing is infenner1999-01-181-15/+11
OpenPOWER on IntegriCloud