Module Name: src
Committed By: martin
Date: Thu Dec 29 09:40:26 UTC 2022
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Ticket #29
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 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.12 src/doc/CHANGES-10.0:1.1.2.13
--- src/doc/CHANGES-10.0:1.1.2.12 Wed Dec 28 18:01:50 2022
+++ src/doc/CHANGES-10.0 Thu Dec 29 09:40:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.12 2022/12/28 18:01:50 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.13 2022/12/29 09:40:26 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -400,3 +400,9 @@ include/dirent.h 1.38
_NETBSD_SOURCE to use them.
[nia, ticket #28]
+sys/arch/arm/nxp/if_enet_imx.c 1.7
+
+ PR 57135: avoid crash when booting some evbarm boards with
+ invalid DTB.
+ [mrg, ticket #29]
+