aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* -c flag (cache stats) was killed in rev. 1.68. Fix getopt(3) andMaxim Konovalov2004-10-201-2/+2
* Print link level address on vlan interfaces using ether_ntoa(), to makeGleb Smirnoff2004-07-281-0/+1
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-281-6/+6
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-2614-78/+82
* Add SACK statistics to netstat.Paul Saab2004-06-291-0/+10
* Make netstat(1) more closely follow documented behaviour. If a TCPBruce M Simpson2004-06-161-1/+2
* Add missing dot and newline in a message.Max Khon2004-06-021-1/+1
* Bring in mbuma to replace mballoc.Bosko Milekic2004-05-314-200/+9
* Bumped document date.Ruslan Ermilov2004-05-191-2/+2
* Output style nit.Ruslan Ermilov2004-05-121-1/+1
* Add the bad reset statistic (corresponds to tcp_input.c rev 1.235)Mike Silbersack2004-04-261-0/+1
* Replace ROUNDUP/ADVANCE with SA_SIZELuigi Rizzo2004-04-131-7/+1
* Show link-level multicast packet counters with the -a option.Ruslan Ermilov2004-04-121-2/+14
* Fixed alignment of multicast addresses when printing that gotRuslan Ermilov2004-04-121-2/+4
* Sort SRCS in Makefile and document -g option additions.Bruce M Simpson2004-03-252-2/+3
* 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-254-2/+154
* More cleanups:Ruslan Ermilov2004-03-181-20/+20
* NULL -> 0.Ruslan Ermilov2004-03-171-1/+1
* Do not print a warning about net.inet.pim.stats if errno isDag-Erling Smørgrav2004-03-121-1/+2
* Fixed misspellings of 0 as NULL.Bruce Evans2004-03-111-3/+3
* printed statistics about source address selection rules.Hajimu UMEMOTO2004-02-051-0/+25
* stops program if kvm_read fails.Hajimu UMEMOTO2004-02-051-2/+3
* - support hmac-ripemd160.Hajimu UMEMOTO2004-02-051-1/+10
* print stats on SPD cache lookups.Hajimu UMEMOTO2004-02-051-0/+5
* - %d is 12 chars, not 10. use NI_MAX* where appropriate.Hajimu UMEMOTO2004-02-051-67/+52
* Use floating point instead of unsigned long longs in percentageBruce Evans2003-12-291-13/+13
* Fixed missing declaration of pluralies(). This showed up as strangeBruce Evans2003-12-292-0/+3
* Fixed style bugs created in rev.1.27 by removing "__P(" and its closing ")"Bruce Evans2003-12-291-75/+75
* Teach netstat about the new sendfile statistics.Mike Silbersack2003-12-281-0/+4
* Clean up the style of the previous commit, and fix a fewMike Silbersack2003-12-271-7/+5
* Teach netstat to read and display the new sfbuf statistics.Mike Silbersack2003-12-271-0/+12
* Fix percentages by using long long to hold values for 'space',Alfred Perlstein2003-12-261-9/+12
* I asked Bosko Milekic for help with 'peak' reporting, and he suggestedAlfred Perlstein2003-12-231-2/+2
* Restore old netstat -m output.Alfred Perlstein2003-12-234-31/+76
* Fix some minor nits in netstat whereby large interface names would beBruce M Simpson2003-11-283-7/+25
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-312-19/+8
* Print the correct ICMP statistics for "no return routes".Ruslan Ermilov2003-10-231-1/+1
* remove unneeded include of route.hSam Leffler2003-10-031-0/+1
* 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