Module Name:    src
Committed By:   snj
Date:           Fri Apr 23 04:21:59 UTC 2010

Modified Files:
        src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1380.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.11 src/doc/CHANGES-5.0.3:1.1.2.12
--- src/doc/CHANGES-5.0.3:1.1.2.11	Thu Apr 22 20:12:37 2010
+++ src/doc/CHANGES-5.0.3	Fri Apr 23 04:21:59 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.11 2010/04/22 20:12:37 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.12 2010/04/23 04:21:59 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -209,3 +209,21 @@
 	cpu_feature variables are set to 0.
 	[jym, ticket #1377]
 
+sys/arch/amd64/amd64/locore.S			patch
+sys/arch/amd64/amd64/machdep.c			patch
+sys/arch/amd64/amd64/mptramp.S			patch
+sys/arch/i386/i386/machdep.c			patch
+sys/arch/i386/isa/npx.c				patch
+sys/arch/x86/include/cpu.h			patch
+sys/arch/x86/include/cpuvar.h			patch
+sys/arch/x86/x86/cpu.c				patch
+sys/arch/x86/x86/identcpu.c			patch
+sys/arch/x86/x86/pmap.c				patch
+sys/arch/xen/x86/cpu.c				patch
+
+	Fix the NX regression issue observed on amd64 kernels, where
+	per-page execution right was disabled (therefore leading to the
+	inability of the kernel to detect fraudulent use of memory mappings
+	marked as not being executable).
+	[jym, ticket #1380]
+

Reply via email to