CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Jan 7 16:17:42 UTC 2025 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1934 To generate a diff of this commit: cvs rdiff -u -r1.1.2.46 -r1.1.2.47 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.46 src/doc/CHANGES-9.5:1.1.2.47 --- src/doc/CHANGES-9.5:1.1.2.46 Thu Jan 2 19:56:03 2025 +++ src/doc/CHANGES-9.5 Tue Jan 7 16:17:41 2025 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.46 2025/01/02 19:56:03 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.47 2025/01/07 16:17:41 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -713,3 +713,11 @@ sys/conf/copyright1.23 Welcome to 2025! [jnemeth, ticket #1933] +sys/ufs/ext2fs/ext2fs_vfsops.c 1.228 +sys/ufs/ffs/ffs_vfsops.c 1.383,1.384 (patch) +sys/ufs/ffs/ffs_wapbl.c1.50 +sys/ufs/lfs/lfs_vfsops.c 1.383 + + ffs: PR 58837: missing locking around fs_fmod/time. + [hannken, ticket #1934] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Jan 7 16:17:42 UTC 2025 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1934 To generate a diff of this commit: cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Jan 2 19:56:03 UTC 2025 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1932 and #1933 To generate a diff of this commit: cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Jan 2 19:56:03 UTC 2025 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1932 and #1933 To generate a diff of this commit: cvs rdiff -u -r1.1.2.45 -r1.1.2.46 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.45 src/doc/CHANGES-9.5:1.1.2.46 --- src/doc/CHANGES-9.5:1.1.2.45 Tue Dec 31 01:10:40 2024 +++ src/doc/CHANGES-9.5 Thu Jan 2 19:56:03 2025 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.45 2024/12/31 01:10:40 snj Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.46 2025/01/02 19:56:03 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -702,3 +702,14 @@ build.sh 1.383, 1.384, 1.388 via pat system in use). [martin, ticket #1931] +bin/sh/var.c 1.88 + + sh(1): fix a core dump that can occur if TZ is unset and ToD_FORMAT + contains and strftime() conversions which need to know the zone. + [kre, ticket #1932] + +sys/conf/copyright1.23 + + Welcome to 2025! + [jnemeth, ticket #1933] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: snj Date: Tue Dec 31 01:10:40 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: 1931 To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: snj Date: Tue Dec 31 01:10:40 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: 1931 To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 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.44 src/doc/CHANGES-9.5:1.1.2.45 --- src/doc/CHANGES-9.5:1.1.2.44 Sun Dec 15 15:05:18 2024 +++ src/doc/CHANGES-9.5 Tue Dec 31 01:10:40 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.44 2024/12/15 15:05:18 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.45 2024/12/31 01:10:40 snj Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -695,3 +695,10 @@ lib/libpthread/res_state.c 1.8 libpthread: PR 5: zero-initialize res_state objects. [riastradh, ticket #1930] +build.sh 1.383, 1.384, 1.388 via patch + + Add a new operation "show-revisionid" that extracts a marker + usable to recreate the source (depending on the revision control + system in use). + [martin, ticket #1931] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Dec 15 15:05:18 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1930 To generate a diff of this commit: cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Dec 15 15:05:18 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1930 To generate a diff of this commit: cvs rdiff -u -r1.1.2.43 -r1.1.2.44 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.43 src/doc/CHANGES-9.5:1.1.2.44 --- src/doc/CHANGES-9.5:1.1.2.43 Mon Nov 25 10:28:44 2024 +++ src/doc/CHANGES-9.5 Sun Dec 15 15:05:18 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.43 2024/11/25 10:28:44 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.44 2024/12/15 15:05:18 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -690,3 +690,8 @@ usr.bin/getent/getent.c1.20,1.21 database. [kre, ticket #1929] +lib/libpthread/res_state.c 1.8 + + libpthread: PR 5: zero-initialize res_state objects. + [riastradh, ticket #1930] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Nov 25 10:28:44 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1929 To generate a diff of this commit: cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Nov 25 10:28:44 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1929 To generate a diff of this commit: cvs rdiff -u -r1.1.2.42 -r1.1.2.43 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.42 src/doc/CHANGES-9.5:1.1.2.43 --- src/doc/CHANGES-9.5:1.1.2.42 Wed Nov 20 14:10:32 2024 +++ src/doc/CHANGES-9.5 Mon Nov 25 10:28:44 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.42 2024/11/20 14:10:32 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.43 2024/11/25 10:28:44 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -684,3 +684,9 @@ tests/lib/libc/sys/t_select.c 1.5 (pat very large fd_set inputs with bad file descriptors included. [riastradh, ticket #1926] +usr.bin/getent/getent.c1.20,1.21 + + getent(1): PR 58836: make sure all 3 colons are printed for group + database. + [kre, ticket #1929] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Nov 20 14:10:32 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1921, #1923 and #1926 To generate a diff of this commit: cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Nov 20 14:10:32 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1921, #1923 and #1926 To generate a diff of this commit: cvs rdiff -u -r1.1.2.41 -r1.1.2.42 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.41 src/doc/CHANGES-9.5:1.1.2.42 --- src/doc/CHANGES-9.5:1.1.2.41 Mon Nov 18 19:51:36 2024 +++ src/doc/CHANGES-9.5 Wed Nov 20 14:10:32 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.41 2024/11/18 19:51:36 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.42 2024/11/20 14:10:32 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -644,3 +644,43 @@ external/cddl/osnet/dist/uts/common/fs/z zfs: PR 58111: fix possible data corruption on FIOSEEKDATA/FIOSEEKHOLE. [riastradh, ticket #1928] +sys/compat/netbsd32/netbsd32_ioctl.c 1.107 (patch) +sys/ddb/db_xxx.c1.72,1.73 (patch) +sys/kern/kern_descrip.c1.244,1.245,1.252 (patch) +sys/kern/kern_event.c1.106 (patch) +sys/kern/kern_sig.c1.383,1.384 (patch) +sys/kern/subr_exec_fd.c1.9,1.10 (patch) +sys/kern/sys_aio.c1.46 (patch) +sys/kern/sys_descrip.c1.36 (patch) +sys/kern/sys_select.c1.51 (patch) +sys/kern/uipc_socket2.c1.135,1.136 (patch) +sys/kern/uipc_usrreq.c1.195,1.196 (patch) +sys/miscfs/fdesc/fdesc_vnops.c 1.132 (patch) +sys/miscfs/procfs/procfs_vnops.c 1.208 (patch) + + kern: Fix memory ordering around loads of struct filedesc::fd_dt + and struct fdfile::ff_file by using atomic_load_consume where + access is not already serialized by a mutex or an exclusive + reference count. (This affects only MP Alpha.) + + Fix memory ordering around decrement of struct fdfile::ff_refcnt + to avoid potential use-after-free. (This affects all MP + architectures with relaxed memory ordering and without + __HAVE_ATOMIC_AS_MEMBAR.) + [riastradh, ticket #1921] + +lib/libc/arch/aarch64/gen/fpsetround.c 1.4 +tests/lib/libc/gen/t_fpsetround.c 1.7,1.8 + + aarch64 fpsetround(3): PR 58782: don't flip on flush-to-zero mode + when setting the floating-point rounding mode. + Add test for this. + [riastradh, ticket #1923] + +sys/kern/sys_select.c1.67 (patch) +tests/lib/libc/sys/t_select.c 1.5 (patch) + + select(2): PR 57504: fail with EBADF, rather than hanging, on + very large fd_set inputs with bad file descriptors included. + [riastradh, ticket #1926] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Nov 18 19:51:36 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1927 and #1928 To generate a diff of this commit: cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Nov 18 19:51:36 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1927 and #1928 To generate a diff of this commit: cvs rdiff -u -r1.1.2.40 -r1.1.2.41 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.40 src/doc/CHANGES-9.5:1.1.2.41 --- src/doc/CHANGES-9.5:1.1.2.40 Mon Nov 18 18:21:21 2024 +++ src/doc/CHANGES-9.5 Mon Nov 18 19:51:36 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.40 2024/11/18 18:21:21 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.41 2024/11/18 19:51:36 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -626,3 +626,21 @@ external/bsd/nvi/dist/regex/engine.c 1. vi(1): PR 57630: fix crash on certain substitutions. [riastradh, ticket #1925] +lib/libtelnet/enc-proto.h 1.11 +lib/libtelnet/enc_des.c1.18 +lib/libtelnet/encrypt.c1.20 +lib/libtelnet/encrypt.h1.10 +libexec/telnetd/state.c1.33,1.35 +libexec/telnetd/sys_term.c 1.50 +libexec/telnetd/telnetd.c 1.59,1.60 + + telnetd(8): PR 21450, PR 58787: fix issues in autologin, a memory + leak of getaddrinfo(3), and a buffer overrun on input. + [riastradh, ticket #1927] + +external/cddl/osnet/dist/uts/common/fs/zfs/dmu.c 1.7 +external/cddl/osnet/dist/uts/common/fs/zfs/vdev.c 1.7 + + zfs: PR 58111: fix possible data corruption on FIOSEEKDATA/FIOSEEKHOLE. + [riastradh, ticket #1928] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Nov 18 18:21:21 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1924 and #1925 To generate a diff of this commit: cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Nov 18 18:21:21 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1924 and #1925 To generate a diff of this commit: cvs rdiff -u -r1.1.2.39 -r1.1.2.40 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.39 src/doc/CHANGES-9.5:1.1.2.40 --- src/doc/CHANGES-9.5:1.1.2.39 Mon Nov 18 18:05:51 2024 +++ src/doc/CHANGES-9.5 Mon Nov 18 18:21:21 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.39 2024/11/18 18:05:51 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.40 2024/11/18 18:21:21 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -613,3 +613,16 @@ tests/kernel/t_cloexec.c 1.1 (patch) Add tests and comments for close-on-exec fixes from ticket #1919 [riastradh, ticket #1922] +sys/arch/x86/x86/pmap.c1.427 + + x86/pmap: PR 58666: fix null pointer dereference under memory + pressure by passing _all_ the flags necessary for uvm_km_alloc + to wait rather than fail, not just some of them; this way + pmap_pdp_alloc never returns a null pointer, as callers expect. + [riastradh, ticket #1924] + +external/bsd/nvi/dist/regex/engine.c 1.4 + + vi(1): PR 57630: fix crash on certain substitutions. + [riastradh, ticket #1925] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Nov 18 18:05:51 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1922 To generate a diff of this commit: cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Nov 18 18:05:51 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1922 To generate a diff of this commit: cvs rdiff -u -r1.1.2.38 -r1.1.2.39 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.38 src/doc/CHANGES-9.5:1.1.2.39 --- src/doc/CHANGES-9.5:1.1.2.38 Sun Nov 17 13:38:07 2024 +++ src/doc/CHANGES-9.5 Mon Nov 18 18:05:51 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.38 2024/11/17 13:38:07 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.39 2024/11/18 18:05:51 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -602,3 +602,14 @@ sbin/gpt/add.c 1.45 gpt(8): PR 58806: never create a partition with a null guid. [kre, ticket #1920] +distrib/sets/lists/debug/mi 1.454 (patch) +distrib/sets/lists/tests/mi 1.1346 (patch) +sys/compat/netbsd32/netbsd32_ioctl.c 1.122 (patch) +sys/sys/filedesc.h1.71 (patch) +tests/kernel/Makefile1.83 (patch) +tests/kernel/h_cloexec.c 1.1 (patch) +tests/kernel/t_cloexec.c 1.1 (patch) + + Add tests and comments for close-on-exec fixes from ticket #1919 + [riastradh, ticket #1922] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Nov 17 13:38:07 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1918 - #1920 To generate a diff of this commit: cvs rdiff -u -r1.1.2.37 -r1.1.2.38 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.37 src/doc/CHANGES-9.5:1.1.2.38 --- src/doc/CHANGES-9.5:1.1.2.37 Fri Nov 8 12:14:37 2024 +++ src/doc/CHANGES-9.5 Sun Nov 17 13:38:07 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.37 2024/11/08 12:14:37 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.38 2024/11/17 13:38:07 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -583,3 +583,22 @@ external/mit/xorg-server.old/dist/randr/ CVE-2024-21886, ZDI-CAN-22840 [mrg, ticket #1917] +tests/net/npf/t_npf.sh1.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 #1918] + +sys/kern/kern_descrip.c1.264 (patch) + + Fix close-on-exec flag (O_CLOEXEC). + [kre, ticket #1919] + +sbin/gpt/add.c 1.45 + + gpt(8): PR 58806: never create a partition with a null guid. + [kre, ticket #1920] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Nov 17 13:38:07 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1918 - #1920 To generate a diff of this commit: cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Nov 8 12:14:37 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1917 To generate a diff of this commit: cvs rdiff -u -r1.1.2.36 -r1.1.2.37 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.36 src/doc/CHANGES-9.5:1.1.2.37 --- src/doc/CHANGES-9.5:1.1.2.36 Sun Nov 3 15:54:39 2024 +++ src/doc/CHANGES-9.5 Fri Nov 8 12:14:37 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.36 2024/11/03 15:54:39 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.37 2024/11/08 12:14:37 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -557,3 +557,29 @@ xsrc/external/mit/xorg-server/dist/xkb/x CVE-2024-31081, CVE-2024-9632 [mrg, ticket #1916] +external/mit/xorg-server.old/dist/Xi/exevents.c 1.3 +external/mit/xorg-server.old/dist/Xi/exevents.c 1.4 +external/mit/xorg-server.old/dist/Xi/xichangehierarchy.c 1.3 +external/mit/xorg-server.old/dist/Xi/xipassivegrab.c 1.2 +external/mit/xorg-server.old/dist/Xi/xiproperty.c 1.3 +external/mit/xorg-server.old/dist/Xi/xiquerypointer.c 1.2 +external/mit/xorg-server.old/dist/Xi/xiselectev.c 1.2 +external/mit/xorg-server.old/dist/dix/devices.c 1.2 +external/mit/xorg-server.old/dist/dix/devices.c 1.3 +external/mit/xorg-server.old/dist/dix/property.c 1.2 +external/mit/xorg-server.old/dist/glx/glxcmds.c 1.2 +external/mit/xorg-server.old/dist/randr/rrproperty.c 1.3 + + xorg.old: merge upstream changes for + CVE-2022-46344, ZDI-CAN 19405 + CVE-2023-6478, ZDI-CAN-22561 + CVE-2023-6816, ZDI-CAN-22664, ZDI-CAN-22665 + CVE-2024-0229, ZDI-CAN-22678 + CVE-2024-0408 + CVE-2024-21885, ZDI-CAN-22744 + CVE-2024-21886, ZDI-CAN-22840 + CVE-2024-31080 + CVE-2024-31081 + CVE-2024-21886, ZDI-CAN-22840 + [mrg, ticket #1917] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Nov 8 12:14:37 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1917 To generate a diff of this commit: cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Nov 3 15:54:39 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1916 To generate a diff of this commit: cvs rdiff -u -r1.1.2.35 -r1.1.2.36 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.35 src/doc/CHANGES-9.5:1.1.2.36 --- src/doc/CHANGES-9.5:1.1.2.35 Sat Oct 26 15:06:49 2024 +++ src/doc/CHANGES-9.5 Sun Nov 3 15:54:39 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.35 2024/10/26 15:06:49 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.36 2024/11/03 15:54:39 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -539,3 +539,21 @@ external/cddl/osnet/sys/sys/types.h 1.2 PR 57807: fix cross-build on recent -current. [rin, ticket #1915] +xsrc/external/mit/xorg-server/dist/Xi/exevents.c (apply patch) +xsrc/external/mit/xorg-server/dist/Xi/xichangehierarchy.c (apply patch) +xsrc/external/mit/xorg-server/dist/Xi/xipassivegrab.c (apply patch) +xsrc/external/mit/xorg-server/dist/Xi/xiquerypointer.c (apply patch) +xsrc/external/mit/xorg-server/dist/Xi/xiselectev.c (apply patch) +xsrc/external/mit/xorg-server/dist/dix/devices.c (apply patch) +xsrc/external/mit/xorg-server/dist/dix/enterleave.c (apply patch) +xsrc/external/mit/xorg-server/dist/glx/glxcmds.c (apply patch) +xsrc/external/mit/xorg-server/dist/randr/rrproperty.c (apply patch) +xsrc/external/mit/xorg-server/dist/randr/rrproviderproperty.c (apply patch) +xsrc/external/mit/xorg-server/dist/xkb/xkb.c (apply patch) + + Update xorg-server to have various missing CVE fixes: + CVE-2023-6377, CVE-2023-6478, CVE-2023-6816, CVE-2024-0229, + CVE-2024-0408, CVE-2024-21885, CVE-2024-21886, CVE-2024-31080, + CVE-2024-31081, CVE-2024-9632 + [mrg, ticket #1916] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Nov 3 15:54:39 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1916 To generate a diff of this commit: cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Oct 26 15:06:49 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1915 To generate a diff of this commit: cvs rdiff -u -r1.1.2.34 -r1.1.2.35 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.34 src/doc/CHANGES-9.5:1.1.2.35 --- src/doc/CHANGES-9.5:1.1.2.34 Wed Oct 16 14:57:05 2024 +++ src/doc/CHANGES-9.5 Sat Oct 26 15:06:49 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.34 2024/10/16 14:57:05 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.35 2024/10/26 15:06:49 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -534,3 +534,8 @@ usr.bin/sed/process.c1.54 PR 58674: tools portability build "fixes". [kre, ticket #1914] +external/cddl/osnet/sys/sys/types.h 1.21 + + PR 57807: fix cross-build on recent -current. + [rin, ticket #1915] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Oct 26 15:06:49 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1915 To generate a diff of this commit: cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Oct 16 14:57:05 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ammend ticket #1913 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.33 -r1.1.2.34 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.33 src/doc/CHANGES-9.5:1.1.2.34 --- src/doc/CHANGES-9.5:1.1.2.33 Tue Oct 15 18:59:55 2024 +++ src/doc/CHANGES-9.5 Wed Oct 16 14:57:05 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.33 2024/10/15 18:59:55 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.34 2024/10/16 14:57:05 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -518,7 +518,7 @@ etc/mtree/special1.179 so that it gets saved in /var/backups. [riastradh, ticket #1912] -tests/usr.bin/gzip/t_gzip.sh 1.2 +tests/usr.bin/gzip/t_gzip.sh 1.2-1.4 usr.bin/gzip/unlz.c1.9,1.10 usr.bin/gzip/unxz.c1.9
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Oct 16 14:57:05 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ammend ticket #1913 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Oct 15 18:59:55 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1914 To generate a diff of this commit: cvs rdiff -u -r1.1.2.32 -r1.1.2.33 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.32 src/doc/CHANGES-9.5:1.1.2.33 --- src/doc/CHANGES-9.5:1.1.2.32 Tue Oct 15 13:29:14 2024 +++ src/doc/CHANGES-9.5 Tue Oct 15 18:59:55 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.32 2024/10/15 13:29:14 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.33 2024/10/15 18:59:55 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -525,3 +525,12 @@ usr.bin/gzip/unxz.c1.9 gzip(1) PR 58223: fix lzip dict size, do not write to stdout. [christos, ticket #1913] +bin/date/date.c (apply patch) +external/gpl2/gmake/dist/main.c 1.2 +sys/sys/signal.h1.77 +sys/sys/signal.h1.78 +usr.bin/sed/process.c1.54 + + PR 58674: tools portability build "fixes". + [kre, ticket #1914] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Oct 15 18:59:55 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1914 To generate a diff of this commit: cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Oct 15 13:29:14 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ammend ticket #1906 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 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.31 src/doc/CHANGES-9.5:1.1.2.32 --- src/doc/CHANGES-9.5:1.1.2.31 Tue Oct 15 06:23:47 2024 +++ src/doc/CHANGES-9.5 Tue Oct 15 13:29:14 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.31 2024/10/15 06:23:47 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.32 2024/10/15 13:29:14 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -475,7 +475,7 @@ distrib/sets/lists/debug/mi 1.435 (pat distrib/sets/lists/tests/mi 1.1315 (patch) lib/libm/src/s_nexttoward.c 1.3 (patch) tests/lib/libm/Makefile1.49 (patch) -tests/lib/libm/t_next.c1.1-1.6 (patch) +tests/lib/libm/t_next.c1.1-1.6 (patch), 1.7 lib/libm/src/s_nextafter.c 1.17 lib/libm/src/s_nexttowardf.c 1.4,1.5
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Oct 15 13:29:14 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ammend ticket #1906 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Oct 15 06:23:47 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ammend ticket #1906 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.30 -r1.1.2.31 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.30 src/doc/CHANGES-9.5:1.1.2.31 --- src/doc/CHANGES-9.5:1.1.2.30 Mon Oct 14 18:14:29 2024 +++ src/doc/CHANGES-9.5 Tue Oct 15 06:23:47 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.30 2024/10/14 18:14:29 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.31 2024/10/15 06:23:47 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -477,7 +477,7 @@ lib/libm/src/s_nexttoward.c 1.3 (patch tests/lib/libm/Makefile1.49 (patch) tests/lib/libm/t_next.c1.1-1.6 (patch) lib/libm/src/s_nextafter.c 1.17 -lib/libm/src/s_nexttowardf.c 1.4 +lib/libm/src/s_nexttowardf.c 1.4,1.5 nexttoward(3): PR 58236: fix for subnormal inputs so it goes in the correct direction, not the opposite direction.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Oct 15 06:23:47 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ammend ticket #1906 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Oct 14 18:14:29 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1913 To generate a diff of this commit: cvs rdiff -u -r1.1.2.29 -r1.1.2.30 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.29 src/doc/CHANGES-9.5:1.1.2.30 --- src/doc/CHANGES-9.5:1.1.2.29 Mon Oct 14 16:33:28 2024 +++ src/doc/CHANGES-9.5 Mon Oct 14 18:14:29 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.29 2024/10/14 16:33:28 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.30 2024/10/14 18:14:29 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -518,3 +518,10 @@ etc/mtree/special1.179 so that it gets saved in /var/backups. [riastradh, ticket #1912] +tests/usr.bin/gzip/t_gzip.sh 1.2 +usr.bin/gzip/unlz.c1.9,1.10 +usr.bin/gzip/unxz.c1.9 + + gzip(1) PR 58223: fix lzip dict size, do not write to stdout. + [christos, ticket #1913] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Oct 14 18:14:29 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1913 To generate a diff of this commit: cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Oct 14 16:33:29 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1911 and #1912 To generate a diff of this commit: cvs rdiff -u -r1.1.2.28 -r1.1.2.29 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.28 src/doc/CHANGES-9.5:1.1.2.29 --- src/doc/CHANGES-9.5:1.1.2.28 Mon Oct 14 16:14:22 2024 +++ src/doc/CHANGES-9.5 Mon Oct 14 16:33:28 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.28 2024/10/14 16:14:22 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.29 2024/10/14 16:33:28 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -507,3 +507,14 @@ share/man/man5/acct.51.10-1.12 acct(5): PR 58515: update man page to reflect reality. [riastradh, ticket #1910] +usr.bin/tic/tic.c1.42 + + tic(1): PR 58270: respect user's umask. + [riastradh, ticket #1911] + +etc/mtree/special1.179 + + /etc/mtree/special: PR 58465: add wpa_supplicant.conf as optional + so that it gets saved in /var/backups. + [riastradh, ticket #1912] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Oct 14 16:33:29 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1911 and #1912 To generate a diff of this commit: cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Oct 14 16:14:22 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ammend ticket #1906 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Oct 14 16:14:22 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ammend ticket #1906 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.27 -r1.1.2.28 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.27 src/doc/CHANGES-9.5:1.1.2.28 --- src/doc/CHANGES-9.5:1.1.2.27 Mon Oct 14 04:44:24 2024 +++ src/doc/CHANGES-9.5 Mon Oct 14 16:14:22 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.27 2024/10/14 04:44:24 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.28 2024/10/14 16:14:22 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -476,9 +476,13 @@ distrib/sets/lists/tests/mi 1.1315 (pa lib/libm/src/s_nexttoward.c 1.3 (patch) tests/lib/libm/Makefile1.49 (patch) tests/lib/libm/t_next.c1.1-1.6 (patch) +lib/libm/src/s_nextafter.c 1.17 +lib/libm/src/s_nexttowardf.c 1.4 nexttoward(3): PR 58236: fix for subnormal inputs so it goes in the correct direction, not the opposite direction. + Provide nexttowardf() and nexttowardl() on architectures + where they were missing before. [riastradh, ticket #1906] build.sh 1.378,1.379
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Oct 14 04:44:24 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Fix copy&pasto in entry for ticket #1906 To generate a diff of this commit: cvs rdiff -u -r1.1.2.26 -r1.1.2.27 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.26 src/doc/CHANGES-9.5:1.1.2.27 --- src/doc/CHANGES-9.5:1.1.2.26 Sun Oct 13 15:58:39 2024 +++ src/doc/CHANGES-9.5 Mon Oct 14 04:44:24 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.26 2024/10/13 15:58:39 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.27 2024/10/14 04:44:24 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -479,7 +479,7 @@ tests/lib/libm/t_next.c1.1-1.6 (patc nexttoward(3): PR 58236: fix for subnormal inputs so it goes in the correct direction, not the opposite direction. - [riastradh, ticket #963] + [riastradh, ticket #1906] build.sh 1.378,1.379
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Oct 14 04:44:24 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Fix copy&pasto in entry for ticket #1906 To generate a diff of this commit: cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Oct 13 15:58:39 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1900 - #1910 To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 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.25 src/doc/CHANGES-9.5:1.1.2.26 --- src/doc/CHANGES-9.5:1.1.2.25 Sat Oct 12 11:42:35 2024 +++ src/doc/CHANGES-9.5 Sun Oct 13 15:58:39 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.25 2024/10/12 11:42:35 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.26 2024/10/13 15:58:39 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -431,3 +431,75 @@ sys/conf/newvers.sh1.64 (patch) sys/conf/newvers: PR 58220: use ${TOOL_AWK} [riastradh, ticket #1899] +tests/lib/libc/c063/t_fchmodat.c 1.4-1.7 +tests/lib/libc/c063/t_utimensat.c 1.7 + + tests/lib/libc/c063: fix bugs in various tests so they actually + test what is intended by doing ATF_CHECK(foo == bar) instead of + ATF_CHECK(foo = bar), plus some other associated fixes and + tidying. + [riastradh, ticket #1900] + +tests/lib/libc/c063/t_utimensat.c 1.8,1.9 + + tests/lib/libc/c063: PR 58571: tidy up t_utimensat and skip the atime + tests on file systems mounted noatime. + [riastradh, ticket #1901] + +tools/README 1.6 + + tools/README: PR 58699: fix path to nbtools_config.h. + [riastradh, ticket #1902] + +external/gpl3/gcc/dist/gcc/regsub.cc 1.2 + (applied to .../regsub.c) + + tools/gcc: PR 58686: use for ssize_t (in our own + local patches to gcc) to fix tools on some platforms. + [riastradh, ticket #1903] + +sys/arch/xen/xen/xen_clock.c 1.19 (patch) + (applied to .../clock.c) + + xen clock: PR 58362: avoid passing stack garbage to hypervisor in + XENPF_settime, by zeroing the op first. + [riastradh, ticket #1904] + +lib/libc/compat/gen/compat_ldexp_ieee754.c 1.9 + + ldexp(3): PR 58347: avoid undefined behaviour in arithmetic overflow + on certain inputs. + [riastradh, ticket #1905] + +distrib/sets/lists/debug/mi 1.435 (patch) +distrib/sets/lists/tests/mi 1.1315 (patch) +lib/libm/src/s_nexttoward.c 1.3 (patch) +tests/lib/libm/Makefile1.49 (patch) +tests/lib/libm/t_next.c1.1-1.6 (patch) + + nexttoward(3): PR 58236: fix for subnormal inputs so it goes in + the correct direction, not the opposite direction. + [riastradh, ticket #963] + +build.sh 1.378,1.379 + + build.sh: PR 58399: improve xsrc existence test. + [riastradh, ticket #1907] + +share/man/man3/tm.31.6,1.7 + + tm(3): PR 58651: fix types of NetBSD extensions tm_gmtoff and + tm_zone in man page. + [riastradh, ticket #1908] + +share/man/man9/ts2timo.9 1.4,1.5 +sys/kern/subr_time.c1.39 (patch) + + PR 58733: avoid ts2timo() clobbering its arg. + [kre, ticket #1909] + +share/man/man5/acct.51.10-1.12 + + acct(5): PR 58515: update man page to reflect reality. + [riastradh, ticket #1910] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Oct 13 15:58:39 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1900 - #1910 To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Oct 12 11:42:35 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1899 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 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.24 src/doc/CHANGES-9.5:1.1.2.25 --- src/doc/CHANGES-9.5:1.1.2.24 Fri Oct 11 18:43:38 2024 +++ src/doc/CHANGES-9.5 Sat Oct 12 11:42:35 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.24 2024/10/11 18:43:38 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.25 2024/10/12 11:42:35 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -425,3 +425,9 @@ lib/libc/gen/readdir.c1.27 circumstances. [riastradh, ticket #1898] +sys/conf/newvers.mk1.4 (patch) +sys/conf/newvers.sh1.64 (patch) + + sys/conf/newvers: PR 58220: use ${TOOL_AWK} + [riastradh, ticket #1899] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Oct 12 11:42:35 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1899 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Oct 11 18:43:38 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1898 To generate a diff of this commit: cvs rdiff -u -r1.1.2.23 -r1.1.2.24 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.23 src/doc/CHANGES-9.5:1.1.2.24 --- src/doc/CHANGES-9.5:1.1.2.23 Fri Oct 11 17:38:21 2024 +++ src/doc/CHANGES-9.5 Fri Oct 11 18:43:38 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.23 2024/10/11 17:38:21 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.24 2024/10/11 18:43:38 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -418,3 +418,10 @@ lib/libc/locale/wcsrtombs.3 1.14-1.16 mbsnrtowcs(3), wcsnrtombs(3): PR 52343: add man pages. [riastradh, ticket #1897] +lib/libc/gen/readdir.c1.27 + + readdir(3): PR 57145: preserve errno on end-of-directory as + required by POSIX. Fixes random errors in gmake under certain + circumstances. + [riastradh, ticket #1898] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Oct 11 18:43:38 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1898 To generate a diff of this commit: cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Oct 11 17:38:21 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1896 and #1897 To generate a diff of this commit: cvs rdiff -u -r1.1.2.22 -r1.1.2.23 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.22 src/doc/CHANGES-9.5:1.1.2.23 --- src/doc/CHANGES-9.5:1.1.2.22 Wed Oct 9 10:26:50 2024 +++ src/doc/CHANGES-9.5 Fri Oct 11 17:38:21 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.22 2024/10/09 10:26:50 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.23 2024/10/11 17:38:21 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -400,3 +400,21 @@ external/bsd/atf/dist/tools/atf-run.cpp isolation. [rin, ticket #1895] +sys/kern/kern_resource.c 1.190,1.191 (patch) +sys/kern/subr_time.c1.36,1.37 (patch) +sys/kern/subr_time.c1.38 (patch) +sys/sys/resourcevar.h1.58 (patch) +tests/lib/libc/sys/t_clock_gettime.c 1.4-1.6 (patch) + + clock_gettime(2): PR 57512: fix CLOCK_PROCESS/THREAD_CPUTIME_ID + so they are monotonic using the same calculation as getrusage. + [riastradh, ticket #1896] + +distrib/sets/lists/comp/mi 1.2473 +lib/libc/locale/Makefile.inc 1.68 +lib/libc/locale/mbsrtowcs.3 1.13-1.15 +lib/libc/locale/wcsrtombs.3 1.14-1.16 + + mbsnrtowcs(3), wcsnrtombs(3): PR 52343: add man pages. + [riastradh, ticket #1897] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Oct 11 17:38:21 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1896 and #1897 To generate a diff of this commit: cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Oct 9 10:26:50 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ammend ticket #1893 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.21 -r1.1.2.22 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.21 src/doc/CHANGES-9.5:1.1.2.22 --- src/doc/CHANGES-9.5:1.1.2.21 Tue Oct 8 11:30:35 2024 +++ src/doc/CHANGES-9.5 Wed Oct 9 10:26:50 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.21 2024/10/08 11:30:35 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.22 2024/10/09 10:26:50 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -381,7 +381,8 @@ crypto/external/bsd/openssh/dist/kex.c openssh: kex: do not pass NULL as %s for logit() in our local diff. [rin, ticket #1892] -crypto/external/bsd/openssh/dist/auth2.c 1.30 +crypto/external/bsd/openssh/dist/auth.c 1.37 +crypto/external/bsd/openssh/dist/auth2.c 1.30,1.32 crypto/external/bsd/openssh/dist/monitor.c 1.44 sshd(8): fix spurious block for users with multiple public keys.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Oct 9 10:26:50 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ammend ticket #1893 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Oct 8 11:30:36 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1892 - #1895 To generate a diff of this commit: cvs rdiff -u -r1.1.2.20 -r1.1.2.21 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.20 src/doc/CHANGES-9.5:1.1.2.21 --- src/doc/CHANGES-9.5:1.1.2.20 Wed Oct 2 18:28:23 2024 +++ src/doc/CHANGES-9.5 Tue Oct 8 11:30:35 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.20 2024/10/02 18:28:23 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.21 2024/10/08 11:30:35 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -376,3 +376,26 @@ sys/arch/sparc64/sparc64/lock_stubs.s 1 sparc64: add missing LoadStore ordering for mutex_enter stub. [rin, ticket #1891] +crypto/external/bsd/openssh/dist/kex.c 1.38 + + openssh: kex: do not pass NULL as %s for logit() in our local diff. + [rin, ticket #1892] + +crypto/external/bsd/openssh/dist/auth2.c 1.30 +crypto/external/bsd/openssh/dist/monitor.c 1.44 + + sshd(8): fix spurious block for users with multiple public keys. + [rin, ticket #1893] + +sys/netinet/tcp_input.c1.441 + + tcp_reass: PR 58708: mitigate CVE-2018-6922 (SegmentSmack). + [rin, ticket #1894] + +external/bsd/atf/dist/tools/atf-run.1 1.5 +external/bsd/atf/dist/tools/atf-run.cpp 1.6,1.7 + + atf-run(1): add support for running individual test cases under + isolation. + [rin, ticket #1895] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Oct 8 11:30:36 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1892 - #1895 To generate a diff of this commit: cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
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.c1.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] +
CVS commit: [netbsd-9] src/doc
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.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Sep 13 14:47:59 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1886 and #1888 To generate a diff of this commit: cvs rdiff -u -r1.1.2.18 -r1.1.2.19 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.18 src/doc/CHANGES-9.5:1.1.2.19 --- src/doc/CHANGES-9.5:1.1.2.18 Mon Sep 9 17:02:17 2024 +++ src/doc/CHANGES-9.5 Fri Sep 13 14:47:58 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.18 2024/09/09 17:02:17 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.19 2024/09/13 14:47:58 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -349,3 +349,14 @@ sys/external/bsd/libnv/dist/nvpair.c 1. libnv(9), npf(4): PR 58652: fix NUL bounds check. [riastradh, ticket #1885] +sys/net/bpf.c 1.256,1.257 +sys/net/bpfdesc.h1.49,1.50 + + bpf(4): PR 58596: fix locking. + [ozaki-r, ticket #1886] + +sys/kern/subr_localcount.c 1.8 + + localcount(9): PR 58610: update per-CPU total at splhigh. + [riastradh, ticket #1888] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Sep 13 14:47:59 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1886 and #1888 To generate a diff of this commit: cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Sep 9 17:02:17 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ammend ticket #1883 for partial backout To generate a diff of this commit: cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Sep 9 17:02:17 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ammend ticket #1883 for partial backout To generate a diff of this commit: cvs rdiff -u -r1.1.2.17 -r1.1.2.18 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.17 src/doc/CHANGES-9.5:1.1.2.18 --- src/doc/CHANGES-9.5:1.1.2.17 Thu Sep 5 10:13:19 2024 +++ src/doc/CHANGES-9.5 Mon Sep 9 17:02:17 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.17 2024/09/05 10:13:19 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.18 2024/09/09 17:02:17 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -329,7 +329,6 @@ usr.sbin/mountd/mountd.8 1.43 sys/netinet/if_arp.c1.314 sys/netinet/in.c1.248 -tests/net/arp/t_arp.sh1.46 tests/net/arp/t_dad.sh1.16 ipv4: fix some behaviors when DAD is disabled
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Sep 5 10:13:19 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1885 To generate a diff of this commit: cvs rdiff -u -r1.1.2.16 -r1.1.2.17 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.16 src/doc/CHANGES-9.5:1.1.2.17 --- src/doc/CHANGES-9.5:1.1.2.16 Tue Sep 3 15:29:57 2024 +++ src/doc/CHANGES-9.5 Thu Sep 5 10:13:19 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.16 2024/09/03 15:29:57 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.17 2024/09/05 10:13:19 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -345,3 +345,8 @@ sys/arch/i386/stand/lib/getextmemx.c 1. copy more than the requested data when querying memory details. [andvar, ticket #1884] +sys/external/bsd/libnv/dist/nvpair.c 1.13 + + libnv(9), npf(4): PR 58652: fix NUL bounds check. + [riastradh, ticket #1885] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Sep 5 10:13:19 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1885 To generate a diff of this commit: cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Sep 3 15:29:57 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1884 To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Sep 3 15:29:57 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1884 To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 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.15 src/doc/CHANGES-9.5:1.1.2.16 --- src/doc/CHANGES-9.5:1.1.2.15 Sat Aug 24 16:50:25 2024 +++ src/doc/CHANGES-9.5 Tue Sep 3 15:29:57 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.15 2024/08/24 16:50:25 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.16 2024/09/03 15:29:57 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -336,3 +336,12 @@ tests/net/arp/t_dad.sh1.16 and add tests. [ozaki-r, ticket #1883] +sys/arch/i386/stand/lib/biosmemx.S 1.12,1.13 +sys/arch/i386/stand/lib/bootinfo_memmap.c 1.7,1.8 +sys/arch/i386/stand/lib/getextmemx.c 1.11,1.12 + + + x86: PR 49470: work around broken BIOS implementations that + copy more than the requested data when querying memory details. + [andvar, ticket #1884] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Aug 24 16:50:25 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Adjust #1877 for additional pullups. Note tickets #1878 - #1883 To generate a diff of this commit: cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Aug 24 16:50:25 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Adjust #1877 for additional pullups. Note tickets #1878 - #1883 To generate a diff of this commit: cvs rdiff -u -r1.1.2.14 -r1.1.2.15 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.14 src/doc/CHANGES-9.5:1.1.2.15 --- src/doc/CHANGES-9.5:1.1.2.14 Fri Aug 23 18:35:12 2024 +++ src/doc/CHANGES-9.5 Sat Aug 24 16:50:25 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.14 2024/08/23 18:35:12 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.15 2024/08/24 16:50:25 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -287,6 +287,7 @@ distrib/sets/lists/debug/mi 1.433 distrib/sets/lists/tests/mi 1.1313 (patch) etc/mtree/NetBSD.dist.tests 1.204 external/gpl3/gcc/dist/libstdc++-v3/config/io/basic_file_stdio.cc 1.2 +tests/lib/Makefile1.36 tests/lib/libstdc++/Makefile 1.1 tests/lib/libstdc++/h_cin_nosync.cc 1.1 tests/lib/libstdc++/t_sync_with_stdio.sh 1.1,1.2 @@ -295,3 +296,43 @@ tests/lib/libstdc++/t_sync_with_stdio.sh don't fflush stdin. [riastradh, ticket #1877] +distrib/cdrom/Makefile1.53 +etc/etc.mac68k/Makefile.inc 1.24 + + PR 41266: change mkisofs invocation to not error out on + expected file changes. + [hauke, ticket #1878] + +sys/uvm/uvm_map.c1.423,1.425 (patch) + + uvm_map(9): PR 51254_ make sure search in the nearest gap is monotonic. + [riastradh, ticket #1879] + +sys/dev/pci/pucdata.c1.116 + + puc(4): PR 58358: add Brainboxes puc(4) devices. + [jakllsch, ticket #1880] + +lib/libc/time/strptime.c 1.64-1.66 (patch) +tests/lib/libc/time/t_strptime.c 1.16 (patch) + + strptime(3): PR 58041: add tests and avoid arithmetic +overflow. + [riastradh, ticket #1881] + +sbin/fsirand/fsirand.81.11 +usr.sbin/mountd/exports.5 1.33-1.38 +usr.sbin/mountd/mountd.8 1.43 + + nfs: PR 58063: clarify export semantics and security model. + [riastradh, ticket #1882] + +sys/netinet/if_arp.c1.314 +sys/netinet/in.c1.248 +tests/net/arp/t_arp.sh1.46 +tests/net/arp/t_dad.sh1.16 + + ipv4: fix some behaviors when DAD is disabled + and add tests. + [ozaki-r, ticket #1883] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Aug 23 18:35:13 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1867 - #1877 To generate a diff of this commit: cvs rdiff -u -r1.1.2.13 -r1.1.2.14 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.13 src/doc/CHANGES-9.5:1.1.2.14 --- src/doc/CHANGES-9.5:1.1.2.13 Thu Aug 22 20:02:15 2024 +++ src/doc/CHANGES-9.5 Fri Aug 23 18:35:12 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.13 2024/08/22 20:02:15 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.14 2024/08/23 18:35:12 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -206,3 +206,92 @@ tests/lib/libc/stdio/t_printf.c 1.11-1 PR 56937: libc: add tests for printf(3) long double %a. [riastradh, ticket #1866] +sys/netbt/bt_proto.c1.17 + + netbt(4): PR 56988: initialize bt_lock earlier. + [riastradh, ticket #1867] + +sys/dev/hdaudio/hdafg.c1.30 + + hdafg(4): PR 57322: do hotplug detection in kthread, not callout. + [riastradh, ticket #1868] + +sys/dev/acpi/acpi_display.c 1.24 + + acpiout(4): PR 57825: fix brightness controls on certain + machines. + [riastradh, ticket #1869] + +common/lib/libc/stdlib/_strtoi.h 1.3 +lib/libc/stdlib/Makefile.inc 1.97 +lib/libc/stdlib/strtoi.3 1.8,1.9 +lib/libc/stdlib/strtonum.c 1.7 +lib/libc/stdlib/strtou.3 delete +tests/lib/libc/stdlib/t_strtoi.c 1.3 + + strtoi(3), strtou(3): PR 57828: prioritize ERANGE over ENOTSUP. + [riastradh, ticket #1870] + +sys/sys/socket.h1.132 + + : PR 57871: use unsigned char, not u_char, for + POSIX apps. + [riastradh, ticket #1871] + +distrib/sets/lists/debug/mi 1.425 +distrib/sets/lists/tests/mi 1.1306 (patch) +lib/libc/arch/arm/gen/setjmp.S 1.19 +lib/libc/arch/i386/gen/setjmp.S 1.18 +lib/libc/arch/i386/gen/sigsetjmp.S 1.19 +lib/libc/arch/sh3/gen/setjmp.S 1.12 +lib/libc/arch/sh3/gen/sigsetjmp.S 1.11 +lib/libc/arch/x86_64/gen/__setjmp14.S 1.4 +lib/libc/arch/x86_64/gen/__sigsetjmp14.S 1.4 +tests/lib/libc/setjmp/Makefile 1.3 +tests/lib/libc/setjmp/t_sigstack.c 1.1-1.12 + + longjmp(3): PR 57946: restore stack first, then signal mask. + [riastradh, ticket #1872] + +sys/ufs/ext2fs/ext2fs_dir.h 1.23 + + ext2fs: PR 58018: fix readdir type for regular files. + [riastradh, ticket #1873] + +usr.bin/audio/common/wav.c 1.23 +usr.bin/audio/record/record.c 1.59 + + audioplay(1)/audiorecord(1): PR 57973: + - fix a bug in the RIFF parser on 64-bit platforms + - fix audio-conversion functions for two types of input/output + [mrg, ticket #1874] + +usr.bin/config/defs.h1.109 +usr.bin/config/files.c1.38 +usr.bin/config/mkioconf.c 1.36 +usr.bin/config/mkmakefile.c 1.73 +usr.bin/config/pack.c1.11 + + config(1): PR 58115: make sort order deterministic to fix + reproducible build. + [riastradh, ticket #1875] + +external/mpl/bind/dist/lib/ns/query.c 1.21 + + named(8): PR 58170: remove incorrect blocklist report for a + request that we cannot evaluate legitimacy of, in order to + avoid blocking legitimate clients. + [riastradh, ticket #1876] + +distrib/sets/lists/debug/mi 1.433 +distrib/sets/lists/tests/mi 1.1313 (patch) +etc/mtree/NetBSD.dist.tests 1.204 +external/gpl3/gcc/dist/libstdc++-v3/config/io/basic_file_stdio.cc 1.2 +tests/lib/libstdc++/Makefile 1.1 +tests/lib/libstdc++/h_cin_nosync.cc 1.1 +tests/lib/libstdc++/t_sync_with_stdio.sh 1.1,1.2 + + libstdc++: PR 58206: avoid undefined behaviour in sync_with_stdio - + don't fflush stdin. + [riastradh, ticket #1877] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Aug 23 18:35:13 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1867 - #1877 To generate a diff of this commit: cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Aug 22 20:02:16 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1865 and #1866 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Aug 22 20:02:16 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1865 and #1866 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 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.12 src/doc/CHANGES-9.5:1.1.2.13 --- src/doc/CHANGES-9.5:1.1.2.12 Wed Aug 7 11:03:34 2024 +++ src/doc/CHANGES-9.5 Thu Aug 22 20:02:15 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.12 2024/08/07 11:03:34 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.13 2024/08/22 20:02:15 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -193,3 +193,16 @@ tests/libexec/ld.elf_so/t_tls_extern.c ld.elf_so(1): PR 58154: fix aarch64 thread-local storage [riastradh, ticket #1864] +lib/libc/include/extern.h 1.27 +lib/libc/stdio/Makefile.inc 1.48 +lib/libc/stdio/vfwprintf.c 1.40 +tests/lib/libc/stdio/t_printf.c 1.9,1.10 + + PR 57250: fix formatting long double infinities on big-endian 32-bit. + [riastradh, ticket #1865] + +tests/lib/libc/stdio/t_printf.c 1.11-1.18 (patch) + + PR 56937: libc: add tests for printf(3) long double %a. + [riastradh, ticket #1866] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Aug 7 11:03:34 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1859, #1860, #1862 - #1864 To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 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.11 src/doc/CHANGES-9.5:1.1.2.12 --- src/doc/CHANGES-9.5:1.1.2.11 Tue Aug 6 15:05:14 2024 +++ src/doc/CHANGES-9.5 Wed Aug 7 11:03:34 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.11 2024/08/06 15:05:14 snj Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.12 2024/08/07 11:03:34 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -147,3 +147,49 @@ libexec/ld.elf_so/rtld.c 1.216 (like 32bit sparc). [martin, ticket #1861] +lib/libc/compat-43/killpg.c 1.10 +sys/kern/kern_descrip.c1.263 (patch) +sys/kern/kern_ktrace.c1.185 (patch) +sys/kern/kern_proc.c1.276 (patch) +sys/kern/sys_sig.c1.58 (patch) +sys/kern/tty.c 1.313 (patch) +tests/lib/libc/sys/t_kill.c 1.2 + + PR 58425: disallow INT_MIN as a (negative) pid arg. + Add a test for this. + [kre, ticket #1859] + +bin/sh/histedit.c1.72 + + sh(1): fix sh histedit core dump. + [kre, ticket #1860] + +libexec/ld.elf_so/arch/aarch64/mdreloc.c 1.14 +libexec/ld.elf_so/arch/arm/mdreloc.c 1.45 + + ld.elf_so(1): honor addend for R_AARCH64_TLS_TPREL relocation. + [riastradh, ticket #1862] + +bin/pax/ar_subs.c1.58 +bin/pax/buf_subs.c1.31 +bin/pax/extern.h1.61 +bin/pax/file_subs.c1.65 +bin/pax/ftree.c 1.43 +bin/pax/pax.c 1.50,1.51 +tests/bin/pax/t_pax.sh1.3-1.7 + + pax(1): Fix various PRs and add tests for the bugs. + PR 33753: pax(1) deletes target file if rewriting it fails + (`don't installworld to a full disk') + PR 41736: pax reports an error when copying zero files + PR 44498: tar(1) unnecessarily demands that getcwd() work + [riastradh, ticket #1863] + +libexec/ld.elf_so/README.TLS 1.7 +libexec/ld.elf_so/arch/aarch64/rtld_start.S 1.6,1.7 +libexec/ld.elf_so/tls.c1.15,1.20,1.21 +tests/libexec/ld.elf_so/t_tls_extern.c 1.15,1.16 + + ld.elf_so(1): PR 58154: fix aarch64 thread-local storage + [riastradh, ticket #1864] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Aug 7 11:03:34 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1859, #1860, #1862 - #1864 To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: snj Date: Tue Aug 6 15:05:14 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: 1861 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 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.10 src/doc/CHANGES-9.5:1.1.2.11 --- src/doc/CHANGES-9.5:1.1.2.10 Sat Jul 20 15:59:35 2024 +++ src/doc/CHANGES-9.5 Tue Aug 6 15:05:14 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.10 2024/07/20 15:59:35 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.11 2024/08/06 15:05:14 snj Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -139,3 +139,11 @@ sys/net/if_bridge.c1.192 bridge(4): add missing curlwp_bind() for pppoe. [rin, ticket #1858] +libexec/ld.elf_so/rtld.c 1.216 + + PR 57628: at the end of _rtld_init() explicitly initialize the + ld.elf_so local copy of the atomic access support functions + for machines that do not implement all required ops in hardware + (like 32bit sparc). + [martin, ticket #1861] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: snj Date: Tue Aug 6 15:05:14 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: 1861 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Jul 20 15:59:35 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1855 - #1858 To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 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.9 src/doc/CHANGES-9.5:1.1.2.10 --- src/doc/CHANGES-9.5:1.1.2.9 Wed Jul 3 17:29:50 2024 +++ src/doc/CHANGES-9.5 Sat Jul 20 15:59:35 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.9 2024/07/03 17:29:50 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.10 2024/07/20 15:59:35 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -116,3 +116,26 @@ usr.sbin/sysinst/msg.mi.en 1.52 autoconfigures. [nia, ticket #1853] +sys/arch/x86/include/specialreg.h 1.212 +sys/arch/x86/x86/identcpu.c 1.129,1.130 + + x86: PR 58370: VIA CPU probe fixes. + [andvar, ticket #1855] + +bin/sh/histedit.c1.68 + + sh(1): ignore non-numeric values for HISTSIZE. + [kre, ticket #1856] + +distrib/sets/lists/comp/mi 1.2463 +share/man/man9/Makefile1.471 +share/man/man9/imax.91.7,1.8 + + imax(9): document the renaming from max/min to uimax/uimin. + [rin, ticket #1857] + +sys/net/if_bridge.c1.192 + + bridge(4): add missing curlwp_bind() for pppoe. + [rin, ticket #1858] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Jul 20 15:59:35 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1855 - #1858 To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Jul 3 17:29:50 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1852 and #1853 To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9 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.8 src/doc/CHANGES-9.5:1.1.2.9 --- src/doc/CHANGES-9.5:1.1.2.8 Mon Jul 1 20:05:04 2024 +++ src/doc/CHANGES-9.5 Wed Jul 3 17:29:50 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.8 2024/07/01 20:05:04 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.9 2024/07/03 17:29:50 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -102,3 +102,17 @@ crypto/external/bsd/openssh/dist/version context. Fixes CVE-2024-6387. [riastradh, ticket #1854] +sys/dev/pci/pcidevs1.1507 +sys/dev/pci/pcidevs.h(regen) +sys/dev/pci/pcidevs_data.h (regen) + + PR 58358: add Brainboxes as manufacturer and some of their devices. + [nia, ticket #1852] + +usr.sbin/sysinst/msg.mi.de 1.49,1.50 +usr.sbin/sysinst/msg.mi.en 1.52 + + sysinst(8): Note that leaving the network "media type" empty + autoconfigures. + [nia, ticket #1853] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Jul 3 17:29:50 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1852 and #1853 To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Jul 1 20:05:04 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1854 To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Jul 1 20:05:04 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1854 To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 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.7 src/doc/CHANGES-9.5:1.1.2.8 --- src/doc/CHANGES-9.5:1.1.2.7 Wed Jun 26 17:13:55 2024 +++ src/doc/CHANGES-9.5 Mon Jul 1 20:05:04 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.7 2024/06/26 17:13:55 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.8 2024/07/01 20:05:04 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -95,3 +95,10 @@ usr.sbin/btpand/btpand.c 1.9 btpand(8): fix off-by-one bug causing out of bounds memory access. [plunky, ticket #1851] +crypto/external/bsd/openssh/dist/log.c 1.29 +crypto/external/bsd/openssh/dist/version.h (patch) + + sshd(8): PR 58386: avoid strnvis and syslog_r in signal handler + context. Fixes CVE-2024-6387. + [riastradh, ticket #1854] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Jun 26 17:13:55 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1851 To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7 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.6 src/doc/CHANGES-9.5:1.1.2.7 --- src/doc/CHANGES-9.5:1.1.2.6 Sat Jun 22 18:23:25 2024 +++ src/doc/CHANGES-9.5 Wed Jun 26 17:13:55 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.6 2024/06/22 18:23:25 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.7 2024/06/26 17:13:55 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -90,3 +90,8 @@ sys/arch/x86/x86/coretemp.c 1.40,1.41 coretemp(4): do not accept impossibly low TjMax values. [gutteridge, ticket #1848] +usr.sbin/btpand/btpand.c 1.9 + + btpand(8): fix off-by-one bug causing out of bounds memory access. + [plunky, ticket #1851] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Jun 26 17:13:55 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1851 To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Jun 22 18:23:25 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1845 - #1848 To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 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.5 src/doc/CHANGES-9.5:1.1.2.6 --- src/doc/CHANGES-9.5:1.1.2.5 Mon Jun 17 18:10:13 2024 +++ src/doc/CHANGES-9.5 Sat Jun 22 18:23:25 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.5 2024/06/17 18:10:13 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.6 2024/06/22 18:23:25 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -65,3 +65,28 @@ share/man/man4/eap.41.18-1.20 eap(4): improve man page. [nia, ticket #1844] +external/bsd/tre/dist/src/agrep.c 1.5,1.6 (patch) + + agrep(1): PR 53513: rewrite check for binary files. + [andvar, ticket #1845] + +sys/dev/usb/if_urtwn.c1.108 +sys/dev/usb/usbdevs1.812 +sys/dev/usb/usbdevs.h(regen) +sys/dev/usb/usbdevs_data.h (regen) + + urtwn(4): PR 57819: add Mercusys and Mercusys MW150USV2 support. + [nia, ticket #1846] + +sys/arch/mac68k/dev/aed.c 1.39 +sys/arch/macppc/dev/aed.c 1.35 + + mac68k/macppc: PR 58303: fix passing of emulated 2nd and 3rd button + events to the corresponding adb mouse. + [nat, ticket #1847] + +sys/arch/x86/x86/coretemp.c 1.40,1.41 + + coretemp(4): do not accept impossibly low TjMax values. + [gutteridge, ticket #1848] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Jun 22 18:23:25 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1845 - #1848 To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Jun 17 18:10:14 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1841 - #1844 To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 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.4 src/doc/CHANGES-9.5:1.1.2.5 --- src/doc/CHANGES-9.5:1.1.2.4 Thu May 16 12:24:02 2024 +++ src/doc/CHANGES-9.5 Mon Jun 17 18:10:13 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.4 2024/05/16 12:24:02 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.5 2024/06/17 18:10:13 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -42,3 +42,26 @@ sys/dev/hil/hil.c1.8 during autoconf(9). [tsutsui, ticket #1840] +sbin/disklabel/main.c1.58 + + disklabel(8): avoid writing a label to the wrong sector + on some architectures from installer/ramdisk versions of + the disklabel command. + [tsutsui, ticket #1841] + +sys/arch/hp300/hp300/autoconf.c 1.113 + + hp300: fix boot device selection for SCSI disks. + [tsutsui, ticket #1842] + +sys/dev/pci/eap.c1.103 + + eap(4): restore the full set of supported hardware encodings + from netbsd-7. + [nia, ticket #1843] + +share/man/man4/eap.41.18-1.20 + + eap(4): improve man page. + [nia, ticket #1844] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Jun 17 18:10:14 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1841 - #1844 To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu May 16 12:24:02 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1840 To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 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.3 src/doc/CHANGES-9.5:1.1.2.4 --- src/doc/CHANGES-9.5:1.1.2.3 Sat May 11 14:48:38 2024 +++ src/doc/CHANGES-9.5 Thu May 16 12:24:02 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.3 2024/05/11 14:48:38 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.4 2024/05/16 12:24:02 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -36,3 +36,9 @@ sys/arch/mac68k/dev/pm_direct.c 1.31 when using mouse or keyboard. [nat, ticket #1839] +sys/dev/hil/hil.c1.8 + + hp300: fix "stray level 1 interrupt" panic by pressing keys + during autoconf(9). + [tsutsui, ticket #1840] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu May 16 12:24:02 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1840 To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat May 11 14:48:38 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1838 and #1839 To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat May 11 14:48:38 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1838 and #1839 To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 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.2 src/doc/CHANGES-9.5:1.1.2.3 --- src/doc/CHANGES-9.5:1.1.2.2 Sun Apr 28 13:32:07 2024 +++ src/doc/CHANGES-9.5 Sat May 11 14:48:38 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.2 2024/04/28 13:32:07 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.3 2024/05/11 14:48:38 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -24,3 +24,15 @@ sys/dev/usb/usbdevs_data.h (regen) uftdi(4): PR 58127: add some USB serial adapters. [maya, ticket #1837] +sys/arch/hp300/stand/inst/Makefile 1.11 +sys/arch/hp300/stand/uboot/Makefile 1.11 + + hp300: PR 58211: fix hardlinks in /usr/mdec. + [tsutsui, ticket #1838] + +sys/arch/mac68k/dev/pm_direct.c 1.31 + + mac68k: avoid random crashes on some Powerbook models + when using mouse or keyboard. + [nat, ticket #1839] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Apr 28 13:32:07 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1836 and #1837 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 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.1 src/doc/CHANGES-9.5:1.1.2.2 --- src/doc/CHANGES-9.5:1.1.2.1 Sun Apr 28 10:11:21 2024 +++ src/doc/CHANGES-9.5 Sun Apr 28 13:32:07 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.1 2024/04/28 10:11:21 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.2 2024/04/28 13:32:07 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -11,4 +11,16 @@ doc/CHANGES-9.5 added Welcome to 9.4_STABLE. [martin] +sys/netinet6/frag6.c1.78 + + inet6: fix calculation of fragment length. + [ozaki-r, ticket #1836] + +sys/dev/usb/uftdi.c1.78 +sys/dev/usb/usbdevs1.815 +sys/dev/usb/usbdevs.h(regen) +sys/dev/usb/usbdevs_data.h (regen) + + uftdi(4): PR 58127: add some USB serial adapters. + [maya, ticket #1837]
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Apr 28 13:32:07 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1836 and #1837 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Apr 18 18:52:56 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Note dedication of 9.4 To generate a diff of this commit: cvs rdiff -u -r1.1.2.145 -r1.1.2.146 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.145 src/doc/CHANGES-9.4:1.1.2.146 --- src/doc/CHANGES-9.4:1.1.2.145 Thu Apr 18 16:41:58 2024 +++ src/doc/CHANGES-9.4 Thu Apr 18 18:52:56 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.145 2024/04/18 16:41:58 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.146 2024/04/18 18:52:56 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -13607,3 +13607,9 @@ sys/arch/x86/x86/viac7temp.c 1.10 viac7temp(4): PR 58148: fix the kernel module. [andvar, ticket #1835] +distrib/notes/common/main (edited manually) + + Add dedication to Wayne Knowles. + [martin] + +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Apr 18 18:52:56 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Note dedication of 9.4 To generate a diff of this commit: cvs rdiff -u -r1.1.2.145 -r1.1.2.146 src/doc/CHANGES-9.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Apr 18 16:41:58 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1827 - #1835 To generate a diff of this commit: cvs rdiff -u -r1.1.2.144 -r1.1.2.145 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.144 src/doc/CHANGES-9.4:1.1.2.145 --- src/doc/CHANGES-9.4:1.1.2.144 Wed Apr 17 18:06:32 2024 +++ src/doc/CHANGES-9.4 Thu Apr 18 16:41:58 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.144 2024/04/17 18:06:32 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.145 2024/04/18 16:41:58 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -13550,3 +13550,60 @@ share/mk/bsd.lib.mk1.398,1.399,1.152 bsd.x11.mk: PR 58104: use TOOL_AWK, not the build host's awk. [riastradh, ticket #1826] +share/mk/bsd.own.mk1.1365,1.1366 (patch) +sys/arch/aarch64/include/sljit_machdep.h 1.4 (patch) +sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_64.c 1.5 (patch) +sys/modules/Makefile1.285 (patch) + + aarch64: PR 58103: enable SLJIT acceleration. + [riastradh, ticket #1827] + +sys/stand/efiboot/efiboot.c 1.23 + + efiboot: PR 58075: avoid invalid memory access with netboot. + [riastradh, ticket #1828] + +distrib/evbarm/instkernel/sshramdisk/Makefile 1.26 + + evbarm/sshramdisk: PR 58035: put firmware files in the right +place. + [riastradh, ticket #1829] + +share/man/man9/workqueue.9 1.15 (patch) +sys/kern/subr_workqueue.c 1.39-1.47 (patch) +tests/rump/kernspace/kernspace.h 1.9 (patch) +tests/rump/kernspace/workqueue.c 1.7-1.9 (patch) +tests/rump/rumpkern/Makefile 1.20 (patch) +tests/rump/rumpkern/t_workqueue.c 1.3,1.4 (patch) + + workqueue(9): PR 57574: fix use-after-free. + [riastradh, ticket #1830] + +external/bsd/am-utils/dist/amd/amq_subr.c 1.4,1.5 +external/bsd/am-utils/dist/amq/amq.c 1.4 +external/bsd/am-utils/dist/amq/amq_xdr.c 1.2 +external/bsd/am-utils/dist/include/amq_defs.h 1.2 + + amd(8): PR 56974: fix crash in amq -i. + [riastradh, ticket #1831] + +external/gpl2/grep/dist/src/grep.c 1.3 + + grep(1): PR 56584: don't read FIFOs with -D skip. + [riastradh, ticket #1832] + +usr.bin/who/utmpentry.c1.22 + + who(1): PR 56013: fix utmpentry counting. + [riastradh, ticket #1833] + +share/mk/bsd.own.mk1.1177 + + sparc64: PR 55937: enable building zfs by default. + [riastradh, ticket #1834] + +sys/arch/x86/x86/viac7temp.c 1.10 + + viac7temp(4): PR 58148: fix the kernel module. + [andvar, ticket #1835] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Apr 18 16:41:58 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1827 - #1835 To generate a diff of this commit: cvs rdiff -u -r1.1.2.144 -r1.1.2.145 src/doc/CHANGES-9.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Apr 17 18:06:32 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1825 and #1826 To generate a diff of this commit: cvs rdiff -u -r1.1.2.143 -r1.1.2.144 src/doc/CHANGES-9.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Apr 17 18:06:32 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1825 and #1826 To generate a diff of this commit: cvs rdiff -u -r1.1.2.143 -r1.1.2.144 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.143 src/doc/CHANGES-9.4:1.1.2.144 --- src/doc/CHANGES-9.4:1.1.2.143 Tue Apr 16 19:07:22 2024 +++ src/doc/CHANGES-9.4 Wed Apr 17 18:06:32 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.143 2024/04/16 19:07:22 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.144 2024/04/17 18:06:32 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -13539,3 +13539,14 @@ etc/mtree/special1.172 Add /etc/sshd/ssh_host_ed25519_key* . [kim, ticket #1824] +sys/dev/pci/if_iwn.c1.100 + + iwn(4): PR 58105: use the correct firmware file on + Intel Centrino N 130. + [riastradh, ticket #1825] + +share/mk/bsd.lib.mk1.398,1.399,1.152 (via patch) + + bsd.x11.mk: PR 58104: use TOOL_AWK, not the build host's awk. + [riastradh, ticket #1826] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Apr 16 19:07:22 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1824 To generate a diff of this commit: cvs rdiff -u -r1.1.2.142 -r1.1.2.143 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.142 src/doc/CHANGES-9.4:1.1.2.143 --- src/doc/CHANGES-9.4:1.1.2.142 Mon Mar 25 15:54:20 2024 +++ src/doc/CHANGES-9.4 Tue Apr 16 19:07:22 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.142 2024/03/25 15:54:20 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.143 2024/04/16 19:07:22 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -13534,3 +13534,8 @@ external/gpl2/groff/dist/tmac/doc.tmac correctly. [uwe, ticket #1823] +etc/mtree/special1.172 + + Add /etc/sshd/ssh_host_ed25519_key* . + [kim, ticket #1824] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Apr 16 19:07:22 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1824 To generate a diff of this commit: cvs rdiff -u -r1.1.2.142 -r1.1.2.143 src/doc/CHANGES-9.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.