Module Name: src
Committed By: martin
Date: Tue Mar 15 10:01:03 UTC 2022
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1738
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.123 -r1.1.2.124 src/doc/CHANGES-8.3
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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.123 src/doc/CHANGES-8.3:1.1.2.124
--- src/doc/CHANGES-8.3:1.1.2.123 Sun Mar 13 09:54:47 2022
+++ src/doc/CHANGES-8.3 Tue Mar 15 10:01:03 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.123 2022/03/13 09:54:47 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.124 2022/03/15 10:01:03 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2553,3 +2553,9 @@ usr.bin/man/man.c 1.69,1.70,1.72
man(1): fix -m option so it works as documented.
[gutteridge, ticket #1737]
+usr.sbin/puffs/mount_9p/node.c 1.30,1.31
+
+ mount_9p(8): fix writing to a file opened with write-only mode,
+ check returned type from T_READ request.
+ [ozaki-r, ticket #1738]
+