Fri Dec 24 13:03:46 2021 UTC ()
Ticket #1721


(martin)
diff -r1.1.2.113 -r1.1.2.114 src/doc/CHANGES-8.3

cvs diff -r1.1.2.113 -r1.1.2.114 src/doc/Attic/CHANGES-8.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.3 2021/12/08 15:58:11 1.1.2.113
+++ src/doc/Attic/CHANGES-8.3 2021/12/24 13:03:46 1.1.2.114
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.3,v 1.1.2.113 2021/12/08 15:58:11 martin Exp $ 1# $NetBSD: CHANGES-8.3,v 1.1.2.114 2021/12/24 13:03:46 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.2_STABLE. 9 Welcome to 8.2_STABLE.
10 [martin] 10 [martin]
11 11
12sys/dev/ic/spdmem.c 1.31-1.35 12sys/dev/ic/spdmem.c 1.31-1.35
13sys/dev/ic/spdmemvar.h 1.15,1.16 13sys/dev/ic/spdmemvar.h 1.15,1.16
14 14
@@ -2337,13 +2337,27 @@ usr.sbin/cpuctl/arch/i386.c 1.114-1.11 @@ -2337,13 +2337,27 @@ usr.sbin/cpuctl/arch/i386.c 1.114-1.11
2337 2337
2338 - Add PT, PKRU, HDC, LA57, PKE, PKS, CET, CET_U, CET_S, HWP, KL, 2338 - Add PT, PKRU, HDC, LA57, PKE, PKS, CET, CET_U, CET_S, HWP, KL,
2339 AVX512_BF16, TME_EN and PCONFIG. 2339 AVX512_BF16, TME_EN and PCONFIG.
2340 - Rename some macros to match the x86 specification and the other OSes. 2340 - Rename some macros to match the x86 specification and the other OSes.
2341 - Print CPUID 0x8000008 %ebx on Intel, too. 2341 - Print CPUID 0x8000008 %ebx on Intel, too.
2342 - Print CPUID leaf 7 subleaf 1. 2342 - Print CPUID leaf 7 subleaf 1.
2343 - Identify Tiger Lake, 3rd gen Xeon Scalable (Ice Lake), Elkhart Lake 2343 - Identify Tiger Lake, 3rd gen Xeon Scalable (Ice Lake), Elkhart Lake
2344 and Jasper Lake. 2344 and Jasper Lake.
2345 - Remove a few unused MSRs. 2345 - Remove a few unused MSRs.
2346 - Add comment. 2346 - Add comment.
2347 - KNF. Whitespace fix. 2347 - KNF. Whitespace fix.
2348 [msaitoh, ticket #1720] 2348 [msaitoh, ticket #1720]
2349 2349
 2350usr.sbin/cpuctl/arch/i386.c 1.118-1.119, 1.121-1.122
 2351usr.sbin/cpuctl/arch/cpuctl_i386.h 1.6
 2352sys/arch/x86/x86/identcpu_subr.c 1.8-1.9
 2353sys/arch/x86/x86/identcpu.c 1.123
 2354sys/arch/x86/include/cacheinfo.h 1.30
 2355sys/arch/x86/include/cpu.h 1.132
 2356
 2357 - Fix a bug that some TLB related lines were not printed.
 2358 - Fix a bug that STLB is printed as DTLB.
 2359 - If a TLB is variable sized, print the max size instead of error
 2360 message.
 2361 - Cosmetic changes to improve readability.
 2362 [msaitoh, ticket #1721]
 2363