Module Name: src
Committed By: martin
Date: Fri Mar 18 13:27:22 UTC 2022
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ammend ticket #1738
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.124 -r1.1.2.125 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.124 src/doc/CHANGES-8.3:1.1.2.125
--- src/doc/CHANGES-8.3:1.1.2.124 Tue Mar 15 10:01:03 2022
+++ src/doc/CHANGES-8.3 Fri Mar 18 13:27:22 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.124 2022/03/15 10:01:03 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.125 2022/03/18 13:27:22 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2553,7 +2553,7 @@ 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
+usr.sbin/puffs/mount_9p/node.c 1.30,1.31 (adapted)
mount_9p(8): fix writing to a file opened with write-only mode,
check returned type from T_READ request.