Module Name: src
Committed By: riz
Date: Sat Dec 31 20:56:05 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Belatedly note hannken's addition of sparse file support to vnd(4) from
June.
To generate a diff of this commit:
cvs rdiff -u -r1.1640 -r1.1641 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.1640 src/doc/CHANGES:1.1641
--- src/doc/CHANGES:1.1640 Wed Dec 28 20:40:25 2011
+++ src/doc/CHANGES Sat Dec 31 20:56:05 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1640 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1641 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1060,6 +1060,7 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
userland: Add an 'e' mode character to popen(3), and fopen(3) to set
close on exec to opened file descriptors. [christos 20110626]
acpi(4): Updated ACPICA to 20110623. [jruoho 20110628]
+ vnd(4): Allow vnd(4) to be backed by a sparse file. [hannken 20110629]
less(1): Import version 444. [tron 20110703]
mips: Rework Atheros MIPS-based SoC support. Add initial support
for AR71xx (24K) and AR9344 (74K) SoCs.