Module Name: src
Committed By: riz
Date: Sat Feb 9 18:32:10 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Ticket 803.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-6.1
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-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.84 src/doc/CHANGES-6.1:1.1.2.85
--- src/doc/CHANGES-6.1:1.1.2.84 Sat Feb 9 04:13:50 2013
+++ src/doc/CHANGES-6.1 Sat Feb 9 18:32:10 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.84 2013/02/09 04:13:50 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.85 2013/02/09 18:32:10 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8210,3 +8210,10 @@ sys/secmodel/securelevel/secmodel_secure
security.models.bsd44.{curtain,securelevel}.
[jym, ticket #802]
+sys/arch/arm/arm32/pmap.c 1.232,1.233,1.243,1.247,
+ 1.249-1.251 via patch
+
+ Fix a bug in pmap_modify_pv() where PVF_WRITE wasn't set
+ after changing its mapping to writeable.
+ [msaitoh, ticket #803]
+