Module Name: src
Committed By: riz
Date: Wed Mar 7 23:27:19 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 78, 79
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-6.0
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.0
diff -u src/doc/CHANGES-6.0:1.1.2.44 src/doc/CHANGES-6.0:1.1.2.45
--- src/doc/CHANGES-6.0:1.1.2.44 Wed Mar 7 23:19:18 2012
+++ src/doc/CHANGES-6.0 Wed Mar 7 23:27:19 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.44 2012/03/07 23:19:18 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.45 2012/03/07 23:27:19 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -1114,3 +1114,13 @@ external/bsd/file/dist/src/vasprintf.c
Update file to 5.11.
[christos, ticket #30]
+sys/arch/usermode/usermode/pmap.c 1.103
+
+ Move from pool(9) to kmem_zalloc(9) for NetBSD/usermode L2 page tables.
+ [reinoud, ticket #78]
+
+usr.sbin/cpuctl/arch/i386.c 1.29
+
+ Print CPU stepping level.
+ [sborrill, ticket #79]
+