diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2019-08-22 01:18:36 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2019-08-22 01:18:36 +0000 |
| commit | 1689dc666cc88dead070666fa00b8a4fda09c5c0 (patch) | |
| tree | 16b49bf48f0df1b9b8d4339f6f98c524223f9b7b | |
| parent | df9bc7df422a3c517817d1739504e0c8c8185d5a (diff) | |
Notes
| -rw-r--r-- | RELNOTES | 5 |
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). |
