Module Name: src
Committed By: martin
Date: Fri Jun 17 15:26:31 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Ticket #1475
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.107 -r1.1.2.108 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.107 src/doc/CHANGES-9.3:1.1.2.108
--- src/doc/CHANGES-9.3:1.1.2.107 Thu Jun 16 14:23:27 2022
+++ src/doc/CHANGES-9.3 Fri Jun 17 15:26:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.107 2022/06/16 14:23:27 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.108 2022/06/17 15:26:31 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1838,3 +1838,8 @@ sys/arch/hppa/hppa/pmap.c 1.120
PR 56867: purge the translations from the TLBs in pmap_procwr.
[skrll, ticket #1474]
+sys/miscfs/procfs/procfs_vnops.c 1.229
+
+ procfs: add missing permission check.
+ [shm, ticket #1475]
+