Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 16:30:10 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351625 - head
Message-ID:  <201908301630.x7UGUA9Q040272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Fri Aug 30 16:30:09 2019
New Revision: 351625
URL: https://svnweb.freebsd.org/changeset/base/351625

Log:
  Add entries for unmapped mbufs and KTLS.

Modified:
  head/RELNOTES

Modified: head/RELNOTES
==============================================================================
--- head/RELNOTES	Fri Aug 30 15:40:31 2019	(r351624)
+++ head/RELNOTES	Fri Aug 30 16:30:09 2019	(r351625)
@@ -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
@@ -64,6 +69,9 @@ r350315, r350316:
 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908301630.x7UGUA9Q040272>