Module Name: src
Committed By: jruoho
Date: Tue Dec 21 18:27:19 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Clean-up some of my entries.
To generate a diff of this commit:
cvs rdiff -u -r1.1477 -r1.1478 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.1477 src/doc/CHANGES:1.1478
--- src/doc/CHANGES:1.1477 Sun Dec 19 15:58:14 2010
+++ src/doc/CHANGES Tue Dec 21 18:27:18 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1477 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1478 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -612,13 +612,9 @@
a snapshot of a live file system. [hannken 20100411]
rump(3): Support file system snapshots. [pooka 20100412]
hpcarm: Add support for Sharp W-ZERO3 series. [nonaka 20100417]
- acpi(4): Statistical event counters were added to hw.acpi.stat
- sysctl(8) tree. Dynamic debug output messages provided by the
- interpreter were added for ACPI_DEBUG kernels. These are
- controllable from the hw.acpi.debug sysctl(8) namespace.
- Furthermore, the ACPI device wake-up sysctl(8) tree was moved
- from hw.wake to hw.acpi.wake. [jruoho 20100419]
- acpiwmi(4): Added two mappings (child devices) for the ACPI WMI.
+ acpi(4): The sysctl(8) tree was reorganized into hw.acpi.
+ [jruoho 20100419]
+ acpiwmi(4): Add three mappings, wmidell(4), wmihp(4), and wmimsi(4).
[jruoho 20100419]
kernel: Enforce RLIMIT_FSIZE above the file system. This fixes
the feature for some file systems. [pooka 20100423]
@@ -718,7 +714,7 @@
write through mapping for framebuffer memory.
[tsutsui 20100808]
bind: Update to 9.7.2b1. [christos 20100806]
- acpicpu(4): add a driver for ACPI-based processor functionality.
+ acpicpu(4): Add a driver for ACPI-based processor functionality.
[jruoho 20100815]
network: Added NPF - a new packet filter. [rmind 20100822]
tests(7): Convert the libdes tests to ATF. [jmmv 20100825]