Module Name: src Committed By: martin Date: Sun Nov 17 13:41:13 UTC 2024
Modified Files: src/doc [netbsd-10]: CHANGES-10.1 Log Message: Tickets #1000 - #1006 To generate a diff of this commit: cvs rdiff -u -r1.1.2.66 -r1.1.2.67 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.66 src/doc/CHANGES-10.1:1.1.2.67 --- src/doc/CHANGES-10.1:1.1.2.66 Fri Nov 8 12:11:39 2024 +++ src/doc/CHANGES-10.1 Sun Nov 17 13:41:12 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.1,v 1.1.2.66 2024/11/08 12:11:39 martin Exp $ +# $NetBSD: CHANGES-10.1,v 1.1.2.67 2024/11/17 13:41:12 martin Exp $ A complete list of changes from the NetBSD 10.0 release on 2024-03-28 until the 10.1 release: @@ -3601,3 +3601,48 @@ xsrc/external/mit/xorg-server.old/dist/r CVE-2024-21886, ZDI-CAN-22840 [mrg, ticket #999] +sys/kern/kern_exec.c 1.522 + Fix lock leak in error path. + [mlelstv, ticket #1000] + +external/cddl/osnet/dist/uts/common/fs/zfs/zvol.c 1.14 + + zvol: Implement DIOCCACHESYNC for zfs volumes (zvol). + [gdt, ticket #1001] + +tests/net/npf/t_npf.sh 1.5-1.7 +usr.sbin/npf/npfctl/npf_bpf_comp.c 1.17 +usr.sbin/npf/npftest/libnpftest/npf_rule_test.c 1.20-1.23 +usr.sbin/npf/npftest/npftest.conf 1.10-1.12 + + npf: PR 55403: fix compilation of rules that match sets of multiple + IPv6 addresses or address ranges at a time in npfctl(8). + [riastradh, ticket #1002] + +sys/kern/kern_descrip.c 1.264 + + Fix close-on-exec flag (O_CLOEXEC). + [kre, ticket #1003] + +lib/libc/string/__strsignal.c 1.26 +sys/arch/macppc/stand/fixcoff/fixcoff.c 1.13 +tools/compat/Makefile 1.93 +tools/compat/compat_defs.h 1.123 +tools/compat/configure 1.106 +tools/compat/configure.ac 1.108 +tools/compat/nbtool_config.h.in 1.57 +usr.bin/elf2aout/elf2aout.c 1.24 + + Build portability fixes. + [kre, ticket #1004] + +sbin/gpt/add.c 1.45 + + gpt(8): PR 58806: never create a partition with a null guid. + [kre, ticket #1005] + +share/man/man5/security.conf.5 1.44 + + security.conf(5): fix path for /var/backups + [plunky, ticket #1006] +