Module Name: src
Committed By: joerg
Date: Sun Apr 25 00:57:12 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Added entry about cdb
To generate a diff of this commit:
cvs rdiff -u -r1.1382 -r1.1383 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.1382 src/doc/CHANGES:1.1383
--- src/doc/CHANGES:1.1382 Mon Apr 19 05:50:36 2010
+++ src/doc/CHANGES Sun Apr 25 00:57:12 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1382 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1383 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -595,3 +595,7 @@
from hw.wake to hw.acpi.wake. [jruoho 20100419]
acpiwmi(4): Added two mappings (child devices) for the ACPI WMI.
[jruoho 20100419]
+ libc: Added a space-efficient write-once database (cdbr(3), cdbw(3)).
+ The database cache for services(5) has been updated to use
+ this. services_mkdb(8) can still be used to create the old
+ format. [joerg 20100425]