Module Name: src
Committed By: martin
Date: Tue Nov 28 13:12:52 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1769 and #1770
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.115 -r1.1.2.116 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.115 src/doc/CHANGES-9.4:1.1.2.116
--- src/doc/CHANGES-9.4:1.1.2.115 Mon Nov 27 20:03:00 2023
+++ src/doc/CHANGES-9.4 Tue Nov 28 13:12:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.115 2023/11/27 20:03:00 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.116 2023/11/28 13:12:52 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -2437,3 +2437,14 @@ sys/kern/uipc_mbuf.c 1.252
mbuf: avoid assertion failure when splitting a mbuf cluster.
[ozaki-r, ticket #1768]
+sys/kern/exec_subr.c 1.86
+tests/lib/libc/sys/t_setrlimit.c 1.8,1.9
+
+ PR 57711: fix setrlimit(RLIMIT_STACK) in current process.
+ [riastradh, ticket #1769]
+
+sys/ufs/ffs/ffs_vfsops.c 1.382
+
+ PR 57606: ffs: fix minor locking error.
+ [riastradh, ticket #1770]
+