Module Name: src
Committed By: martin
Date: Wed Mar 22 19:01:57 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #123 and #124
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.46 -r1.1.2.47 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.46 src/doc/CHANGES-10.0:1.1.2.47
--- src/doc/CHANGES-10.0:1.1.2.46 Mon Mar 20 17:25:14 2023
+++ src/doc/CHANGES-10.0 Wed Mar 22 19:01:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.46 2023/03/20 17:25:14 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.47 2023/03/22 19:01:56 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -1498,3 +1498,16 @@ sys/external/bsd/drm2/radeon/radeon_pci.
Fix bogus loop invariant assertions.
[mrg, ticket #122]
+external/gpl3/gcc.old (remove)
+
+ Remove obsolete directory.
+ [mrg, ticket #123]
+
+sys/arch/sparc/sparc/syscall.c 1.32
+sys/arch/sparc/sparc/vm_machdep.c 1.108
+tests/lib/libc/sys/t_ptrace_syscall_wait.h 1.3
+
+ sparc: PR 52166: adjust pc/npc before syscall allowing
+ EJUSTRETURN to return to the next instruction.
+ [hannken, ticket #124]
+