Module Name: src
Committed By: christos
Date: Fri Apr 4 18:12:59 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
mention ptyfs change.
To generate a diff of this commit:
cvs rdiff -u -r1.1908 -r1.1909 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.1908 src/doc/CHANGES:1.1909
--- src/doc/CHANGES:1.1908 Sun Mar 30 12:03:56 2014
+++ src/doc/CHANGES Fri Apr 4 14:12:59 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1908 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1909 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -379,3 +379,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
[pettai 20140324]
arm: add support for ARMv6+ MMU features ASIDS, XN, split TTBR.
add support for SMP. [matt 20140330]
+ ptyfs: Allow multiple mounts and support proper device visibility
+ in chroots (Ilya Zykov) [christos 20140404]