From 2e5699fb9cd810fd3d5edb6f9c95d7982ae03f9b Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 11 Oct 2022 16:12:01 -0400 Subject: [PATCH] RELNOTES: Add an entry for dtrace_kinst(4) --- RELNOTES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELNOTES b/RELNOTES index 158acbf81fd..e962ad3ee3e 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.