Module Name: src Committed By: martin Date: Tue Dec 19 12:39:01 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #507 - #510 To generate a diff of this commit: cvs rdiff -u -r1.1.2.173 -r1.1.2.174 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.173 src/doc/CHANGES-10.0:1.1.2.174 --- src/doc/CHANGES-10.0:1.1.2.173 Mon Dec 18 14:18:58 2023 +++ src/doc/CHANGES-10.0 Tue Dec 19 12:39:01 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.173 2023/12/18 14:18:58 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.174 2023/12/19 12:39:01 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -14396,3 +14396,31 @@ bin/df/df.c 1.102 df(1): correctly compute the "Filesystem" column width when using -W. [kre, ticket #506] +external/gpl3/gcc.old/dist/gcc/reload1.c 1.12 + (applied to external/gpl3/gcc/dist/gcc/reload1.c) + + gcc: vax: PR 57646: Where an output register might be reloaded, + and it is a memory reference, and the address is auto-incremented, + any previously reloaded copy of the address must be invalidated. + [kalvisd, ticket #507] + +sys/arch/vax/vax/subr.S 1.43 + + vax: PR 55415: preserve AST requests raised when handling software + interrupts. + [kalvisd, ticket #508] + +sys/arch/vax/include/cpu.h 1.108 + + vax: PR 55415: remove VAX-specific workaround to force pre-emption, + as it is now no longer needed. + [kalvisd, ticket #509] + +sys/arch/netwinder/conf/GENERIC 1.146,1.147 +sys/arch/netwinder/conf/Makefile.netwinder.inc 1.12 +sys/arch/netwinder/conf/kern.ldscript 1.11 +sys/arch/netwinder/conf/std.netwinder 1.17 + + netwinder: make GENERIC kernel bootable again. + [uwe, ticket #510] +