git: 1329d8557a - main - 14.4/relnotes: add additional DTrace provider man pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Mar 2026 04:36:33 UTC
The branch main has been updated by vladlen:
URL: https://cgit.FreeBSD.org/doc/commit/?id=1329d8557a747e63b556750ba3ebed07252ad59c
commit 1329d8557a747e63b556750ba3ebed07252ad59c
Author: Vladlen Popolitov <vladlen@FreeBSD.org>
AuthorDate: 2026-03-08 04:35:53 +0000
Commit: Vladlen Popolitov <vladlen@FreeBSD.org>
CommitDate: 2026-03-08 04:35:53 +0000
14.4/relnotes: add additional DTrace provider man pages
dtrace_fbt(4) was included into relnotes due to Relnotes: key word in
the commit. This information is not full, if it does not include reference
to other man pages for dtrace provider created in 14.4R. This patch
adds information about all providers man pages related to this release.
Approved by: re (implicit)
Differential Revision: https://reviews.freebsd.org/D55704
---
website/content/en/releases/14.4R/relnotes.adoc | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/website/content/en/releases/14.4R/relnotes.adoc b/website/content/en/releases/14.4R/relnotes.adoc
index 2d6c897f7c..a5aac7cb48 100644
--- a/website/content/en/releases/14.4R/relnotes.adoc
+++ b/website/content/en/releases/14.4R/relnotes.adoc
@@ -519,8 +519,12 @@ gitref:f18a49a747f7[repository=src].
The man:write[2] manual page now includes a new section describing the atomicity guarantees of write operations.
gitref:c19f161f5f65[repository=src].
-The man:dtrace_fbt[4] man page is added, documenting the DTrace fbt provider.
-gitref:0c91fa982437[repository=src].
+Manual pages for several DTrace providers have been added, including man:dtrace_fbt[4] (function boundary tracing), man:dtrace_vfs[4] (VFS activity), man:dtrace_pid[4] (user-level process tracing),man:dtrace_priv[4] (privilege checks), and man:dtrace_callout_execute[4] (callout handler execution).
+gitref:0c91fa982437[repository=src],
+gitref:04bb91e9c5f7[repository=src],
+gitref:ff6b04c37e78[repository=src],
+gitref:f69bf8f994e5[repository=src],
+gitref:7d43404485bf[repository=src].
man:linuxkpi[4] and man:linuxkpi_wlan[4] manual pages have been added providing brief documentation on the LinuxKPI and its 802.11 compatibility features.
gitref:669062384f55[repository=src].