Module Name: src
Committed By: rmind
Date: Tue Jun 7 00:52:53 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Mention tmpfs fixed, PowerPC improvements and Alpha conversion to PCU.
To generate a diff of this commit:
cvs rdiff -u -r1.1552 -r1.1553 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.1552 src/doc/CHANGES:1.1553
--- src/doc/CHANGES:1.1552 Wed Jun 1 08:50:00 2011
+++ src/doc/CHANGES Tue Jun 7 00:52:53 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1552 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1553 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1014,3 +1014,7 @@
[uebayasi 20110526]
kernel: add SOCK_SEQPACKET for local sockets [manu 20110529]
bind: Update to 9.8.0-P2: Security fixes. [spz 20110529]
+ 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]
+ alpha: Converted Alpha to use PCU to manage FPU. [matt 20110607]