The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=2e5699fb9cd810fd3d5edb6f9c95d7982ae03f9b
commit 2e5699fb9cd810fd3d5edb6f9c95d7982ae03f9b Author: Mark Johnston <[email protected]> AuthorDate: 2022-10-11 20:12:01 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2022-10-11 22:19:55 +0000 RELNOTES: Add an entry for dtrace_kinst(4) --- RELNOTES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELNOTES b/RELNOTES index 158acbf81fd1..e962ad3ee3e3 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,13 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +f0bc4ed144fc: + A new DTrace provider, kinst, is introduced and documented in + dtrace_kinst(4). The provider allows kernel instructions to be traced, + similar to the FBT (function boundary tracing) provider except that all + instructions may be probed instead of logical entry and return + instructions. The provider is currently amd64-only. + 0eea46fb1f83: Removed telnetd.
