Module Name: src Committed By: martin Date: Thu Aug 8 06:55:19 UTC 2024
Modified Files: src/doc [netbsd-10]: CHANGES-10.1 Log Message: Tickets #779 and #780 To generate a diff of this commit: cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-10.1 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.1 diff -u src/doc/CHANGES-10.1:1.1.2.22 src/doc/CHANGES-10.1:1.1.2.23 --- src/doc/CHANGES-10.1:1.1.2.22 Wed Aug 7 11:06:59 2024 +++ src/doc/CHANGES-10.1 Thu Aug 8 06:55:19 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.1,v 1.1.2.22 2024/08/07 11:06:59 martin Exp $ +# $NetBSD: CHANGES-10.1,v 1.1.2.23 2024/08/08 06:55:19 martin Exp $ A complete list of changes from the NetBSD 10.0 release on 2024-03-28 until the 10.1 release: @@ -1026,3 +1026,13 @@ sys/dev/virtio/viocon.c 1.10 viocon(4): PR 58555: fix crash at boot on certain hosts. [riastradh, ticket #778] +libexec/ld.elf_so/arch/hppa/hppa_reloc.c 1.52 + + hppa: ld.elf_so(1): avoid a crash on R_PARISC_NONE relocations. + [macallan, ticket #779] + +tests/net/if_tap/t_tap.sh 1.12 + + t_tap: fix `tap_bridged` test case. + [rin, ticket #780] +