Module Name: src
Committed By: maxv
Date: Mon Apr 13 06:24:52 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Note PAC and BTI.
To generate a diff of this commit:
cvs rdiff -u -r1.2669 -r1.2670 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2669 src/doc/CHANGES:1.2670
--- src/doc/CHANGES:1.2669 Sun Apr 5 21:56:04 2020
+++ src/doc/CHANGES Mon Apr 13 06:24:52 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2669 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2670 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -169,3 +169,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
xen: remove legacy rx-flip support from xennet(4) and xvif(4)
[jdolecek 20200405]
OpenSSL: Imported 1.1.1f. [christos 20200405]
+ aarch64: Add support for Pointer Authentication (PAC).
+ [maxv 20200412]
+ aarch64: Add support for Branch Target Identification (BTI).
+ [maxv 20200413]