Module Name: src
Committed By: ad
Date: Sun Mar 29 10:56:44 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
uvm_kmguard chgs
To generate a diff of this commit:
cvs rdiff -u -r1.1203 -r1.1204 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.1203 src/doc/CHANGES:1.1204
--- src/doc/CHANGES:1.1203 Fri Mar 20 21:17:00 2009
+++ src/doc/CHANGES Sun Mar 29 10:56:43 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1203 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1204 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -164,3 +164,5 @@
Ethernet on O2. [tsutsui 20090316]
am-utils: Import latest from head; adds udf support amd -uu
[christos 20090320]
+ kmem_alloc(9): Add more extensive runtime debugging facilities.
+ [ad 20090329]