Module Name: src
Committed By: rin
Date: Mon May 30 15:11:45 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
Document changes for powerpc:
- Fix userland unaligned memory access for 403.
- Unify libc binaries among all 32-bit ppc ports.
To generate a diff of this commit:
cvs rdiff -u -r1.2883 -r1.2884 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.2883 src/doc/CHANGES:1.2884
--- src/doc/CHANGES:1.2883 Sun May 29 01:45:56 2022
+++ src/doc/CHANGES Mon May 30 15:11:45 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2883 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2884 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -584,3 +584,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
[rillig 20220507]
gomoku(6): Add highlighting, fix input handling, announce tie early,
prevent overly long thinking. [rillig 20220528]
+ powerpc: Add routines to fix userland unaligned memory access for 403.
+ [rin 20220531]
+ powerpc: Unify libc binary among all 32-bit powerpc ports.
+ [rin 20220531]