Module Name: src
Committed By: martin
Date: Fri Jul 7 19:04:02 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #226 - #228
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.78 -r1.1.2.79 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.78 src/doc/CHANGES-10.0:1.1.2.79
--- src/doc/CHANGES-10.0:1.1.2.78 Wed Jul 5 16:12:51 2023
+++ src/doc/CHANGES-10.0 Fri Jul 7 19:04:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.78 2023/07/05 16:12:51 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.79 2023/07/07 19:04:02 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -2369,3 +2369,21 @@ lib/libc/dlfcn/dlfcn_elf.c 1.17
libc: Fix missing membar_consumer in dl_iterate_phdr.
[riastradh, ticket #225]
+distrib/sets/lists/misc/mi 1.225
+external/bsd/dhcpcd/examples/Makefile 1.2
+external/bsd/dhcpcd/examples/conf/Makefile 1.1
+
+ PR 57487: install a copy of dhcpcd.conf under /usr/share/examples.
+ [gutteridge, ticket #226]
+
+sys/arch/evbarm/conf/std.generic 1.11
+
+ evbarm: enable MEMORY_DISK_DYNAMIC & co. to match aarch64.
+ Allows loading of ramdisk.fs via u-boot initrd (to run sysinst)
+ [jakllsch, ticket #227]
+
+sys/net/if_wg.c 1.76
+
+ wg(4): improve diagnostic messages.
+ [jakllsch, ticket #228]
+