summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* Do not print a warning about net.inet.pim.stats if errno isdes2004-03-121-1/+2
* Fixed misspellings of 0 as NULL.bde2004-03-111-3/+3
* printed statistics about source address selection rules.ume2004-02-051-0/+25
* stops program if kvm_read fails.ume2004-02-051-2/+3
* - support hmac-ripemd160.ume2004-02-051-1/+10
* print stats on SPD cache lookups.ume2004-02-051-0/+5
* - %d is 12 chars, not 10. use NI_MAX* where appropriate.ume2004-02-051-67/+52
* Use floating point instead of unsigned long longs in percentagebde2003-12-291-13/+13
* Fixed missing declaration of pluralies(). This showed up as strangebde2003-12-292-0/+3
* Fixed style bugs created in rev.1.27 by removing "__P(" and its closing ")"bde2003-12-291-75/+75
* Teach netstat about the new sendfile statistics.silby2003-12-281-0/+4
* Clean up the style of the previous commit, and fix a fewsilby2003-12-271-7/+5
* Teach netstat to read and display the new sfbuf statistics.silby2003-12-271-0/+12
* Fix percentages by using long long to hold values for 'space',alfred2003-12-261-9/+12
* I asked Bosko Milekic for help with 'peak' reporting, and he suggestedalfred2003-12-231-2/+2
* Restore old netstat -m output.alfred2003-12-234-31/+76
* Fix some minor nits in netstat whereby large interface names would bebms2003-11-283-7/+25
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-312-19/+8
* Print the correct ICMP statistics for "no return routes".ru2003-10-231-1/+1
* remove unneeded include of route.hsam2003-10-031-0/+1
* 1. Add support for printing PIM-related statistics withhsu2003-08-075-1/+136
* * Use sysctlbyname(3) to print statistics about the MFC andhsu2003-08-051-6/+24
* Revert last delta.ru2003-05-211-10/+3
* Make the mb_alloc low-watermark sysctl-tunable read-only and makebmilekic2003-05-151-0/+4
* Back out support for RFC3514.mdodd2003-04-021-1/+0
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-011-0/+1
* Document the undcumnt -l option (that's a lowercase `el').keramida2003-03-261-3/+10
* Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]peter2003-03-056-1397/+34
* o Allow "buckets" in mb_alloc to be differently sized (according tobmilekic2003-02-203-41/+64
* - Determine the size of buffers with sizeof() instead of usingrobert2003-02-101-7/+7
* o Typo/Grammar fixesmtm2003-01-143-10/+18
* Warns cleanups for netstat:dwmalone2002-09-0515-195/+194
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-247-9/+9
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causeddillon2002-07-191-0/+2
* Fix incorrect cast.kbyanc2002-07-161-1/+1
* fixed typo.suz2002-07-031-2/+2
* Use calculated column widths for the routing table display when -W iskbyanc2002-06-051-55/+208
* Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent)silby2002-05-311-1/+1
* Cast to kill warnings. De-register.markm2002-04-281-3/+3
* fix warnings; change variable/argument names that mask global names.markm2002-04-281-4/+4
* Remove GCC-specific flags and commented out cruft.markm2002-04-281-3/+0
* Some easy const fixes.markm2002-04-281-3/+3
* Print IFT_ETHER addresses with ether_ntoa(3) (with leading zeros).ru2002-04-061-13/+6
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-1/+1
* - Make ip_rtaddr() global, and use it to look up the correct sourceru2001-11-301-0/+5
* Add syncache statistics to netstat.jlemon2001-11-221-0/+16
* Fix typo.murray2001-10-231-1/+1
* Print statistics for AF_IPX.mdodd2001-10-191-0/+2
* Fixed bugs from revision 1.27. Specifically:ru2001-10-111-9/+16
* The previous change also disaligned lines with AF_IPX and AF_NSru2001-10-091-10/+10
OpenPOWER on IntegriCloud