| Age | Commit message (Expand) | Author |
| 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 |
| 2005-08-28 | Use net.inet6.tcp6.pcblist, net.inet6.tcp6.stats (not implemented yet) and | rpaulo |
| 2005-08-12 | Use PRIxPTR when printing a pointer. | elad |
| 2005-08-08 | Replace usage of caddr_t with intptr_t, to allow this to build cleanly | he |
| 2005-08-07 | Use sysctl to read live kernel PF_INET PCBs. | elad |
| 2005-08-06 | Use sysctl to fetch IP, ICMP, TCP, and UDP statistics. | elad |
| 2005-08-06 | Explained how -B works and how it works in conjunction with -I or -s. | rpaulo |
| 2005-08-05 | Fix printing formats. | elad |
| 2005-08-04 | Added #include <kvm.h> since netstat.h, which is included too, needs it. | rpaulo |
| 2005-08-04 | Added bpf.c. | rpaulo |
| 2005-08-04 | Implemented the userland part of the BPF statistics and BPF peers, | rpaulo |
| 2005-03-04 | For connected local domain sockets that don't have a "local" name, | atatat |
| 2005-03-04 | Print the pcb address like the man page says, not the socket address. | atatat |
| 2005-02-13 | print the proper pointer for the pcb address. otherwise, all the udp6 | atatat |
| 2005-01-10 | Only compile in IPv6 support if ${USE_INET6} != "no" | lukem |
| 2004-11-16 | NI_WITHSCOPEID was not picked up by IETF standardization process | itojun |
| 2004-11-16 | NI_WITHSCOPEID was not picked up by IETF standardization process. | itojun |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-09-06 | Make it compile on ports where u_quad_t is not printf-format-compatible | martin |
| 2004-09-04 | IPv4 PIM support, from the submission of Pavlin Radoslavov on tech-net@ | manu |
| 2004-07-17 | Rework sys/netipsec/ipsec_netbsd.c to present a more consistent tree. | atatat |