Module Name: src
Committed By: martin
Date: Wed Jul 5 16:12:51 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #224 and #225
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.77 -r1.1.2.78 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.77 src/doc/CHANGES-10.0:1.1.2.78
--- src/doc/CHANGES-10.0:1.1.2.77 Mon Jul 3 09:40:29 2023
+++ src/doc/CHANGES-10.0 Wed Jul 5 16:12:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.77 2023/07/03 09:40:29 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.78 2023/07/05 16:12:51 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -2352,3 +2352,20 @@ tools/llvm-lib/libLLVMSupport/Makefile
C/C++ standards.
[hgutch, ticket #223]
+sys/arch/sparc/dev/cgfourteen.c 1.94,1.95
+sys/arch/sparc/dev/sx.c 1.6,1.7
+sys/arch/sparc/dev/sxvar.h 1.5
+sys/dev/sbus/mgx.c 1.21-1.23
+sys/dev/wscons/wsdisplay_glyphcache.c 1.12
+sys/dev/wscons/wsdisplay_glyphcachevar.h 1.6
+sys/dev/wscons/wsdisplay_vcons.c 1.65,1.66
+sys/dev/wscons/wsdisplay_vconsvar.h 1.34
+
+ Various wscons/vcons performance improvements.
+ [abs, ticket #224]
+
+lib/libc/dlfcn/dlfcn_elf.c 1.17
+
+ libc: Fix missing membar_consumer in dl_iterate_phdr.
+ [riastradh, ticket #225]
+