Module Name: src Committed By: martin Date: Mon Jul 31 16:54:43 UTC 2023
Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1676 - #1685 To generate a diff of this commit: cvs rdiff -u -r1.1.2.82 -r1.1.2.83 src/doc/CHANGES-9.4 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.4 diff -u src/doc/CHANGES-9.4:1.1.2.82 src/doc/CHANGES-9.4:1.1.2.83 --- src/doc/CHANGES-9.4:1.1.2.82 Sun Jul 30 12:15:40 2023 +++ src/doc/CHANGES-9.4 Mon Jul 31 16:54:43 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.82 2023/07/30 12:15:40 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.83 2023/07/31 16:54:43 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1716,3 +1716,73 @@ lib/csu/arch/vax/crtbegin.S 1.8,1.9 vax/csu: fix register preservation. [rin, ticket #1675] +sys/arch/aarch64/aarch64/cpuswitch.S 1.40 (patch) +sys/arch/aarch64/aarch64/locore.S 1.91 (patch) +sys/arch/alpha/include/asm.h 1.45 (patch) +sys/arch/arm/arm/armv6_start.S 1.38 (patch) +sys/arch/arm/arm32/cpuswitch.S 1.106 (patch) +sys/arch/evbmips/ingenic/cpu_startup.S 1.2 (patch) +sys/arch/hppa/include/cpu.h 1.13 (patch) +sys/arch/ia64/ia64/machdep.c 1.44 (patch) +sys/arch/ia64/ia64/vm_machdep.c 1.18 (patch) +sys/arch/mips/include/asm.h 1.74 (patch) +sys/arch/mips/mips/locore.S 1.229 (patch) +sys/arch/mips/mips/locore_mips3.S 1.116 (patch) +sys/arch/powerpc/powerpc/locore_subr.S 1.67 (patch) +sys/arch/sparc/sparc/locore.s 1.284 (patch) +sys/arch/sparc64/sparc64/locore.s 1.432 (patch) +sys/arch/vax/vax/subr.S 1.42 (patch) + + PR 57240: add missing barriers in cpu_switchto. + [riastradh, ticket #1676] + +sys/kern/kern_lock.c 1.182 +sys/kern/kern_mutex.c 1.102 +sys/kern/kern_rwlock.c 1.67 + + Sprinkle __predict_{true,false} for panicstr checks. + [riastradh, ticket #1677] + +sys/kern/kern_rwlock.c 1.68 (patch) + + rwlock(9): Fix membars. + [riastradh, ticket #1678] + +sys/arch/xen/x86/xen_intr.c 1.31 + + xen: fix potential preemption races in interrupt disabling. + [riastradh, ticket #1679] + +sys/arch/xen/xen/if_xennet_xenbus.c 1.129 (apply minimal patch) + + xennet(4): add missing membar. + [riastradh, ticket #1680] + +sys/arch/xen/x86/hypervisor_machdep.c 1.46 (patch) + + xen: fix preemption race in stipending. + [riastradh, ticket #1681] + +sys/fs/hfs/libhfs.c 1.16,1.17 +sys/fs/hfs/libhfs.h 1.9 + + fs/hfs: Fix undefined behaviour. + [riastradh, ticket #1682] + +lib/libc/sys/mremap.2 1.8 + + mremap(2): Fix example to use MAP_PRIVATE. + [riastradh, ticket #1683] + +sys/netatalk/at_control.c 1.44 + + netatalk: Fix potential user-controlled buffer overruns through + sa_len by ignoring what the user specified and computing it in + the kernel instead from known-good sizes. + [riastradh, ticket #1684] + +sys/kern/uipc_domain.c 1.109 + + sockaddr(9): fix uninitialized buffer in DIAGNOSTIC checks. + [riastradh, ticket #1685] +