Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Ticket #1720
details: https://anonhg.NetBSD.org/src/rev/879b015bbd9a
branches: netbsd-8
changeset: 1027165:879b015bbd9a
user: martin <martin%NetBSD.org@localhost>
date: Wed Dec 08 15:58:11 2021 +0000
description:
Ticket #1720
diffstat:
doc/CHANGES-8.3 | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r bec29c22c345 -r 879b015bbd9a doc/CHANGES-8.3
--- a/doc/CHANGES-8.3 Wed Dec 08 15:56:17 2021 +0000
+++ b/doc/CHANGES-8.3 Wed Dec 08 15:58:11 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.112 2021/12/07 12:42:23 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.113 2021/12/08 15:58:11 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2327,3 +2327,23 @@
Make a numeric literal unsigned as it is bit-negated.
[msaitoh, ticket #1719]
+sys/arch/x86/include/specialreg.h 1.146, 1.171,
+ 1.173-1.178 via patch
+sys/arch/x86/x86/identcpu.c 1.106, 1.117, 1.122 via patch
+sys/arch/x86/x86/pmap.c patch
+sys/external/bsd/drm2/drm/drm_cache.c 1.14
+usr.sbin/cpuctl/arch/i386.c 1.114-1.117
+
+
+ - Add PT, PKRU, HDC, 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.
+ - Remove a few unused MSRs.
+ - Add comment.
+ - KNF. Whitespace fix.
+ [msaitoh, ticket #1720]
+
Home |
Main Index |
Thread Index |
Old Index