aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r186644: show unix sockets listen queues stats with -L flag.Maxim Konovalov2009-02-111-1/+1
* MFC:Ruslan Ermilov2009-01-191-5/+6
* bring in bits missed in r187106: sync build infrastructure changes with HEADSam Leffler2009-01-141-2/+8
* MFC: style(9)David E. O'Brien2008-03-161-28/+28
* Bah, fix a cosmetic nit and remove a debugging aid missed in the previousJohn Baldwin2007-07-161-2/+1
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-83/+134
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-22/+5
* Adds support for SCTP.Randall Stewart2007-06-091-0/+4
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.Yaroslav Tykhiy2006-07-281-44/+44
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-4/+4
* Add support for printing IPSEC protocol stats if the kernel was compiledKelly Yancey2005-12-281-0/+29
* Modify netstat -mb to use libmemstat when accessing a core dump or liveRobert Watson2005-11-131-12/+2
* Fix obvious copy'n'paste-O in rev.1.36 While here nit style.Max Laier2005-10-221-3/+3
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-4/+0
* Update usage to reflect the new option.Christian S.J. Peron2005-09-071-1/+2
* Merge bpfstat's functionality into the netstat(1) utility. This addsChristian S.J. Peron2005-09-071-1/+9
* Add a new switch -h for interface stats mode, which prints all interfaceGleb Smirnoff2005-08-181-2/+6
* Make IPX support depend on NO_IPXPoul-Henning Kamp2005-08-051-1/+8
* Print newly exported pfsync statistics with netstat(8).Max Laier2005-07-141-0/+4
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-221-0/+4
* Update netstat(1) for recent conversion of netipx to queue(9) fromRobert Watson2004-12-311-1/+1
* -c flag (cache stats) was killed in rev. 1.68. Fix getopt(3) andMaxim Konovalov2004-10-201-2/+2
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-261-8/+10
* Bring in mbuma to replace mballoc.Bosko Milekic2004-05-311-8/+0
* Output style: Get rid of an unnecessary newline.Bruce M Simpson2004-03-251-1/+0
* Teach netstat(1) how to print the multicast group memberships presentBruce M Simpson2004-03-251-0/+2
* More cleanups:Ruslan Ermilov2004-03-181-20/+20
* NULL -> 0.Ruslan Ermilov2004-03-171-1/+1
* Restore old netstat -m output.Alfred Perlstein2003-12-231-3/+11
* 1. Add support for printing PIM-related statistics withJeffrey Hsu2003-08-071-0/+2
* Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]Peter Wemm2003-03-051-121/+33
* o Allow "buckets" in mb_alloc to be differently sized (according toBosko Milekic2003-02-201-7/+13
* o Typo/Grammar fixesMike Makonnen2003-01-141-0/+6
* Warns cleanups for netstat:David Malone2002-09-051-17/+15
* Some easy const fixes.Mark Murray2002-04-281-3/+3
* Implement the ``-f address_family'' filter for -i.Ruslan Ermilov2001-09-111-1/+4
* Update usage() to match reality.Ruslan Ermilov2001-09-111-5/+12
* Deprecate the -l option in favour of more natural -W.Ruslan Ermilov2001-09-071-4/+1
* SECURITY: Drop `setgid kmem' bit as early as possible.Ruslan Ermilov2001-08-311-0/+1
* Make `rttrash' variable (#routes not in table but not freed) visibleRuslan Ermilov2001-06-291-1/+3
* - create an entry of IPV6CTL_STATS sysctl.Hajimu UMEMOTO2001-06-281-4/+4
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.Ruslan Ermilov2001-06-231-1/+5
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,Bosko Milekic2001-06-221-2/+17
* remove warningsAssar Westerlund2001-06-151-20/+1
* remove K&R supportAssar Westerlund2001-06-151-20/+15
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-12/+36
* First round of netstat(1) cleanup.Ruslan Ermilov2001-06-151-26/+21
* remove most of the warningsAssar Westerlund2001-06-151-19/+14
* add the option -S for printing port numbers symbolically but addressesAssar Westerlund2001-06-151-4/+8
* Restore -M -N support for -m.Ruslan Ermilov2001-06-141-3/+19