Module Name: src
Committed By: martin
Date: Tue Nov 28 13:14:41 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1920 and #1921
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.207 -r1.1.2.208 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.207 src/doc/CHANGES-8.3:1.1.2.208
--- src/doc/CHANGES-8.3:1.1.2.207 Mon Nov 27 19:58:18 2023
+++ src/doc/CHANGES-8.3 Tue Nov 28 13:14:41 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.207 2023/11/27 19:58:18 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.208 2023/11/28 13:14:41 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -4098,3 +4098,14 @@ 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
+tests/lib/libc/sys/t_setrlimit.c 1.8,1.9
+
+ PR 57711: fix setrlimit(RLIMIT_STACK) in current process.
+ [riastradh, ticket #1920]
+
+sys/ufs/ffs/ffs_vfsops.c 1.382
+
+ PR 57606: ffs: fix minor locking error.
+ [riastradh, ticket #1921]
+