Module Name: src
Committed By: martin
Date: Tue Jun 1 10:41:23 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1276 and #1277
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-9.3
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-9.3
diff -u src/doc/CHANGES-9.3:1.1.2.3 src/doc/CHANGES-9.3:1.1.2.4
--- src/doc/CHANGES-9.3:1.1.2.3 Wed May 19 17:07:57 2021
+++ src/doc/CHANGES-9.3 Tue Jun 1 10:41:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.3 2021/05/19 17:07:57 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.4 2021/06/01 10:41:23 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -44,3 +44,15 @@ xsrc/external/mit/libX11/dist/src/xlibi1
Reject string longer than USHRT_MAX before sending them on the wire.
Fix out-of-bound access in KeySymToUcs4().
[mrg, ticket #1275]
+
+external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile 1.17
+
+ Make wskbd(4) default for mac68k; no other protocol is available.
+ [rin, ticket #1276]
+
+sys/arch/aarch64/aarch64/netbsd32_machdep.c 1.18
+
+ Fix conversion between aarch64 and aarch32 fpregs to fix crashes
+ in VFP-optimized codes running on COMPAT_NETBSD32.
+ [rin, ticket #1277]
+