Module Name: src
Committed By: martin
Date: Tue Mar 15 09:59:28 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Ticket #1434
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-9.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-9.3
diff -u src/doc/CHANGES-9.3:1.1.2.80 src/doc/CHANGES-9.3:1.1.2.81
--- src/doc/CHANGES-9.3:1.1.2.80 Sun Mar 13 09:53:11 2022
+++ src/doc/CHANGES-9.3 Tue Mar 15 09:59:28 2022
@@ -1,4 +1,4 @@
-29~# $NetBSD: CHANGES-9.3,v 1.1.2.80 2022/03/13 09:53:11 martin Exp $
+29~# $NetBSD: CHANGES-9.3,v 1.1.2.81 2022/03/15 09:59:28 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1518,3 +1518,9 @@ usr.bin/man/man.c 1.69,1.70,1.72
man(1): fix -m option so it works as documented.
[gutteridge, ticket #1433]
+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 #1434]
+