Tue Jun 7 00:52:53 2011 UTC ()
Mention tmpfs fixed, PowerPC improvements and Alpha conversion to PCU.


(rmind)
diff -r1.1552 -r1.1553 src/doc/CHANGES

cvs diff -r1.1552 -r1.1553 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2011/06/01 08:50:00 1.1552
+++ src/doc/CHANGES 2011/06/07 00:52:53 1.1553
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1552 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1553 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -1004,13 +1004,17 @@ Changes from NetBSD 5.0 to NetBSD 6.0: @@ -1004,13 +1004,17 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
1004 [jym 20110429] 1004 [jym 20110429]
1005 powerpc: Converted PowerPC to use PCU to manage FPU/AltiVec/SPE. 1005 powerpc: Converted PowerPC to use PCU to manage FPU/AltiVec/SPE.
1006 [matt 20110502] 1006 [matt 20110502]
1007 perfuse: Add the PUFFS RElay to FUSE library, which bridges the kernel 1007 perfuse: Add the PUFFS RElay to FUSE library, which bridges the kernel
1008 level API for FUSE filesystems with native PUFFS.  1008 level API for FUSE filesystems with native PUFFS.
1009 [manu 20110509] 1009 [manu 20110509]
1010 postfix(1): Import version 2.8.3 [tron 20110511] 1010 postfix(1): Import version 2.8.3 [tron 20110511]
1011 file(1): Import 5.07 (christos 20110512) 1011 file(1): Import 5.07 (christos 20110512)
1012 userconf(4), boot.cfg(5), boot(8), i386, amd64: Support userconf(4) 1012 userconf(4), boot.cfg(5), boot(8), i386, amd64: Support userconf(4)
1013 command in boot.cfg(5)/boot(8) on i386/amd64. 1013 command in boot.cfg(5)/boot(8) on i386/amd64.
1014 [uebayasi 20110526] 1014 [uebayasi 20110526]
1015 kernel: add SOCK_SEQPACKET for local sockets [manu 20110529] 1015 kernel: add SOCK_SEQPACKET for local sockets [manu 20110529]
1016 bind: Update to 9.8.0-P2: Security fixes. [spz 20110529] 1016 bind: Update to 9.8.0-P2: Security fixes. [spz 20110529]
 1017 tmpfs: Many fixes and some performance improvements. [rmind 20110529]
 1018 powerpc: Initial SMP support for MPC85xx, reworked and unified IPI
 1019 code, various other improvements. [matt 20110605]
 1020 alpha: Converted Alpha to use PCU to manage FPU. [matt 20110607]