Module Name: src
Committed By: martin
Date: Wed Nov 29 12:25:55 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Ammend ticket #477 for additional pullups
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.164 -r1.1.2.165 src/doc/CHANGES-10.0
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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.164 src/doc/CHANGES-10.0:1.1.2.165
--- src/doc/CHANGES-10.0:1.1.2.164 Tue Nov 28 17:18:47 2023
+++ src/doc/CHANGES-10.0 Wed Nov 29 12:25:55 2023
@@ -1,5 +1,5 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.164 2023/11/28 17:18:47 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.165 2023/11/29 12:25:55 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -14202,7 +14202,7 @@ sys/net/lagg/if_lagg_lacp.c 1.26,1.27
physical interfaces
[yamaguchi, ticket #476]
-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.