Module Name: src
Committed By: martin
Date: Mon Dec 11 12:33:55 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #489 and #490
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.169 -r1.1.2.170 src/doc/CHANGES-10.0
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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.169 src/doc/CHANGES-10.0:1.1.2.170
--- src/doc/CHANGES-10.0:1.1.2.169 Sun Dec 10 17:26:18 2023
+++ src/doc/CHANGES-10.0 Mon Dec 11 12:33:54 2023
@@ -1,5 +1,5 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.169 2023/12/10 17:26:18 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.170 2023/12/11 12:33:54 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -14289,3 +14289,9 @@ usr.bin/systat/vmstat.c 1.92
systat(1): PR 56014: fix redraw handling.
[kre, ticket #489]
+sys/nfs/nfs_vnops.c 1.325
+
+ NFS client: PR 57691: fix RFC 1813 compliance for
+ READDIR and READDIRPLUS cookie verifiers.
+ [schmonz, ticket #490]
+