Module Name: src Committed By: martin Date: Thu Jul 27 18:10:25 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #247 - #249 To generate a diff of this commit: cvs rdiff -u -r1.1.2.89 -r1.1.2.90 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.89 src/doc/CHANGES-10.0:1.1.2.90 --- src/doc/CHANGES-10.0:1.1.2.89 Tue Jul 25 15:32:14 2023 +++ src/doc/CHANGES-10.0 Thu Jul 27 18:10:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.89 2023/07/25 15:32:14 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.90 2023/07/27 18:10:25 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -3138,3 +3138,19 @@ sys/dev/nvmm/x86/nvmm_x86_svm.c 1.85 nvmm(4): filter CR4 bits on x86 SVM (AMD). [riastradh, ticket #246] +sys/arch/x86/x86/errata.c 1.32 + + x86: fix the cpuids for the zen2 client CPUs. + [mrg, ticket #247] + +sys/arch/xen/xen/xbd_xenbus.c 1.132-1.134 (via patch) + + xbd(4): properly handle virtual drives with 4kb sector size. + [bouyer, ticket #248] + +distrib/evbmips/instkernel/ramdisk/Makefile 1.16-1.18 +distrib/evbmips/instkernel/ramdisk/list 1.19 + + Add some device nodes and utilities to the evbmips installer. + [gutteridge, ticket #249] +