Module Name: src
Committed By: maxv
Date: Mon May 16 07:37:45 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
Mention fine-grained permissions and large pages on x86.
To generate a diff of this commit:
cvs rdiff -u -r1.2161 -r1.2162 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.2161 src/doc/CHANGES:1.2162
--- src/doc/CHANGES:1.2161 Mon May 16 04:20:13 2016
+++ src/doc/CHANGES Mon May 16 07:37:45 2016
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2161 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2162 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -289,3 +289,7 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
openssl: Import openssl 1.0.1t - security fixes [christos 20160503]
acpi(4): Updated ACPICA to 20160422. [christos 20160504]
dhcpcd(8): Import dhcpcd-6.11.0 [roy 20160509]
+ x86: Map the kernel image segments independently with fine-grained
+ permissions on amd64 and i386. [maxv 20160514]
+ x86: Use processor-specific features to optimize memory access time to
+ the kernel image on amd64 and i386. [maxv 20160515]