summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2022-06-17 15:26:31 +0000
committermartin <martin@NetBSD.org>2022-06-17 15:26:31 +0000
commit95089d92b0803bd11eb286b9a6bd0654d0d05aac (patch)
tree75b7401e74b02981d0d009f9b057240948a02edf
parent0dcf2498f30ee6ecebd6791c10ece7ed13e0f3be (diff)
Ticket #1475
-rw-r--r--doc/CHANGES-9.37
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3
index 05224cd7d12..f3a52e8812c 100644
--- a/doc/CHANGES-9.3
+++ b/doc/CHANGES-9.3
@@ -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]
+