| Age | Commit message (Expand) | Author |
| 2007-08-30 | bump date | jnemeth |
| 2007-08-30 | PR/36867 - Zafer Aydogan -- trsp is no longer | jnemeth |
| 2007-07-30 | Add xref to sockstat, from Zafer Aydogan in PR misc/36706. | pavel |
| 2007-07-19 | rt_key() is no more. Use rt_getkey(). | dyoung |
| 2007-07-10 | Make netstat build again. I don't see why it has any business dumping | ad |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-04-27 | Fall back to kvm interface for protocols that do not yet | mlelstv |
| 2007-03-07 | Add new IPv6 Fast Forward statistics | liamjfoy |
| 2007-02-18 | Make this compile after TSEL() const poisoning | hubertf |
| 2007-01-17 | Remove duplicate #includes | hubertf |
| 2006-12-23 | Don't print "default" when the netmask is non-zero. | jdc |
| 2006-11-15 | PR/35056: Keiichi Shima: netstat does not compile in crunched environment | elad |
| 2006-10-13 | Refactor code a bit so we only use kmem when we really need it. | elad |
| 2006-10-03 | avoid signed/unsigned error when computing mask lengths for empty | mlelstv |
| 2006-09-27 | Good intentions are still intentions. If we can't open kvm, but we still | elad |
| 2006-09-22 | PR/31347: Geoff C. Wing: netstat err message is ambiguous about cause | elad |
| 2006-09-16 | We now have CARP, so don't skip IFT_CARP in link_print(). | elad |
| 2006-09-14 | - Back to using kvm if we have access to it, since the sysctl stats do not | christos |
| 2006-09-14 | print "-"'s for the statistics that we don't support in the sysctl interface | christos |
| 2006-09-05 | Import of TCP ECN algorithm for congestion control. | rpaulo |
| 2006-08-26 | Conditionalize XNS support. No longer enabled. | matt |
| 2006-08-22 | well, the || needed to be an && and the operand order needed to be changed. | christos |
| 2006-08-21 | Fix another && || confusion, from Kurt Schreiner, thanks! | christos |
| 2006-08-17 | Don't use || if you need &&. | christos |
| 2006-08-17 | Revert previous. | rpaulo |
| 2006-08-17 | Adapt to ECN. | rpaulo |
| 2006-06-20 | It's not an error if we can't print CARP stats, it just means it's not built | rpaulo |
| 2006-06-09 | PR/33677: Scott Ellis: Building with MKINET6=no causes netstat to fail compiling | christos |
| 2006-06-04 | another netstat fix, Kurt Schreiner. thanx! | elad |
| 2006-06-04 | fix logic; from Kurt Schreiner | elad |
| 2006-05-31 | Don't print an error if kernel doesn't have INET6 support. | rpaulo |
| 2006-05-28 | Make netstat use sysctl when dumping routing tables/stats. | elad |
| 2006-05-27 | be quiet if symbol not in namelist, nothing cares | elad |
| 2006-05-23 | Fix carp_stats() prototype location. | rpaulo |
| 2006-05-21 | check if malloc(3) failed | liamjfoy |
| 2006-05-18 | Use PRIu64 to format uint64_t quantities, instead of %llu, in | riz |
| 2006-05-18 | Integrate Common Address Redundancy Procotol (CARP) from OpenBSD | liamjfoy |
| 2006-05-11 | nfiles -> ns_nfiles (conflicts with kernel header files and _KERNEL.) | mrg |
| 2006-04-06 | snprintf returns int, not size_t. CID 691. | rpaulo |
| 2006-04-02 | Coverity CID 2336: Fix memory leak. | christos |
| 2005-12-28 | Bump date for previous. | rpaulo |
| 2005-12-28 | Explain the netstat -B flag column. | rpaulo |
| 2005-11-21 | Convert 3 printf() calls into one puts(). | rpaulo |
| 2005-09-14 | make bpf stats #ifndef SMALL, | drochner |
| 2005-09-11 | Punctuation fix. From YOMURA Masanori in private mail. | wiz |
| 2005-09-11 | Argument is address_family, not "address family". From YOMURA Masanori in pri... | wiz |
| 2005-09-04 | Use sysctl to fetch AF_LOCAL PCB lists if reading live kernel. | elad |
| 2005-09-02 | Place the sysctl code under an if block and print an error message if the | rpaulo |
| 2005-09-02 | Request process information using sysctl(3) and not kvm(3) since bpf(4) | rpaulo |
| 2005-08-28 | Use net.inet6.{ip6,udp6,pim6,raw6}.stats for live systems. | rpaulo |