Module Name: src
Committed By: martin
Date: Wed Nov 29 12:27:50 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ammend ticket #1769 for additional pullups
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.116 -r1.1.2.117 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.116 src/doc/CHANGES-9.4:1.1.2.117
--- src/doc/CHANGES-9.4:1.1.2.116 Tue Nov 28 13:12:52 2023
+++ src/doc/CHANGES-9.4 Wed Nov 29 12:27:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.116 2023/11/28 13:12:52 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.117 2023/11/29 12:27:49 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -2437,7 +2437,7 @@ 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
+sys/kern/exec_subr.c 1.86,1.87
tests/lib/libc/sys/t_setrlimit.c 1.8,1.9
PR 57711: fix setrlimit(RLIMIT_STACK) in current process.