Module Name: src
Committed By: sborrill
Date: Thu Dec 3 09:27:22 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1168
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.152 -r1.1.2.153 src/doc/CHANGES-5.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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.152 src/doc/CHANGES-5.1:1.1.2.153
--- src/doc/CHANGES-5.1:1.1.2.152 Wed Dec 2 17:41:02 2009
+++ src/doc/CHANGES-5.1 Thu Dec 3 09:27:22 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.152 2009/12/02 17:41:02 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.153 2009/12/03 09:27:22 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -15079,3 +15079,10 @@
Always treat sector size as 512 bytes.
[nonaka, ticket #1167]
+sys/arch/arm/arm32/pmap.c 1.203
+
+ Work-around a possible process exit corner case which can
+ leave stale data in the cache after a context-switch.
+ Addresses kern/41058.
+ [scw, ticket #1168]
+