diff options
author | 2012-01-07 05:38:12 +0000 | |
---|---|---|
committer | 2012-01-07 05:38:12 +0000 | |
commit | a60854cd771b1242c05e54c0876427927f6cf4ce (patch) | |
tree | 03611ca589f371ecc9ea9ab27393d5e60a1e733d /lib/libkvm/shlib_version | |
parent | Add tests for IPv6 fragment reassembly. Hand-crafted ping6 (diff) | |
download | wireguard-openbsd-a60854cd771b1242c05e54c0876427927f6cf4ce.tar.xz wireguard-openbsd-a60854cd771b1242c05e54c0876427927f6cf4ce.zip |
Add rtable id and thread id to struct kinfo_proc (and fix process id)
and add an 'rtableid' keyword to ps.
Add rtable id, thread id, and socket splice info to struct kinfo_file2
and make fstat display socket splice information.
Remove old KVM_PROC2 and kinfo_proc2 interfaces; bump libkvm major
Socket splice info and corrections from bluhm@ "Lovely" deraadt@
Diffstat (limited to 'lib/libkvm/shlib_version')
-rw-r--r-- | lib/libkvm/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkvm/shlib_version b/lib/libkvm/shlib_version index f461c533903..56246d02b24 100644 --- a/lib/libkvm/shlib_version +++ b/lib/libkvm/shlib_version @@ -1,2 +1,2 @@ -major=11 +major=12 minor=0 |