Module Name: src
Committed By: martin
Date: Wed Aug 17 16:43:50 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1501
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-9.4
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.4
diff -u src/doc/CHANGES-9.4:1.1.2.3 src/doc/CHANGES-9.4:1.1.2.4
--- src/doc/CHANGES-9.4:1.1.2.3 Fri Aug 12 15:19:24 2022
+++ src/doc/CHANGES-9.4 Wed Aug 17 16:43:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.3 2022/08/12 15:19:24 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.4 2022/08/17 16:43:50 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -36,3 +36,9 @@ sys/dev/raidframe/rf_netbsdkintf.c 1.40
Avoids signed arithmetic in some ioctl commands.
[mrg, ticket #1500]
+sys/kern/uipc_sem.c 1.60
+
+ PR 55509: fix per-uid "semcnt" bookeeping.
+ [chs, ticket #1501]
+
+