Module Name: src
Committed By: jdolecek
Date: Sat Jun 23 11:54:06 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
remove the xen XSAVE entry, needs more work before it can be enabled
To generate a diff of this commit:
cvs rdiff -u -r1.2402 -r1.2403 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.2402 src/doc/CHANGES:1.2403
--- src/doc/CHANGES:1.2402 Thu Jun 21 12:02:15 2018
+++ src/doc/CHANGES Sat Jun 23 11:54:06 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2402 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2403 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -164,6 +164,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
virtio(4): Add MMIO transport and fdt(4) attachment. [jakllsch 20180606]
arm: Add support for QEMU ARM Virtual Machine ("virt"). [jmcneill 20180614]
arm: Add support for Rockchip RK3328 SoC. [jmcneill 20180615]
- xen: Enabled XSAVE and AVX support on hardware with proper XSAVE
- support, PR kern/50332. [jdolecek 20180619]
dhcpcd: Import 7.0.6. [roy 20180621]