Module Name: src
Committed By: ozaki-r
Date: Mon Oct 28 03:01:55 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
Note vio9p(4) addition and mount_9p(8) update
To generate a diff of this commit:
cvs rdiff -u -r1.2603 -r1.2604 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.2603 src/doc/CHANGES:1.2604
--- src/doc/CHANGES:1.2603 Thu Oct 24 19:28:47 2019
+++ src/doc/CHANGES Mon Oct 28 03:01:55 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2603 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2604 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -57,3 +57,6 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
bind: Import version 9.14.7. [christos 20191017]
libc: Changed the iconv(3) function signature to the POSIX variation
[kamil 20191024]
+ vio9p(4): Add virtio-9p front-end driver. [ozaki-r 20191028]
+ mount_9p(8): Enable to mount a filesystem exported via virtio-9p.
+ [ozaki-r 20191028]