| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 11 | -44/+0 |
| * | Fix typo. | Rebecca Cran | 2010-11-27 | 1 | -1/+1 |
| * | Restore the (state) and \n printout when not using -T. | George V. Neville-Neil | 2010-11-22 | 1 | -2/+3 |
| * | When netstat was run with -i/-I and -w1 to produce running counters, the idrop | Ryan Stone | 2010-11-18 | 1 | -0/+1 |
| * | Add new, per connection, statistics for TCP, including: | George V. Neville-Neil | 2010-11-17 | 4 | -18/+39 |
| * | Remove superfluous cast in usr.bin/netstat/sctp.c. | Dimitry Andric | 2010-10-08 | 1 | -1/+1 |
| * | Show hostcache statistics. | Ruslan Ermilov | 2010-10-05 | 1 | -0/+3 |
| * | Remove more extraneous ;s. | Ed Maste | 2010-07-15 | 1 | -1/+1 |
| * | Now fix functionality of 'netstat -f netgraph' that hasn't worked | Gleb Smirnoff | 2010-03-12 | 1 | -3/+3 |
| * | Prefer vocabulary of 'Current' and 'Limit' to 'Value' and 'Maximum' in | Robert Watson | 2010-03-01 | 1 | -1/+1 |
| * | Teach netstat -Q to work with -N and -M by adding libkvm versions of data | Robert Watson | 2010-03-01 | 3 | -26/+278 |
| * | Update date on netstat(1) for -Q. | Robert Watson | 2010-02-22 | 1 | -1/+1 |
| * | Teach netstat(1) to print out netisr statistics when given the -Q argument. | Robert Watson | 2010-02-22 | 5 | -4/+298 |
| * | Add a new option, -q howmany, which when used in conjuction with -w, | Xin LI | 2010-01-11 | 4 | -3/+18 |
| * | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 11 | -0/+20 |
| * | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 11 | -20/+0 |
| * | Remove -t from the manpage and usage. | John Baldwin | 2009-12-01 | 2 | -6/+3 |
| * | Unbreak user space after if_timer/if_watchdog removal in r199975. | Bjoern A. Zeeb | 2009-12-01 | 3 | -11/+0 |
| * | Add more statistics variables for IPcomp. | Bjoern A. Zeeb | 2009-11-29 | 1 | -0/+10 |
| * | Add the possibility to show informations about dropped packets on the | Attilio Rao | 2009-11-25 | 1 | -4/+13 |
| * | Print routing statistics as unsigned short rather than unsigned int, | Robert Watson | 2009-10-15 | 1 | -5/+5 |
| * | netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were required | Robert Watson | 2009-10-05 | 3 | -7/+26 |
| * | In netstat -x, do not try to print out tcp timer status for udp sockets. | Mike Silbersack | 2009-09-23 | 1 | -8/+10 |
| * | Add the ability to see TCP timers via netstat -x. This can be a useful | Mike Silbersack | 2009-09-16 | 2 | -7/+20 |
| * | Add ARP statistics to the kernel and netstat. | George V. Neville-Neil | 2009-09-03 | 3 | -0/+47 |
| * | Add manual page links to advertise procstat(1) a little better. | Edward Tomasz Napierala | 2009-07-09 | 1 | -1/+2 |
| * | Implement the -z (zero counters) option for the various bpf counters. | Christian S.J. Peron | 2009-06-19 | 2 | -1/+9 |
| * | Convert the two dimensional array to be malloced and introduce | Bjoern A. Zeeb | 2009-06-01 | 1 | -11/+14 |
| * | Add MLDv2 statistic IDs to netstat for IPv6 stack. | Bruce M Simpson | 2009-04-29 | 1 | -3/+3 |
| * | Bracket struct mfc and struct rtdetq with #ifdef _KERNEL. | Bruce M Simpson | 2009-04-21 | 1 | -0/+3 |
| * | Fix size_t merge-o. | Bruce M Simpson | 2009-03-19 | 1 | -1/+1 |
| * | Introduce a number of changes to the MROUTING code. | Bruce M Simpson | 2009-03-19 | 3 | -121/+196 |
| * | Correct a number of evolved problems with inp_vflag and inp_flags: | Robert Watson | 2009-03-15 | 1 | -1/+1 |
| * | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | Bruce M Simpson | 2009-03-09 | 1 | -19/+100 |
| * | Now that ifmcstat(8) does not suck, retire host-mode netstat -g. | Bruce M Simpson | 2009-02-15 | 5 | -226/+11 |
| * | Remove the single global unlocked route cache ip6_forward_rt | Bjoern A. Zeeb | 2009-02-01 | 1 | -2/+0 |
| * | o Respect -ss flags (suppress zero counters) for icmp6 "histogram | Maxim Konovalov | 2009-01-13 | 1 | -1/+2 |
| * | Fix usage() with SYNOPSIS. | Ruslan Ermilov | 2009-01-10 | 1 | -5/+6 |
| * | Fix markup and spelling. | Ruslan Ermilov | 2009-01-10 | 1 | -4/+7 |
| * | Fix crash with "netstat -m -N foo". | Ruslan Ermilov | 2009-01-10 | 1 | -1/+1 |
| * | o With -L flag show unix sockets listen queues stats. It is useful | Maxim Konovalov | 2008-12-31 | 2 | -7/+18 |
| * | o Fix grammar. | Maxim Konovalov | 2008-12-26 | 1 | -1/+1 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -27/+11 |
| * | Fix a printing problem when using the -L flag to netstat caused | George V. Neville-Neil | 2008-11-28 | 1 | -13/+16 |
| * | Use strlcpy() when we mean it. | Xin LI | 2008-10-17 | 2 | -6/+3 |
| * | add new build knobs and jigger some existing controls to improve | Sam Leffler | 2008-09-21 | 3 | -5/+20 |
| * | Minimize changes CURRENT<->releng7. | David E. O'Brien | 2008-09-01 | 4 | -9/+8 |
| * | Add ECN stats. | Rui Paulo | 2008-08-26 | 1 | -0/+5 |
| * | Fix build | Maksim Yevmenkin | 2008-07-29 | 1 | -1/+1 |
| * | Update the kernel to count the number of mbufs and clusters | George V. Neville-Neil | 2008-05-15 | 4 | -11/+67 |