Module Name: src
Committed By: martin
Date: Sat Nov 14 13:03:10 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Ticket #1131
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-9.2
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.2
diff -u src/doc/CHANGES-9.2:1.1.2.11 src/doc/CHANGES-9.2:1.1.2.12
--- src/doc/CHANGES-9.2:1.1.2.11 Tue Nov 10 11:45:35 2020
+++ src/doc/CHANGES-9.2 Sat Nov 14 13:03:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.11 2020/11/10 11:45:35 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.12 2020/11/14 13:03:10 martin Exp $
A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
release:
@@ -1078,3 +1078,9 @@ tests/net/ipsec/t_ipsec_natt.sh 1.4,1.
Fix minor bugs.
[knakahara, ticket #1129]
+sys/coda/coda.h 1.21 (patch)
+sys/coda/coda_vnops.c 1.114 (patch)
+
+ PR 55775: fix coda_readdir() to directly process the container file.
+ [hannken, ticket #1131]
+