Module Name: src
Committed By: martin
Date: Sat Dec 24 17:18:51 UTC 2022
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Ticket #22
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 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.7 src/doc/CHANGES-10.0:1.1.2.8
--- src/doc/CHANGES-10.0:1.1.2.7 Sat Dec 24 09:27:51 2022
+++ src/doc/CHANGES-10.0 Sat Dec 24 17:18:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.7 2022/12/24 09:27:51 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.8 2022/12/24 17:18:51 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -355,3 +355,8 @@ sys/arch/x86/x86/x86_machdep.c 1.153
4GB of memory.
[bouyer, ticket #21]
+usr.sbin/tprof/tprof_top.c 1.8
+
+ tprof(8): use malloc instead of alloca so that SSP works.
+ [christos, ticket #22]
+