| Age | Commit message (Expand) | Author |
| 2011-07-17 | Use errx() to display kvm_openfiles error message, the provided buffer | njoly |
| 2011-06-21 | New sentence, new line. | wiz |
| 2011-06-21 | add a sentence regarding multiple tags | kefren |
| 2011-06-21 | print multiple tags if exists, comma separated | kefren |
| 2011-05-29 | Display SOCK_SEQPACKET local sockets in sockstat and netstat | manu |
| 2011-05-26 | pull in AES-GCM/GMAC support from OpenBSD | drochner |
| 2011-05-26 | Default to -Wno-sign-compare -Wno-pointer-sign for clang. | joerg |
| 2011-05-24 | copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSEC | drochner |
| 2011-05-24 | RA flood mitigation via a limit on accepted routes: | spz |
| 2011-05-23 | report aes-ctr statistic counter by name | drochner |
| 2011-05-11 | Suppress whitespace at EOL to fix lib/librumphijack/t_tcpip. | dyoung |
| 2011-05-11 | use getmicrouptime(9) rather than microtime(9) for TIME_WAIT duration | drochner |
| 2011-05-10 | Use ptrdiff_t to hold pointer difference to avoid coredump on LP64 system. | enami |
| 2011-05-05 | decode camellia-cbc in stats histogram | drochner |
| 2011-05-04 | Use %zx for _both_ size_t formats! | pgoyette |
| 2011-05-04 | On second thought, make a more conservative change: use %zx instead of | dyoung |
| 2011-05-04 | Use %zu format for size_t instead of %x. | dyoung |
| 2011-05-04 | Always try to open kmem, do not always set use_sysctl to 1, and do not | dyoung |
| 2011-05-04 | Access the kvm_t using get_kvmd(), only. | dyoung |
| 2011-05-04 | Don't use type qualifier 'register'. | dyoung |
| 2011-05-03 | Do not display expired or reclaimed vestigial TIME_WAIT entries. | dyoung |
| 2011-05-03 | Reduces the resources demanded by TCP sessions in TIME_WAIT-state using | dyoung |
| 2011-04-19 | fix some labels for ipcomp counters which didn't make sense at all | drochner |
| 2011-03-02 | Use __arraycount() and PRIu64. Delete unnecessary casts to unsigned | dyoung |
| 2011-03-01 | Pull pfsync_stats() out of inet.c and into pfsync.c so that inet.c does | dyoung |
| 2011-02-04 | Use RT_ROUNDUP() and friends from sys/route.h instead of homegrown | martin |
| 2011-02-01 | Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket | matt |
| 2010-12-15 | Deal with crunch the standard way. | pooka |
| 2010-12-15 | Make this build with CRUNCHEDPROG defined, and default to the sysctl() | he |
| 2010-12-13 | Add netstat rump client. For now, it always sets -X, i.e. will | pooka |
| 2010-12-06 | Insert word "mbuf" to description of -m (so you can search for it). | pooka |
| 2010-07-09 | Line up total numbers again. | enami |
| 2010-06-30 | Bump date for previous (mpls). | wiz |
| 2010-06-29 | Add mpls into family address list | kefren |
| 2010-06-27 | Add -T flag, that shows tags in route output | kefren |
| 2010-06-26 | add MPLS clue for showing routes | kefren |
| 2010-04-22 | no need to forward declare struct uio and proc before including | plunky |
| 2010-04-22 | it is not [any longer] necessary to #define _KERNEL while including | plunky |
| 2010-02-24 | Add -h, which makes output of bytes counts "humanized" (e.g. -bih) | pooka |
| 2009-12-07 | PR/42243: Yasuoka Masahiko: Add support for "net.inet.icmp.bmcastecho" support. | christos |
| 2009-09-27 | protecting sockaddr_in6 with -DINET6 | plunky |
| 2009-09-14 | Import pfsync support from OpenBSD 4.2 | degroote |
| 2009-09-13 | Use PRIu64 for printf'ing stuff. Fixes build breakage on part-amd64 | pgoyette |
| 2009-09-13 | Put some unsigned long long casts (as was in the original printing code). | elad |
| 2009-09-13 | Fix section for sysctl xref (it is 3, not 2). | wiz |
| 2009-09-13 | Checkin work in progress to make netstat use sysctl rather than kvm(3). | elad |
| 2009-06-28 | Fix typo | dholland |
| 2009-05-28 | fix typo (Silas Silva) | christos |
| 2009-04-12 | Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare). | lukem |
| 2009-03-11 | Fix markup | joerg |