Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-10]: src/doc Ticket #20



details:   https://anonhg.NetBSD.org/src/rev/d4e1e1d0b015
branches:  netbsd-10
changeset: 372732:d4e1e1d0b015
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Dec 23 08:10:43 2022 +0000

description:
Ticket #20

diffstat:

 doc/CHANGES-10.0 |  17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 7696700c744b -r d4e1e1d0b015 doc/CHANGES-10.0
--- a/doc/CHANGES-10.0  Fri Dec 23 08:09:48 2022 +0000
+++ b/doc/CHANGES-10.0  Fri Dec 23 08:10:43 2022 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index