Module Name: src Committed By: martin Date: Thu Feb 20 19:43:49 UTC 2025
Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Tickets #1046 - #1051 To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-10.2 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.2 diff -u src/doc/CHANGES-10.2:1.1.2.7 src/doc/CHANGES-10.2:1.1.2.8 --- src/doc/CHANGES-10.2:1.1.2.7 Sun Feb 2 15:05:07 2025 +++ src/doc/CHANGES-10.2 Thu Feb 20 19:43:49 2025 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.2,v 1.1.2.7 2025/02/02 15:05:07 martin Exp $ +# $NetBSD: CHANGES-10.2,v 1.1.2.8 2025/02/20 19:43:49 martin Exp $ A complete list of changes from the NetBSD 10.1 release on 2024-12-16 until the 10.2 release: @@ -118,3 +118,38 @@ external/mpl/dhcp/dist/common/options.c dhcpd(8): safety fix. [christos, ticket #1045] +distrib/common/bootimage/Makefile.bootimage 1.43 +distrib/vax/liveimage/emuimage/Makefile 1.5 + + vax: make live image bootable. + [tsutsui, ticket #1046] + +etc/skel/dot.cshrc 1.10 + + PR 59008: set $ENV in the default skel/dot.cshrc as dot.profile + for su(1) etc. + [tsutsui, ticket #1047] + +sys/arch/macppc/stand/ofwboot/boot.c 1.32 +sys/arch/macppc/stand/ofwboot/version 1.16 + + macppy: tweak bootpath strings in ofwboot for OpenBIOS used on + qemu-system-ppc. + [tsutsui, ticket #1048] + +sys/altq/altq_rmclass.h 1.14 + + altq: cbq: fix a CBQ regression on 32bit platforms. + [ozaki-r, ticket #1049] + +sys/arch/xen/xenbus/xenbus_probe.c 1.61,1.62 + + xen: fix attachment of cdrom xbd devices being skipped on kernels + without PVHVM. Revert to pre-10 behaviour on pure PV kernels. + [sborrill, ticket #1050] + +sys/dev/dksubr.c 1.115 + + dk_discard: fix stack data leakage. + [jakllsch, ticket #1051] +