Module Name: src
Committed By: maxv
Date: Tue Dec 20 14:09:09 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
kernel modules on xen
To generate a diff of this commit:
cvs rdiff -u -r1.2225 -r1.2226 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.2225 src/doc/CHANGES:1.2226
--- src/doc/CHANGES:1.2225 Fri Dec 16 09:09:38 2016
+++ src/doc/CHANGES Tue Dec 20 14:09:09 2016
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2225 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2226 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -434,3 +434,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
PT_READ_WATCHPOINT, PT_WRITE_WATCHPOINT and
PT_COUNT_WATCHPOINTS [kamil 20161215]
rtadvd(8): Support -p <pidfile> option. [ozaki-r 20161216]
+ xen: Add support for kernel modules. [maxv 20161216]