Module Name: src
Committed By: ad
Date: Sun May 24 21:42:39 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Note fd changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1234 -r1.1235 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.1234 src/doc/CHANGES:1.1235
--- src/doc/CHANGES:1.1234 Sun May 24 02:36:57 2009
+++ src/doc/CHANGES Sun May 24 21:42:39 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1234 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1235 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -283,3 +283,5 @@
httpd(8): Import bozohttpd-20090522. [mrg 20090522]
libc: Add %s (seconds since the Epoch) to strptime(3) for symmetry
with strftime(3). [ginsbach 20090524]
+ kernel: File descriptor access performance improvements.
+ [ad 20090524]