Tue Jun 14 02:11:47 2011 UTC ()
Note use of direct-mapped uareas.


(matt)
diff -r1.1558 -r1.1559 src/doc/CHANGES

cvs diff -r1.1558 -r1.1559 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2011/06/13 19:49:35 1.1558
+++ src/doc/CHANGES 2011/06/14 02:11:47 1.1559
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1558 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1559 $>
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]
@@ -1014,13 +1014,15 @@ Changes from NetBSD 5.0 to NetBSD 6.0: @@ -1014,13 +1014,15 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
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] 1017 tmpfs: Many fixes and some performance improvements. [rmind 20110529]
1018 powerpc: Initial SMP support for MPC85xx, reworked and unified IPI 1018 powerpc: Initial SMP support for MPC85xx, reworked and unified IPI
1019 code, various other improvements. [matt 20110605] 1019 code, various other improvements. [matt 20110605]
1020 ktrace(1): Add a new trace point to list all open file descriptors 1020 ktrace(1): Add a new trace point to list all open file descriptors
1021 after exec(3). [alnsn 20110601] 1021 after exec(3). [alnsn 20110601]
1022 alpha: Converted Alpha to use PCU to manage FPU. [matt 20110607] 1022 alpha: Converted Alpha to use PCU to manage FPU. [matt 20110607]
1023 sparc: enable options MODULAR in the GENERIC* kernels. [mrg 20110611] 1023 sparc: enable options MODULAR in the GENERIC* kernels. [mrg 20110611]
1024 kernel: Merge of the rmind-uvmplock branch. [rmind 20110612] 1024 kernel: Merge of the rmind-uvmplock branch. [rmind 20110612]
1025 resolvconf(8): import openresolv-3.4.2 [roy 20110613] 1025 resolvconf(8): import openresolv-3.4.2 [roy 20110613]
1026 openssl(1): Import openssl-1.0.1-stable-SNAP-20110605 [spz 20110605] 1026 openssl(1): Import openssl-1.0.1-stable-SNAP-20110605 [spz 20110605]
 1027 powerpc: Switch to using direct-mapped uareas (pcb + kernel stacks).
 1028 [matt 20110613]