Module Name: src
Committed By: martin
Date: Tue Jul 6 03:46:24 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Ticket #1318
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 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.12 src/doc/CHANGES-9.3:1.1.2.13
--- src/doc/CHANGES-9.3:1.1.2.12 Sat Jul 3 10:20:00 2021
+++ src/doc/CHANGES-9.3 Tue Jul 6 03:46:24 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.12 2021/07/03 10:20:00 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.13 2021/07/06 03:46:24 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -283,3 +283,9 @@ sys/dev/ic/dp8390.c 1.99
so that the media-related ioctls work.
[thorpej, ticket #1311]
+sys/miscfs/kernfs/kernfs_vnops.c 1.169,1.170
+
+ Add missing VOP_KQFILTER to kernfs.
+ Fix permissons on /kern/{r,}rootdev.
+ [dholland, ticket #1318]
+