Module Name:    src
Committed By:   martin
Date:           Fri Dec 23 08:10:43 UTC 2022

Modified Files:
        src/doc [netbsd-10]: CHANGES-10.0

Log Message:
Ticket #20


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 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.5 src/doc/CHANGES-10.0:1.1.2.6
--- src/doc/CHANGES-10.0:1.1.2.5	Wed Dec 21 20:00:07 2022
+++ src/doc/CHANGES-10.0	Fri Dec 23 08:10:43 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.5 2022/12/21 20:00:07 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.6 2022/12/23 08:10:43 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -335,3 +335,18 @@ sys/sys/ttycom.h				1.22
 	ppp: remove PPP HDL ioctls that never worked and crash the kernel.
 	[chs, ticket #19]
 
+sys/arch/aarch64/aarch64/cpu.c			1.71,1.72
+sys/arch/arm/arm/cpufunc.c			1.185
+sys/arch/arm/arm32/arm32_boot.c			1.45
+sys/dev/tprof/tprof.c				1.22
+sys/dev/tprof/tprof_armv7.c			1.12
+sys/dev/tprof/tprof_armv8.c			1.19
+
+
+	tprof(8): various fixes:
+	 - fix global lock handling
+	 - explicitly disable overflow interrupts before enabling the cycle
+	   counter.
+	 - PMCR_EL0.LC should be set. ARM deprecates use of PMCR_EL0.LC=0
+	[ryo, ticket #20]
+

Reply via email to