Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/doc Tickets #1391 and #1392
details: https://anonhg.NetBSD.org/src/rev/4213c55dce5f
branches: netbsd-9
changeset: 1027163:4213c55dce5f
user: martin <martin%NetBSD.org@localhost>
date: Wed Dec 08 15:51:53 2021 +0000
description:
Tickets #1391 and #1392
diffstat:
doc/CHANGES-9.3 | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r c444cd1d95ff -r 4213c55dce5f doc/CHANGES-9.3
--- a/doc/CHANGES-9.3 Wed Dec 08 15:50:13 2021 +0000
+++ b/doc/CHANGES-9.3 Wed Dec 08 15:51:53 2021 +0000
@@ -1,4 +1,4 @@
-29~# $NetBSD: CHANGES-9.3,v 1.1.2.56 2021/12/07 12:43:14 martin Exp $
+29~# $NetBSD: CHANGES-9.3,v 1.1.2.57 2021/12/08 15:51:53 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1083,3 +1083,26 @@
Make a numeric literal unsigned as it is bit-negated.
[msaitoh, ticket #1390]
+sys/arch/x86/include/specialreg.h 1.171, 1.173-1.178
+sys/arch/x86/x86/identcpu.c 1.106, 1.117, 1.122 via patch
+sys/dev/nvmm/x86/nvmm_x86.c 1.18
+sys/external/bsd/drm2/drm/drm_cache.c 1.14
+sys/external/bsd/drm2/include/asm/cpufeature.h 1.5
+usr.sbin/cpuctl/arch/i386.c 1.114-1.117
+
+ - Add LA57, PKE, PKS, CET, CET_U, CET_S, HWP, KL, AVX512_BF16, TME_EN
+ and PCONFIG.
+ - Rename some macros to match the x86 specification and the other OSes.
+ - Print CPUID 0x8000008 %ebx on Intel, too.
+ - Print CPUID leaf 7 subleaf 1.
+ - Identify Tiger Lake, 3rd gen Xeon Scalable (Ice Lake), Elkhart Lake
+ and Jasper Lake.
+ - Add comment.
+ - KNF. Whitespace fix.
+ [msaitoh, ticket #1391]
+
+sys/dev/ipmi.c 1.6-1.9
+
+ ipmi(4): various stability improvements and fix for PR 56539.
+ [hauke, ticket #1392]
+
Home |
Main Index |
Thread Index |
Old Index