Module Name: src
Committed By: rmind
Date: Sat Jan 28 19:49:33 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Mention direct map for amd64, UVM/kmem/vmem improvements and ltsleep() removal.
To generate a diff of this commit:
cvs rdiff -u -r1.1657 -r1.1658 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.1657 src/doc/CHANGES:1.1658
--- src/doc/CHANGES:1.1657 Sat Jan 28 19:43:47 2012
+++ src/doc/CHANGES Sat Jan 28 19:49:33 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1657 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1658 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1198,6 +1198,8 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
sandpoint: Iomega Storcenter support. [phx 20111228]
fincore(1): Add a utility to query file cache. [yamt 20120104]
tprof(8), tpfmt(1): Add a sampling-based profiler. [yamt 20120104]
+ amd64: Add direct map support (mapping of all physical memory
+ using large pages). [chs 20111204]
adventure(6): New save file format. Please regenerate (restore
and re-save) any old save files. [dholland 20120107]
x86, xen: Add cpu ucode loading support via cpuctl(8). [cegger 20120113]
@@ -1214,5 +1216,8 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
[macallan 20120123]
dhcpcd(8): Import dhcpcd-5.5.0 [roy 20120125]
x86: Stop building boot ROM images for old NICs. [jnemeth 20120127]
+ kernel: Major improvements to uvm_map(9), uvm_km(9), kmem(9)
+ and vmem(9) layers. [para 20120127]
+ kernel: Remove ltsleep(9) and wakeup_one(9). [rmind 20120128]
TrouSerS: Import trousers-0.3.8 [christos 20120127]
tpm-tools: Import tpm-tools-1.3.7.1 [christos 20120128]