git: 0cd475f86b09 - main - Document 7f911abe's new functions came in 11.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Dec 2021 00:19:14 UTC
The branch main has been updated by obrien:
URL: https://cgit.FreeBSD.org/src/commit/?id=0cd475f86b09144843258dfcbc95af649aab7cec
commit 0cd475f86b09144843258dfcbc95af649aab7cec
Author: David E. O'Brien <obrien@FreeBSD.org>
AuthorDate: 2021-12-16 00:14:16 +0000
Commit: David E. O'Brien <obrien@FreeBSD.org>
CommitDate: 2021-12-16 00:18:59 +0000
Document 7f911abe's new functions came in 11.0
Document that the 7f911abe "Add support to libkvm for reading vmcores
from other architectures." added functions appeared first in FreeBSD 11.0.
---
lib/libkvm/kvm.3 | 9 +++++++++
lib/libkvm/kvm_nlist.3 | 5 +++++
lib/libkvm/kvm_open.3 | 5 +++++
lib/libkvm/kvm_read.3 | 5 +++++
4 files changed, 24 insertions(+)
diff --git a/lib/libkvm/kvm.3 b/lib/libkvm/kvm.3
index fbddcd475cc8..45e095ede2b6 100644
--- a/lib/libkvm/kvm.3
+++ b/lib/libkvm/kvm.3
@@ -161,3 +161,12 @@ and
.Xr sysctl 3 ,
.Xr kmem 4 ,
.Xr mem 4
+.Sh HISTORY
+The
+.Fn kvm_native ,
+.Fn kvm_nlist2 ,
+.Fn kvm_open2 ,
+and
+.Fn kvm_read2
+functions first appeared in
+.Fx 11.0 .
diff --git a/lib/libkvm/kvm_nlist.3 b/lib/libkvm/kvm_nlist.3
index c9b870e13e75..31e1c15e9cd9 100644
--- a/lib/libkvm/kvm_nlist.3
+++ b/lib/libkvm/kvm_nlist.3
@@ -116,3 +116,8 @@ If the kernel symbol table was unreadable, -1 is returned.
.Xr kvm_openfiles 3 ,
.Xr kvm_read 3 ,
.Xr kvm_write 3
+.Sh HISTORY
+The
+.Fn kvm_nlist2
+function first appeared in
+.Fx 11.0 .
diff --git a/lib/libkvm/kvm_open.3 b/lib/libkvm/kvm_open.3
index f66e7af10efd..2b4a784447dd 100644
--- a/lib/libkvm/kvm_open.3
+++ b/lib/libkvm/kvm_open.3
@@ -269,3 +269,8 @@ of the Sun library and the desire to have a backward-compatible library
for
.Bx
left little choice.
+.Sh HISTORY
+The
+.Fn kvm_open2
+function first appeared in
+.Fx 11.0 .
diff --git a/lib/libkvm/kvm_read.3 b/lib/libkvm/kvm_read.3
index 19a1aafea780..83870a24d188 100644
--- a/lib/libkvm/kvm_read.3
+++ b/lib/libkvm/kvm_read.3
@@ -104,3 +104,8 @@ Otherwise, -1 is returned.
.Xr kvm_nlist 3 ,
.Xr kvm_open 3 ,
.Xr kvm_openfiles 3
+.Sh HISTORY
+The
+.Fn kvm_read2
+function first appeared in
+.Fx 11.0 .