Module Name: src
Committed By: matt
Date: Tue Jun 14 02:11:47 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note use of direct-mapped uareas.
To generate a diff of this commit:
cvs rdiff -u -r1.1558 -r1.1559 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.1558 src/doc/CHANGES:1.1559
--- src/doc/CHANGES:1.1558 Mon Jun 13 19:49:35 2011
+++ src/doc/CHANGES Tue Jun 14 02:11:47 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1558 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1559 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1024,3 +1024,5 @@
kernel: Merge of the rmind-uvmplock branch. [rmind 20110612]
resolvconf(8): import openresolv-3.4.2 [roy 20110613]
openssl(1): Import openssl-1.0.1-stable-SNAP-20110605 [spz 20110605]
+ powerpc: Switch to using direct-mapped uareas (pcb + kernel stacks).
+ [matt 20110613]