Module Name: src
Committed By: alnsn
Date: Wed Jun 8 22:33:35 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Mention a new ktrace(1) trace point.
To generate a diff of this commit:
cvs rdiff -u -r1.1553 -r1.1554 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.1553 src/doc/CHANGES:1.1554
--- src/doc/CHANGES:1.1553 Tue Jun 7 00:52:53 2011
+++ src/doc/CHANGES Wed Jun 8 22:33:35 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1553 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1554 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1017,4 +1017,6 @@
tmpfs: Many fixes and some performance improvements. [rmind 20110529]
powerpc: Initial SMP support for MPC85xx, reworked and unified IPI
code, various other improvements. [matt 20110605]
+ ktrace(1): Add a new trace point to list all open file descriptors
+ after exec(3). [alnsn 20110601]
alpha: Converted Alpha to use PCU to manage FPU. [matt 20110607]