| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'. | cvs2svn | 2005-04-20 | 1 | -1/+0 |
| * | MFC: rev 1.10 tcp_sack.c, 1.118 tcp_var.h, 1.69 inet.c | Paul Saab | 2005-04-19 | 1 | -0/+1 |
| * | MFC Common Address Redundancy Protocol implementation. | Gleb Smirnoff | 2005-03-21 | 3 | -0/+50 |
| * | Merge ipx.c:1.21-1.23 from HEAD to RELENG_5: | Robert Watson | 2005-02-25 | 1 | -20/+14 |
| * | MFC: For variables that are only checked with defined(), don't provide | David E. O'Brien | 2005-02-13 | 1 | -1/+1 |
| * | Print link level address on vlan interfaces using ether_ntoa(), to make | Gleb Smirnoff | 2004-07-28 | 1 | -0/+1 |
| * | Use the length modifier 'll' instead of 'q' to print long longs. | Stefan Farfeleder | 2004-07-28 | 1 | -6/+6 |
| * | Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3). | Philippe Charnier | 2004-07-26 | 14 | -78/+82 |
| * | Add SACK statistics to netstat. | Paul Saab | 2004-06-29 | 1 | -0/+10 |
| * | Make netstat(1) more closely follow documented behaviour. If a TCP | Bruce M Simpson | 2004-06-16 | 1 | -1/+2 |
| * | Add missing dot and newline in a message. | Max Khon | 2004-06-02 | 1 | -1/+1 |
| * | Bring in mbuma to replace mballoc. | Bosko Milekic | 2004-05-31 | 4 | -200/+9 |
| * | Bumped document date. | Ruslan Ermilov | 2004-05-19 | 1 | -2/+2 |
| * | Output style nit. | Ruslan Ermilov | 2004-05-12 | 1 | -1/+1 |
| * | Add the bad reset statistic (corresponds to tcp_input.c rev 1.235) | Mike Silbersack | 2004-04-26 | 1 | -0/+1 |
| * | Replace ROUNDUP/ADVANCE with SA_SIZE | Luigi Rizzo | 2004-04-13 | 1 | -7/+1 |
| * | Show link-level multicast packet counters with the -a option. | Ruslan Ermilov | 2004-04-12 | 1 | -2/+14 |
| * | Fixed alignment of multicast addresses when printing that got | Ruslan Ermilov | 2004-04-12 | 1 | -2/+4 |
| * | Sort SRCS in Makefile and document -g option additions. | Bruce M Simpson | 2004-03-25 | 2 | -2/+3 |
| * | Output style: Get rid of an unnecessary newline. | Bruce M Simpson | 2004-03-25 | 1 | -1/+0 |
| * | Teach netstat(1) how to print the multicast group memberships present | Bruce M Simpson | 2004-03-25 | 4 | -2/+154 |
| * | More cleanups: | Ruslan Ermilov | 2004-03-18 | 1 | -20/+20 |
| * | NULL -> 0. | Ruslan Ermilov | 2004-03-17 | 1 | -1/+1 |
| * | Do not print a warning about net.inet.pim.stats if errno is | Dag-Erling Smørgrav | 2004-03-12 | 1 | -1/+2 |
| * | Fixed misspellings of 0 as NULL. | Bruce Evans | 2004-03-11 | 1 | -3/+3 |
| * | printed statistics about source address selection rules. | Hajimu UMEMOTO | 2004-02-05 | 1 | -0/+25 |
| * | stops program if kvm_read fails. | Hajimu UMEMOTO | 2004-02-05 | 1 | -2/+3 |
| * | - support hmac-ripemd160. | Hajimu UMEMOTO | 2004-02-05 | 1 | -1/+10 |
| * | print stats on SPD cache lookups. | Hajimu UMEMOTO | 2004-02-05 | 1 | -0/+5 |
| * | - %d is 12 chars, not 10. use NI_MAX* where appropriate. | Hajimu UMEMOTO | 2004-02-05 | 1 | -67/+52 |
| * | Use floating point instead of unsigned long longs in percentage | Bruce Evans | 2003-12-29 | 1 | -13/+13 |
| * | Fixed missing declaration of pluralies(). This showed up as strange | Bruce Evans | 2003-12-29 | 2 | -0/+3 |
| * | Fixed style bugs created in rev.1.27 by removing "__P(" and its closing ")" | Bruce Evans | 2003-12-29 | 1 | -64/+64 |
| * | Teach netstat about the new sendfile statistics. | Mike Silbersack | 2003-12-28 | 1 | -0/+4 |
| * | Clean up the style of the previous commit, and fix a few | Mike Silbersack | 2003-12-27 | 1 | -7/+5 |
| * | Teach netstat to read and display the new sfbuf statistics. | Mike Silbersack | 2003-12-27 | 1 | -0/+12 |
| * | Fix percentages by using long long to hold values for 'space', | Alfred Perlstein | 2003-12-26 | 1 | -9/+12 |
| * | I asked Bosko Milekic for help with 'peak' reporting, and he suggested | Alfred Perlstein | 2003-12-23 | 1 | -2/+2 |
| * | Restore old netstat -m output. | Alfred Perlstein | 2003-12-23 | 4 | -31/+76 |
| * | Fix some minor nits in netstat whereby large interface names would be | Bruce M Simpson | 2003-11-28 | 3 | -7/+25 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 2 | -19/+8 |
| * | Print the correct ICMP statistics for "no return routes". | Ruslan Ermilov | 2003-10-23 | 1 | -1/+1 |
| * | remove unneeded include of route.h | Sam Leffler | 2003-10-03 | 1 | -0/+1 |
| * | 1. Add support for printing PIM-related statistics with | Jeffrey Hsu | 2003-08-07 | 5 | -1/+136 |
| * | * Use sysctlbyname(3) to print statistics about the MFC and | Jeffrey Hsu | 2003-08-05 | 1 | -6/+24 |
| * | Revert last delta. | Ruslan Ermilov | 2003-05-21 | 1 | -10/+3 |
| * | Make the mb_alloc low-watermark sysctl-tunable read-only and make | Bosko Milekic | 2003-05-15 | 1 | -0/+4 |
| * | Back out support for RFC3514. | Matthew N. Dodd | 2003-04-02 | 1 | -1/+0 |
| * | Implement support for RFC 3514 (The Security Flag in the IPv4 Header). | Matthew N. Dodd | 2003-04-01 | 1 | -0/+1 |
| * | Document the undcumnt -l option (that's a lowercase `el'). | Giorgos Keramidas | 2003-03-26 | 1 | -3/+10 |