| Age | Commit message (Expand) | Author |
| 2013-11-23 | Update for new pcb tailq's. | christos |
| 2013-10-19 | use correct function and symbolic constants | christos |
| 2013-10-19 | use new scopeid functions | christos |
| 2013-10-18 | Make the -f option accept multiple address families. | bad |
| 2013-10-18 | - avoid pointer gymnastics | christos |
| 2013-06-20 | Not all pointers are 64bit - use uintptr_t instead of uint64_t. | martin |
| 2013-06-19 | Don't use -P as a kmem printer, verify that the address points to a pcb first! | christos |
| 2013-04-15 | PR/47744: Frank Kardel: netstat -s stops output prematurely when ipsec is not | christos |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2013-01-28 | Use sysctl based code netstat -r. Remove support for post-mortem | joerg |
| 2012-12-14 | Fix memory leak. | msaitoh |
| 2012-10-19 | Add -t flag. | msaitoh |
| 2012-10-19 | Add note about -l option. Fixes PR#47085 reported by Julian Fagir. | msaitoh |
| 2012-10-19 | Line up total numbers again (for -b case and -X case). | msaitoh |
| 2012-09-25 | Sort -h option properly (not between -I and -i) | pgoyette |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2012-03-20 | Use C89 function definitions | matt |
| 2012-02-12 | PR/44889: Yamamoto Takashi: netstat -d option is broken (from Elad) | christos |
| 2012-01-06 | split the ipsec.c source file into the pfkey part which is shared | drochner |
| 2012-01-06 | more IPSEC header cleanup: don't install unneeded headers to userland, | drochner |
| 2011-12-24 | use the names from the include files. | christos |
| 2011-11-11 | Move RTF_ANNOUNCE flag so that it no longer conflicts with RTF_PROTO2. | gdt |
| 2011-10-04 | PR/43968 -- add 'segqlen' of TCPCB to 'netstat -P'. | shattered |
| 2011-09-16 | Use __dead | joerg |
| 2011-08-16 | document non-literal format strings | christos |
| 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 |