Module Name: src Committed By: martin Date: Wed Oct 2 18:28:24 UTC 2024
Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1889 - #1891 To generate a diff of this commit: cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-9.5 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.5 diff -u src/doc/CHANGES-9.5:1.1.2.19 src/doc/CHANGES-9.5:1.1.2.20 --- src/doc/CHANGES-9.5:1.1.2.19 Fri Sep 13 14:47:58 2024 +++ src/doc/CHANGES-9.5 Wed Oct 2 18:28:23 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.19 2024/09/13 14:47:58 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.20 2024/10/02 18:28:23 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -360,3 +360,19 @@ sys/kern/subr_localcount.c 1.8 localcount(9): PR 58610: update per-CPU total at splhigh. [riastradh, ticket #1888] +sbin/gpt/biosboot.c 1.33 + + gpt(8): portability fix for the tool version. + [lloyd, ticket #1889] + +etc/defaults/npf.boot.conf 1.4 + + NPF: allow DHCPv6 during early boot stage so that dhcpcd(8) does + not complain at boot when using the ia_pd option. + [nakayama, ticket #1890] + +sys/arch/sparc64/sparc64/lock_stubs.s 1.12 + + sparc64: add missing LoadStore ordering for mutex_enter stub. + [rin, ticket #1891] +