Module Name: src
Committed By: joerg
Date: Sat Aug 15 16:35:41 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Add nbperf(1)
To generate a diff of this commit:
cvs rdiff -u -r1.1275 -r1.1276 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.1275 src/doc/CHANGES:1.1276
--- src/doc/CHANGES:1.1275 Sat Aug 15 08:32:52 2009
+++ src/doc/CHANGES Sat Aug 15 16:35:41 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1275 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1276 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -366,3 +366,4 @@
mips a.out support: removed [matt 20090812]
secmode_keylock, keylock, gpiolock(4): Add support for multi-position
keylocks. [mbalmer 20090814]
+ nbperf(1): A minimal perfect hash function generator. [joerg 20090815]