summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index b089236ae6067..43cad369ba18d 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.
+r351522:
+ Add kernel-side support for in-kernel Transport Layer Security
+ (KTLS). KTLS permits using sendfile(2) over sockets using
+ TLS.
+
r351361:
Add probes for lockmgr(9) to the lockstat DTrace provider, add
corresponding lockstat(1) events, and document the new probes in
@@ -65,6 +70,9 @@ r350307:
libcap_random(3) has been removed. Applications can use native
APIs to get random data in capability mode.
+r349529,r349530:
+ Add support for using unmapped mbufs with sendfile(2).
+
r349352:
nand(4) and related components have been removed.