aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* 1. Add support for printing PIM-related statistics withJeffrey Hsu2003-08-075-1/+136
* * Use sysctlbyname(3) to print statistics about the MFC andJeffrey Hsu2003-08-051-6/+24
* Revert last delta.Ruslan Ermilov2003-05-211-10/+3
* Make the mb_alloc low-watermark sysctl-tunable read-only and makeBosko Milekic2003-05-151-0/+4
* Back out support for RFC3514.Matthew N. Dodd2003-04-021-1/+0
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).Matthew N. Dodd2003-04-011-0/+1
* Document the undcumnt -l option (that's a lowercase `el').Giorgos Keramidas2003-03-261-3/+10
* Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]Peter Wemm2003-03-056-1397/+34
* o Allow "buckets" in mb_alloc to be differently sized (according toBosko Milekic2003-02-203-41/+64
* - Determine the size of buffers with sizeof() instead of usingRobert Drehmel2003-02-101-7/+7
* o Typo/Grammar fixesMike Makonnen2003-01-143-10/+18
* Warns cleanups for netstat:David Malone2002-09-0515-195/+194
* Widen struct sockbuf's sb_timeo member to int from short. WithJohn Polstra2002-07-247-9/+9
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causedMatthew Dillon2002-07-191-0/+2
* Fix incorrect cast.Kelly Yancey2002-07-161-1/+1
* fixed typo.SUZUKI Shinsuke2002-07-031-2/+2
* Use calculated column widths for the routing table display when -W isKelly Yancey2002-06-051-55/+208
* Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent)Mike Silbersack2002-05-311-1/+1
* Cast to kill warnings. De-register.Mark Murray2002-04-281-3/+3
* fix warnings; change variable/argument names that mask global names.Mark Murray2002-04-281-4/+4
* Remove GCC-specific flags and commented out cruft.Mark Murray2002-04-281-3/+0
* Some easy const fixes.Mark Murray2002-04-281-3/+3
* Print IFT_ETHER addresses with ether_ntoa(3) (with leading zeros).Ruslan Ermilov2002-04-061-13/+6
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+1
* - Make ip_rtaddr() global, and use it to look up the correct sourceRuslan Ermilov2001-11-301-0/+5
* Add syncache statistics to netstat.Jonathan Lemon2001-11-221-0/+16
* Fix typo.Murray Stokely2001-10-231-1/+1
* Print statistics for AF_IPX.Matthew N. Dodd2001-10-191-0/+2
* Fixed bugs from revision 1.27. Specifically:Ruslan Ermilov2001-10-111-9/+16
* The previous change also disaligned lines with AF_IPX and AF_NSRuslan Ermilov2001-10-091-10/+10
* Minor output formatting for 'netstat -i':Matthew N. Dodd2001-10-091-7/+7
* Re-enable mbtypes statistics in the mbuf allocator. I disabled theseBosko Milekic2001-09-301-45/+31
* Implement the ``-f address_family'' filter for -i.Ruslan Ermilov2001-09-113-3/+14
* Update usage() to match reality.Ruslan Ermilov2001-09-111-5/+12
* Yay!Ruslan Ermilov2001-09-071-236/+262
* If -s -s is specified, don't show zero multicast routing statistics.Ruslan Ermilov2001-09-072-66/+48
* Deprecate the -l option in favour of more natural -W.Ruslan Ermilov2001-09-075-15/+11
* Don't print stray socket addresses (-A) with the listen queue display (-L).Ruslan Ermilov2001-09-071-23/+20
* SECURITY: Drop `setgid kmem' bit as early as possible.Ruslan Ermilov2001-08-311-0/+1
* -a is not an options (sic).Dima Dorfman2001-08-281-1/+1
* Mention what an asterisk means in the -i display.Dima Dorfman2001-08-281-0/+4
* Don't misuse the return from snprintf.Brian Somers2001-08-201-5/+7
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-1/+0
* Add a "X KBytes of wired memory reserved" metric that representsBosko Milekic2001-07-311-11/+14
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsBosko Milekic2001-07-261-11/+7
* Use sysctl to export multicast routing statsBill Fenner2001-07-251-5/+13
* Remove whitespace at EOL.Dima Dorfman2001-07-151-13/+13
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
* Make `rttrash' variable (#routes not in table but not freed) visibleRuslan Ermilov2001-06-293-5/+17
* Fixed bogon in revision 1.37. Don't bogusly print a radix node'sRuslan Ermilov2001-06-291-8/+3