Module Name: src
Committed By: nia
Date: Thu Aug 25 08:20:20 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
Update recent changes
To generate a diff of this commit:
cvs rdiff -u -r1.2900 -r1.2901 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.2900 src/doc/CHANGES:1.2901
--- src/doc/CHANGES:1.2900 Wed Aug 17 12:25:47 2022
+++ src/doc/CHANGES Thu Aug 25 08:20:19 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2900 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2901 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -657,3 +657,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
tzcode: Updated to 2022c. [christos 20220816]
tzdata: updated to 2022c (using the 2022bgtz fork)
(tzdata2022b==tzdata2022c) [kre 20220817]
+ pmap(1): Add -t option to print pmap as underlying RB
+ tree. [mlelstv 20220821]
+ evbarm: Add initial support for the Rockchip RK3588 SoC.
+ [ryo 20220823]