aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-08-22 01:18:36 +0000
committerMark Johnston <markj@FreeBSD.org>2019-08-22 01:18:36 +0000
commit1689dc666cc88dead070666fa00b8a4fda09c5c0 (patch)
tree16b49bf48f0df1b9b8d4339f6f98c524223f9b7b
parentdf9bc7df422a3c517817d1739504e0c8c8185d5a (diff)
Notes
-rw-r--r--RELNOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index d9bca7b337fe0..6102b903f004c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,11 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+r351361:
+ Add probes for lockmgr(9) to the lockstat DTrace provider, add
+ corresponding lockstat(1) events, and document the new probes in
+ dtrace_lockstat.4.
+
r351201:
Add a vop_stdioctl() call, so that file systems that do not support
holes will have a trivial implementation of lseek(SEEK_DATA/SEEK_HOLE).