Module Name: src
Committed By: martin
Date: Wed Nov 29 12:29:45 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ammend ticket #1920 for additional pullups
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.208 -r1.1.2.209 src/doc/CHANGES-8.3
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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.208 src/doc/CHANGES-8.3:1.1.2.209
--- src/doc/CHANGES-8.3:1.1.2.208 Tue Nov 28 13:14:41 2023
+++ src/doc/CHANGES-8.3 Wed Nov 29 12:29:45 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.208 2023/11/28 13:14:41 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.209 2023/11/29 12:29:45 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -4098,7 +4098,7 @@ external/gpl3/binutils/dist/gas/config/t
as(1): PR 57680: handle MIPS1 FPR load hazard correctly.
[tsutsui, ticket #1919]
-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.