summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2019-08-30 16:30:09 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2019-08-30 16:30:09 +0000
commit7105f827696fd11207163ea78632411ffab4edc3 (patch)
treeb56e78e2797ac003efe131a39462ff677ec3ce64 /RELNOTES
parent7da9377b0d124ad89921f89b6d5b390aac4050e1 (diff)
downloadsrc-test-7105f827696fd11207163ea78632411ffab4edc3.tar.gz
src-test-7105f827696fd11207163ea78632411ffab4edc3.zip
Add entries for unmapped mbufs and KTLS.
Notes
Notes: svn path=/head/; revision=351625
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.