Module Name: src
Committed By: jym
Date: Tue May 4 23:31:54 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
xen: Enable no-execute bit feature for i386pae and amd64 kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.1390 -r1.1391 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.1390 src/doc/CHANGES:1.1391
--- src/doc/CHANGES:1.1390 Tue May 4 12:45:11 2010
+++ src/doc/CHANGES Tue May 4 23:31:54 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1390 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1391 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -605,3 +605,5 @@
hpcsh: Add sysinst(8) support. [tsutsui 20100503]
sandpoint: Added support for Marvell-SKnet in netboot.
[phx 20100503]
+ xen: Enable no-execute bit feature for i386pae and amd64 kernels.
+ [jym 20100505]