CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Nov 29 19:02:37 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1771 and #1772 To generate a diff of this commit: cvs rdiff -u -r1.1.2.117 -r1.1.2.118 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.117 src/doc/CHANGES-9.4:1.1.2.118 --- src/doc/CHANGES-9.4:1.1.2.117 Wed Nov 29 12:27:49 2023 +++ src/doc/CHANGES-9.4 Wed Nov 29 19:02:37 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.117 2023/11/29 12:27:49 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.118 2023/11/29 19:02:37 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2448,3 +2448,14 @@ sys/ufs/ffs/ffs_vfsops.c 1.382 PR 57606: ffs: fix minor locking error. [riastradh, ticket #1770] +etc/namedb/root.cache1.26 + + Update root name servers to 2023112702 (November 27, 2023). + [taca, ticket #1771] + +sys/dev/wscons/wsemul_vt100.c 1.47,1.48 + + wscons: PR 56223: accept bell (^G) as an end of sequence in + "string" state. + [gutteridge, ticket #1772] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Nov 29 19:02:37 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1771 and #1772 To generate a diff of this commit: cvs rdiff -u -r1.1.2.117 -r1.1.2.118 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 Nov 29 12:27:50 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ammend ticket #1769 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.116 -r1.1.2.117 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.116 src/doc/CHANGES-9.4:1.1.2.117 --- src/doc/CHANGES-9.4:1.1.2.116 Tue Nov 28 13:12:52 2023 +++ src/doc/CHANGES-9.4 Wed Nov 29 12:27:49 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.116 2023/11/28 13:12:52 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.117 2023/11/29 12:27:49 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2437,7 +2437,7 @@ sys/kern/uipc_mbuf.c1.252 mbuf: avoid assertion failure when splitting a mbuf cluster. [ozaki-r, ticket #1768] -sys/kern/exec_subr.c1.86 +sys/kern/exec_subr.c1.86,1.87 tests/lib/libc/sys/t_setrlimit.c 1.8,1.9 PR 57711: fix setrlimit(RLIMIT_STACK) in current process.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Nov 29 12:27:50 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ammend ticket #1769 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.116 -r1.1.2.117 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: Tue Nov 28 13:12:52 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1769 and #1770 To generate a diff of this commit: cvs rdiff -u -r1.1.2.115 -r1.1.2.116 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: Tue Nov 28 13:12:52 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1769 and #1770 To generate a diff of this commit: cvs rdiff -u -r1.1.2.115 -r1.1.2.116 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.115 src/doc/CHANGES-9.4:1.1.2.116 --- src/doc/CHANGES-9.4:1.1.2.115 Mon Nov 27 20:03:00 2023 +++ src/doc/CHANGES-9.4 Tue Nov 28 13:12:52 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.115 2023/11/27 20:03:00 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.116 2023/11/28 13:12:52 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2437,3 +2437,14 @@ sys/kern/uipc_mbuf.c1.252 mbuf: avoid assertion failure when splitting a mbuf cluster. [ozaki-r, ticket #1768] +sys/kern/exec_subr.c1.86 +tests/lib/libc/sys/t_setrlimit.c 1.8,1.9 + + PR 57711: fix setrlimit(RLIMIT_STACK) in current process. + [riastradh, ticket #1769] + +sys/ufs/ffs/ffs_vfsops.c 1.382 + + PR 57606: ffs: fix minor locking error. + [riastradh, ticket #1770] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Nov 27 20:03:00 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1764 - #1768 To generate a diff of this commit: cvs rdiff -u -r1.1.2.114 -r1.1.2.115 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: Mon Nov 27 20:03:00 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1764 - #1768 To generate a diff of this commit: cvs rdiff -u -r1.1.2.114 -r1.1.2.115 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.114 src/doc/CHANGES-9.4:1.1.2.115 --- src/doc/CHANGES-9.4:1.1.2.114 Sun Nov 5 17:48:58 2023 +++ src/doc/CHANGES-9.4 Mon Nov 27 20:03:00 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.114 2023/11/05 17:48:58 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.115 2023/11/27 20:03:00 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2405,3 +2405,35 @@ sys/arch/newsmips/dev/fb.c 1.30-1.34 newsmips: add NWS-3260 LCD-MONO support. [tsutsui, ticket #1763] +sys/arch/newsmips/dev/dmac_0448.h 1.7 +sys/arch/newsmips/dev/scsi_1185.c 1.25 + + newsmips: fix delays in SCSI driver. + [tsutsui, ticket #1764] + +sys/dev/acpi/acpi.c1.284 + + PR 57642: ACPI compatibility enhancement (especially for aarch64 + on qemu). + [abs, ticket #1765] + +xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c 1.22 +xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.h 1.5 +xsrc/external/mit/xf86-input-keyboard/dist/src/kbd.c 1.9 +xsrc/external/mit/xf86-input-keyboard/dist/src/ws_KbdMap.c 1.1 +external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile 1.23 (patch) + + xf86-input-keyboard: add suppport to get keymap via WSKBDIO_GETMAP + ioctl(2). + [tsutsui, ticket #1766] + +external/gpl3/binutils/dist/gas/config/tc-mips.c 1.25 + + as(1): PR 57680: handle MIPS1 FPR load hazard correctly. + [tsutsui, ticket #1767] + +sys/kern/uipc_mbuf.c1.252 + + mbuf: avoid assertion failure when splitting a mbuf cluster. + [ozaki-r, ticket #1768] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Nov 5 17:48:58 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1759 - #1763 To generate a diff of this commit: cvs rdiff -u -r1.1.2.113 -r1.1.2.114 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.113 src/doc/CHANGES-9.4:1.1.2.114 --- src/doc/CHANGES-9.4:1.1.2.113 Sun Oct 29 16:49:54 2023 +++ src/doc/CHANGES-9.4 Sun Nov 5 17:48:58 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.113 2023/10/29 16:49:54 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.114 2023/11/05 17:48:58 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2379,3 +2379,29 @@ xsrc/external/mit/xorg-server/dist/randr Fixes CVE-2023-5367 and CVE-2023-5380. [mrg, ticket #1758] +sys/arch/newsmips/dev/zs_hb.c 1.30 + + newsmips: fix zs(4) attachment kernel messages. + [tsutsui, ticket #1760] + +sys/arch/newsmips/conf/DEJIKO 1.36 +sys/arch/newsmips/conf/GENERIC 1.144 +sys/arch/newsmips/conf/WAPIKO 1.50 + + Use FONT_SONY12x24 for Sony fans, rather than Gallant fonts used + on Sun. + [tsutsui, ticket #1759] + +share/examples/npf/host-npf.conf 1.12 +share/examples/npf/soho_gw-npf.conf 1.21 + + npf(7): fix examples. + [tsutsui, ticket #1762] + +sys/arch/newsmips/conf/GENERIC 1.146 +sys/arch/newsmips/conf/INSTALL 1.49 +sys/arch/newsmips/dev/fb.c 1.30-1.34 + + newsmips: add NWS-3260 LCD-MONO support. + [tsutsui, ticket #1763] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Nov 5 17:48:58 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1759 - #1763 To generate a diff of this commit: cvs rdiff -u -r1.1.2.113 -r1.1.2.114 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: Sun Oct 29 16:49:54 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1757 and #1758 To generate a diff of this commit: cvs rdiff -u -r1.1.2.112 -r1.1.2.113 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.112 src/doc/CHANGES-9.4:1.1.2.113 --- src/doc/CHANGES-9.4:1.1.2.112 Thu Oct 26 15:13:05 2023 +++ src/doc/CHANGES-9.4 Sun Oct 29 16:49:54 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.112 2023/10/26 15:13:05 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.113 2023/10/29 16:49:54 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2357,3 +2357,25 @@ sys/dev/pci/mpii.c1.30 MPII_SCSIIO_STATUS_CHECK_COND condition. [buhrow, ticket #1756] +xsrc/external/mit/xorg-server.old/dist/Xi/xiproperty.c 1.2 +xsrc/external/mit/xorg-server.old/dist/dix/enterleave.h 1.2 +xsrc/external/mit/xorg-server.old/dist/include/eventstr.h 1.2 +xsrc/external/mit/xorg-server.old/dist/mi/mipointer.c 1.2 +xsrc/external/mit/xorg-server.old/dist/os/auth.c 1.4 +xsrc/external/mit/xorg-server.old/dist/randr/rrproperty.c 1.2 + + Merge security fixes from xorg-server 21.1.9 into xorg-server 1.10.6. + Fixes CVE-2023-5367 and CVE-2023-5380. + [mrg, ticket #1757] + +xsrc/external/mit/xorg-server/dist/Xi/xiproperty.c (apply patch) +xsrc/external/mit/xorg-server/dist/dix/enterleave.h (apply patch) +xsrc/external/mit/xorg-server/dist/include/eventstr.h (apply patch) +xsrc/external/mit/xorg-server/dist/mi/mipointer.c (apply patch) +xsrc/external/mit/xorg-server/dist/os/auth.c (apply patch) +xsrc/external/mit/xorg-server/dist/randr/rrproperty.c (apply patch) + + Merge security fixes from xorg-server 21.1.9 into xorg-server 1.20.5. + Fixes CVE-2023-5367 and CVE-2023-5380. + [mrg, ticket #1758] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Oct 29 16:49:54 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1757 and #1758 To generate a diff of this commit: cvs rdiff -u -r1.1.2.112 -r1.1.2.113 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 Oct 26 15:13:05 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1756 To generate a diff of this commit: cvs rdiff -u -r1.1.2.111 -r1.1.2.112 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.111 src/doc/CHANGES-9.4:1.1.2.112 --- src/doc/CHANGES-9.4:1.1.2.111 Wed Oct 18 15:08:41 2023 +++ src/doc/CHANGES-9.4 Thu Oct 26 15:13:05 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.111 2023/10/18 15:08:41 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.112 2023/10/26 15:13:05 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2350,3 +2350,10 @@ sys/kern/subr_thmap.c1.14,1.15 thmap(9): PR 57666, PR 57208: fix allocation failure issues. [riastradh, ticket #1755] +sys/dev/pci/mpii.c1.30 + + mpii(4): PR 57133: fix a regression introduce in rev. 1.22. + Do not reset xs->resid when encountering a + MPII_SCSIIO_STATUS_CHECK_COND condition. + [buhrow, ticket #1756] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Oct 26 15:13:05 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1756 To generate a diff of this commit: cvs rdiff -u -r1.1.2.111 -r1.1.2.112 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 Oct 18 15:08:41 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1751 - #1755 To generate a diff of this commit: cvs rdiff -u -r1.1.2.110 -r1.1.2.111 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.110 src/doc/CHANGES-9.4:1.1.2.111 --- src/doc/CHANGES-9.4:1.1.2.110 Fri Oct 13 18:58:19 2023 +++ src/doc/CHANGES-9.4 Wed Oct 18 15:08:41 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.110 2023/10/13 18:58:19 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.111 2023/10/18 15:08:41 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2291,3 +2291,62 @@ sys/dev/pci/pcidevs_data.h (regen) Add Pericom(Diodes) PCIe switches. [msaitoh, ticket #1750] +sys/arch/i386/stand/lib/biosdisk.c 1.59,1.60 (patch) +sys/dev/raidframe/rf_netbsdkintf.c 1.377-1.379,1.383,1.385,1.392 + 1.402,1.403,1.416 (patch) +sys/rump/librump/rumpkern/emul.c 1.200 (patch) + + raid(4): align the behavior of different boot methods. + [manu, ticket #1751] + +external/cddl/osnet/sys/kern/misc.c (apply patch) + + solaris.kmod: restore thread_create symbol for compatibility + (after removal in pullup-9 #1711). + [riastradh, ticket #1752] + +sys/dev/pci/ixgbe/ix_txrx.c 1.103-1.104 +sys/dev/pci/ixgbe/ixgbe.c 1.334-1.338, + 1.341-1.344 via patch +sys/dev/pci/ixgbe/ixgbe.h 1.90-1.93 +sys/dev/pci/ixgbe/ixgbe_82599.c 1.31-1.32 +sys/dev/pci/ixgbe/ixgbe_api.c 1.29 +sys/dev/pci/ixgbe/ixgbe_bypass.h 1.5 +sys/dev/pci/ixgbe/ixgbe_common.c 1.46-1.47 +sys/dev/pci/ixgbe/ixgbe_common.h 1.18 +sys/dev/pci/ixgbe/ixgbe_dcb.c 1.14-1.15 +sys/dev/pci/ixgbe/ixgbe_dcb_82598.c 1.13 +sys/dev/pci/ixgbe/ixgbe_type.h 1.59-1.61 +sys/dev/pci/ixgbe/ixgbe_x540.c 1.24 +sys/dev/pci/ixgbe/ixgbe_x550.c 1.28 +sys/dev/pci/ixgbe/ixv.c1.187-1.192 + + - ixg(4): Add 82599 LS support once again. + - ixg(4): Filter out spurious link up indication more. + - ixg(4): Print DEVICE_CAPS register. + - ixg(4): Fix a bug that the number of queues is unintentionally + limited to a small number or wrong error message may be printed + when two devices' number of MSI-X vectors are different. + - Modify error message of wrong TX/RX descriptor size. + - Enable interrupt after setting IFF_RUNNING. + - Fix a bug that changing hw.ix[gv]X.qY.interrupt_rate would change + all devices all queues default interrupt rate. + - Cleanup the code. + [msaitoh, ticket #1753] + +sys/dev/pci/if_wm.c1.790,1.791 +sys/dev/pci/if_wmvar.h1.51 +sys/dev/pci/pcidevs1.1497 +sys/dev/pci/pcidevs.h(regen) +sys/dev/pci/pcidevs_data.h (regen) + + - Add new workaround for Tiger Lake and newer to avoid + packet loss. + - Add I219{V,LM}({22,23}) devices (Raptor Lake). + [msaitoh, ticket #1754] + +sys/kern/subr_thmap.c1.14,1.15 + + thmap(9): PR 57666, PR 57208: fix allocation failure issues. + [riastradh, ticket #1755] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Oct 18 15:08:41 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1751 - #1755 To generate a diff of this commit: cvs rdiff -u -r1.1.2.110 -r1.1.2.111 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: Fri Oct 13 18:58:19 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1748 - #1750 To generate a diff of this commit: cvs rdiff -u -r1.1.2.109 -r1.1.2.110 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.109 src/doc/CHANGES-9.4:1.1.2.110 --- src/doc/CHANGES-9.4:1.1.2.109 Tue Oct 10 18:56:33 2023 +++ src/doc/CHANGES-9.4 Fri Oct 13 18:58:19 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.109 2023/10/10 18:56:33 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.110 2023/10/13 18:58:19 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2251,3 +2251,43 @@ lib/libm/Makefile1.222 Bump ramdisk size slightly. [he, ticket #1747] +sys/dev/pci/pcidevs1.1496 +sys/dev/pci/ahcisata_pci.c 1.71 +sys/dev/pci/pcidevs.h(regen) +sys/dev/pci/pcidevs_data.h (regen) + + ahcisata(4): add support for ASMEDIA 0x0624 + (ASM1062 + JMB575 Port Multiplier) + [abs, ticket #1748] + +sys/dev/pci/ixgbe/if_bypass.c 1.10 +sys/dev/pci/ixgbe/if_fdir.c 1.6 via patch +sys/dev/pci/ixgbe/if_sriov.c 1.18 via patch +sys/dev/pci/ixgbe/ix_txrx.c 1.102 via patch +sys/dev/pci/ixgbe/ixgbe.c 1.333,1.339 via patch +sys/dev/pci/ixgbe/ixgbe.h 1.89 +sys/dev/pci/ixgbe/ixgbe_api.h 1.17 +sys/dev/pci/ixgbe/ixgbe_common.h 1.17 +sys/dev/pci/ixgbe/ixgbe_bypass.h 1.4 +sys/dev/pci/ixgbe/ixgbe_common.c 1.45 +sys/dev/pci/ixgbe/ixgbe_fdir.h 1.5 +sys/dev/pci/ixgbe/ixgbe_netmap.h 1.3 +sys/dev/pci/ixgbe/ixgbe_netmap.c 1.6 +sys/dev/pci/ixgbe/ixgbe_osdep.c 1.9 +sys/dev/pci/ixgbe/ixgbe_sriov.h 1.6 +sys/dev/pci/ixgbe/ixgbe_type.h 1.58 +sys/dev/pci/ixgbe/ixgbe_x550.c 1.27 +sys/dev/pci/ixgbe/ixv.c 1.186 via patch + + ixg(4): Rename some definitions, modify comment. No functional change. + [msaitoh, ticket #1749] + + +sys/dev/pci/pcidevs1.1493,1.1495 +sys/dev/pci/pcidevs.h(regen) +sys/dev/pci/pcidevs_data.h (regen) + + Add Intel 82599 LS. + Add Pericom(Diodes) PCIe switches. + [msaitoh, ticket #1750] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Oct 13 18:58:19 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1748 - #1750 To generate a diff of this commit: cvs rdiff -u -r1.1.2.109 -r1.1.2.110 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: Tue Oct 10 18:56:33 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ammend ticket #1747 for additional changes To generate a diff of this commit: cvs rdiff -u -r1.1.2.108 -r1.1.2.109 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.108 src/doc/CHANGES-9.4:1.1.2.109 --- src/doc/CHANGES-9.4:1.1.2.108 Tue Oct 10 13:09:28 2023 +++ src/doc/CHANGES-9.4 Tue Oct 10 18:56:33 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.108 2023/10/10 13:09:28 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.109 2023/10/10 18:56:33 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2242,6 +2242,7 @@ sys/dev/pci/if_wm.c1.785-1.789 - Modify some event counters' descriptions to clarify meaning. [msaitoh, ticket #1746] +sys/arch/evbmips/conf/INSTALL_CI20 1.3 sys/arch/evbmips/conf/INSTALL_OMSAL400 1.4 distrib/evbmips/instkernel/ramdisk/Makefile 1.19 lib/libm/Makefile1.222
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Oct 10 18:56:33 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ammend ticket #1747 for additional changes To generate a diff of this commit: cvs rdiff -u -r1.1.2.108 -r1.1.2.109 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: Tue Oct 10 13:09:29 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ammend ticket #1747 for additional changes. To generate a diff of this commit: cvs rdiff -u -r1.1.2.107 -r1.1.2.108 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.107 src/doc/CHANGES-9.4:1.1.2.108 --- src/doc/CHANGES-9.4:1.1.2.107 Sun Oct 8 18:50:46 2023 +++ src/doc/CHANGES-9.4 Tue Oct 10 13:09:28 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.107 2023/10/08 18:50:46 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.108 2023/10/10 13:09:28 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2242,6 +2242,7 @@ sys/dev/pci/if_wm.c1.785-1.789 - Modify some event counters' descriptions to clarify meaning. [msaitoh, ticket #1746] +sys/arch/evbmips/conf/INSTALL_OMSAL400 1.4 distrib/evbmips/instkernel/ramdisk/Makefile 1.19 lib/libm/Makefile1.222
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Oct 10 13:09:29 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ammend ticket #1747 for additional changes. To generate a diff of this commit: cvs rdiff -u -r1.1.2.107 -r1.1.2.108 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: Sun Oct 8 18:50:47 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1747 To generate a diff of this commit: cvs rdiff -u -r1.1.2.106 -r1.1.2.107 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.106 src/doc/CHANGES-9.4:1.1.2.107 --- src/doc/CHANGES-9.4:1.1.2.106 Sun Oct 8 15:30:06 2023 +++ src/doc/CHANGES-9.4 Sun Oct 8 18:50:46 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.106 2023/10/08 15:30:06 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.107 2023/10/08 18:50:46 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2242,3 +2242,10 @@ sys/dev/pci/if_wm.c1.785-1.789 - Modify some event counters' descriptions to clarify meaning. [msaitoh, ticket #1746] +distrib/evbmips/instkernel/ramdisk/Makefile 1.19 +lib/libm/Makefile1.222 + + libm: add fma() functions for mips. + Bump ramdisk size slightly. + [he, ticket #1747] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Oct 8 18:50:47 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1747 To generate a diff of this commit: cvs rdiff -u -r1.1.2.106 -r1.1.2.107 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: Sun Oct 8 15:30:06 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1745 and #1746 To generate a diff of this commit: cvs rdiff -u -r1.1.2.105 -r1.1.2.106 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.105 src/doc/CHANGES-9.4:1.1.2.106 --- src/doc/CHANGES-9.4:1.1.2.105 Wed Oct 4 15:14:00 2023 +++ src/doc/CHANGES-9.4 Sun Oct 8 15:30:06 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.105 2023/10/04 15:14:00 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.106 2023/10/08 15:30:06 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2213,3 +2213,32 @@ xsrc/external/mit/libX11/dist/src/xkb/XK fixing: CVE-2023-43785, CVE-2023-43786, CVE-2023-43787, CVE-2023-43788, CVE-2023-43789 [mrg, ticket #1744] + +sys/dev/pci/ixgbe/ix_txrx.c 1.101 +sys/dev/pci/ixgbe/ixgbe.c 1.327-1.332 +sys/dev/pci/ixgbe/ixgbe.h 1.87,1.88 +sys/dev/pci/ixgbe/ixgbe_82599.c 1.30 +sys/dev/pci/ixgbe/ixgbe_mbx.h 1.20 +sys/dev/pci/ixgbe/ixgbe_type.h 1.57 +sys/dev/pci/ixgbe/ixgbe_vf.c 1.32,1.33 +sys/dev/pci/ixgbe/ixgbe_vf.h 1.18 +sys/dev/pci/ixgbe/ixv.c 1.184,1.185 + + ixg(4): + - Reorder some event counters for readability. + - Rename some descriptions of event counters. + - Count Queue Bytes {Transmit, Receive} counter. + - Improve error check in ixgbe_check_mac_link_vf(). + - Add new IXGBE_VF_GET_LINK_STATE message support. + The VF's link state can be forced to down by PF. + - Update FCTRL after writing multicast filter. + - Update comments. + [msaitoh, ticket #1745] + +sys/dev/pci/if_wm.c1.785-1.789 + + wm(4): + - Count SCVPC, HRMPC and IAC correctly. + - Modify some event counters' descriptions to clarify meaning. + [msaitoh, ticket #1746] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Oct 8 15:30:06 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1745 and #1746 To generate a diff of this commit: cvs rdiff -u -r1.1.2.105 -r1.1.2.106 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 Oct 4 15:14:00 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1744 To generate a diff of this commit: cvs rdiff -u -r1.1.2.104 -r1.1.2.105 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.104 src/doc/CHANGES-9.4:1.1.2.105 --- src/doc/CHANGES-9.4:1.1.2.104 Mon Oct 2 17:40:28 2023 +++ src/doc/CHANGES-9.4 Wed Oct 4 15:14:00 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.104 2023/10/02 17:40:28 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.105 2023/10/04 15:14:00 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2197,3 +2197,19 @@ libexec/ftpd/version.h1.80 - fix pam_set_item call with proper struct passed as PAM_SOCKADDR [lukem, ticket #1743] +xsrc/external/mit/libXpm/dist/src/CrPFrBuf.c (apply patch) +xsrc/external/mit/libXpm/dist/src/CrPFrDat.c (apply patch) +xsrc/external/mit/libXpm/dist/src/CrPFrI.c (apply patch) +xsrc/external/mit/libXpm/dist/src/RdFToP.c (apply patch) +xsrc/external/mit/libXpm/dist/src/XpmI.h (apply patch) +xsrc/external/mit/libXpm/dist/src/create.c (apply patch) +xsrc/external/mit/libXpm/dist/src/data.c (apply patch) +xsrc/external/mit/libX11/dist/src/CrPixmap.c (apply patch) +xsrc/external/mit/libX11/dist/src/ImUtil.c (apply patch) +xsrc/external/mit/libX11/dist/src/PutImage.c (apply patch) +xsrc/external/mit/libX11/dist/src/xkb/XKBGetMap.c (apply patch) + + Backport of upstream libX11 and libXpm 2023-10 security updates, + fixing: CVE-2023-43785, CVE-2023-43786, CVE-2023-43787, CVE-2023-43788, + CVE-2023-43789 + [mrg, ticket #1744]
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Oct 4 15:14:00 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1744 To generate a diff of this commit: cvs rdiff -u -r1.1.2.104 -r1.1.2.105 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: Mon Oct 2 17:40:28 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1734 - #1743 To generate a diff of this commit: cvs rdiff -u -r1.1.2.103 -r1.1.2.104 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.103 src/doc/CHANGES-9.4:1.1.2.104 --- src/doc/CHANGES-9.4:1.1.2.103 Mon Sep 18 19:01:14 2023 +++ src/doc/CHANGES-9.4 Mon Oct 2 17:40:28 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.103 2023/09/18 19:01:14 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.104 2023/10/02 17:40:28 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2142,3 +2142,58 @@ sys/dev/raidframe/rf_netbsdkintf.c 1.41 is in progress. [oster, ticket #1733] +lib/libpam/modules/pam_krb5/pam_krb5.c 1.32 + + pam_krb5: PR lib/57631: fix double-free and use of uninitialized + memory. + [riastradh, ticket #1734] + +external/cddl/osnet/sys/kern/kmem.c 1.4 + + solaris: PR 57558: use pool_cache_reclaim, not pool_cache_invalidate. + [riastradh, ticket #1735] + +share/examples/wpa_supplicant/wpa_supplicant.conf 1.4 + + wpa_supplicant.conf: fix connection string for Eduroam example config. + [gutteridge, ticket #1736] + +libexec/ftpd/extern.h1.65 +libexec/ftpd/ftpd.c1.205 + + ftpd(8): increase some buffer sizes. + [lukem, ticket #1737] + +libexec/ftpd/ftpd.c1.206 + + ftpd(8): improve error handling to fix CVE-2020-7468. + [lukem, ticket #1738] + +libexec/ftpd/ftpd.c1.207 +libexec/ftpd/version.h1.78 + + ftpd(8): improve seteuid error handling. + [lukem, ticket #1739] + +libexec/ftpd/ftpcmd.y1.95 + + ftpd(8): fix MLSD/MLST auth checks. + [lukem, ticket #1740] + +libexec/ftpd/conf.c1.65 + + ftpd(8): fix uninitialized memory usage in count_users(). + [lukem, ticket #1741] + +libexec/ftpd/ftpd.c1.208 + + ftpd(8): use correct sockaddr in PAM auth. + [lukem, ticket #1742] + +libexec/ftpd/version.h1.80 + + ftp: update version to "NetBSD-ftpd 20230930" for changes: + - fix uninitialized memory usage in count_users() + - fix pam_set_item call with proper struct passed as PAM_SOCKADDR + [lukem, ticket #1743] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Oct 2 17:40:28 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1734 - #1743 To generate a diff of this commit: cvs rdiff -u -r1.1.2.103 -r1.1.2.104 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: Mon Sep 18 19:01:14 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1733 To generate a diff of this commit: cvs rdiff -u -r1.1.2.102 -r1.1.2.103 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.102 src/doc/CHANGES-9.4:1.1.2.103 --- src/doc/CHANGES-9.4:1.1.2.102 Fri Sep 15 15:42:58 2023 +++ src/doc/CHANGES-9.4 Mon Sep 18 19:01:14 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.102 2023/09/15 15:42:58 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.103 2023/09/18 19:01:14 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2136,3 +2136,9 @@ sys/arch/i386/stand/efiboot/eficpufunc.h efiboot/x86: add serial console support via raw I/O port access. [rin, ticket #1732] +sys/dev/raidframe/rf_netbsdkintf.c 1.413 + + raid(4): avoid panic from DIOCGCACHE ioctl while reconstruction + is in progress. + [oster, ticket #1733] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Sep 18 19:01:14 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1733 To generate a diff of this commit: cvs rdiff -u -r1.1.2.102 -r1.1.2.103 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: Fri Sep 15 15:42:58 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1732 To generate a diff of this commit: cvs rdiff -u -r1.1.2.101 -r1.1.2.102 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.101 src/doc/CHANGES-9.4:1.1.2.102 --- src/doc/CHANGES-9.4:1.1.2.101 Wed Sep 13 09:49:14 2023 +++ src/doc/CHANGES-9.4 Fri Sep 15 15:42:58 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.101 2023/09/13 09:49:14 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.102 2023/09/15 15:42:58 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2128,3 +2128,11 @@ external/apache2/mDNSResponder/dist/mDNS language fixes in a comment. [gutteridge, ticket #1731] +sys/arch/i386/stand/efiboot/Makefile.efiboot 1.22 +sys/arch/i386/stand/efiboot/eficons.c 1.13,1.14 +sys/arch/i386/stand/efiboot/eficpufunc.c 1.1 +sys/arch/i386/stand/efiboot/eficpufunc.h 1.1 + + efiboot/x86: add serial console support via raw I/O port access. + [rin, ticket #1732] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Sep 15 15:42:58 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1732 To generate a diff of this commit: cvs rdiff -u -r1.1.2.101 -r1.1.2.102 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 Sep 13 09:49:14 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1731 To generate a diff of this commit: cvs rdiff -u -r1.1.2.100 -r1.1.2.101 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 Sep 13 09:49:14 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1731 To generate a diff of this commit: cvs rdiff -u -r1.1.2.100 -r1.1.2.101 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.100 src/doc/CHANGES-9.4:1.1.2.101 --- src/doc/CHANGES-9.4:1.1.2.100 Mon Sep 11 14:45:05 2023 +++ src/doc/CHANGES-9.4 Wed Sep 13 09:49:14 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.100 2023/09/11 14:45:05 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.101 2023/09/13 09:49:14 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2121,3 +2121,10 @@ build.sh 1.374 build.sh: add support for git worktree. [khorben, ticket #1730] +external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c 1.11 +external/apache2/mDNSResponder/dist/mDNSPosix/mDNSPosix.c 1.19 + + mdnsd(8): fix memory leak in an error path and minor + language fixes in a comment. + [gutteridge, ticket #1731] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Sep 11 14:45:05 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1730 To generate a diff of this commit: cvs rdiff -u -r1.1.2.99 -r1.1.2.100 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.99 src/doc/CHANGES-9.4:1.1.2.100 --- src/doc/CHANGES-9.4:1.1.2.99 Sat Sep 9 14:57:22 2023 +++ src/doc/CHANGES-9.4 Mon Sep 11 14:45:05 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.99 2023/09/09 14:57:22 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.100 2023/09/11 14:45:05 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2116,3 +2116,8 @@ sys/dev/raidframe/rf_reconstruct.c 1.12 raidframe: fix memory leaks (prevent diagnostic on shutdown). [oster, ticket #1729] +build.sh 1.374 + + build.sh: add support for git worktree. + [khorben, ticket #1730] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Sep 11 14:45:05 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1730 To generate a diff of this commit: cvs rdiff -u -r1.1.2.99 -r1.1.2.100 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: Sat Sep 9 14:57:22 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1729 To generate a diff of this commit: cvs rdiff -u -r1.1.2.98 -r1.1.2.99 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.98 src/doc/CHANGES-9.4:1.1.2.99 --- src/doc/CHANGES-9.4:1.1.2.98 Fri Sep 8 09:09:08 2023 +++ src/doc/CHANGES-9.4 Sat Sep 9 14:57:22 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.98 2023/09/08 09:09:08 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.99 2023/09/09 14:57:22 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2111,3 +2111,8 @@ lib/libpam/modules/pam_ksu/pam_ksu.c 1. pam_ksu(8): allow homedir access during kuserok. [riastradh, ticket #1728] +sys/dev/raidframe/rf_reconstruct.c 1.128 + + raidframe: fix memory leaks (prevent diagnostic on shutdown). + [oster, ticket #1729] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Sep 9 14:57:22 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1729 To generate a diff of this commit: cvs rdiff -u -r1.1.2.98 -r1.1.2.99 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: Fri Sep 8 09:09:08 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1728 To generate a diff of this commit: cvs rdiff -u -r1.1.2.97 -r1.1.2.98 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.97 src/doc/CHANGES-9.4:1.1.2.98 --- src/doc/CHANGES-9.4:1.1.2.97 Wed Sep 6 08:03:07 2023 +++ src/doc/CHANGES-9.4 Fri Sep 8 09:09:08 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.97 2023/09/06 08:03:07 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.98 2023/09/08 09:09:08 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2106,3 +2106,8 @@ crypto/external/bsd/openssl/dist/crypto/ openssl: PR 57594: fix SPARC v8/v9 detection code. [mrg, ticket #1727] +lib/libpam/modules/pam_ksu/pam_ksu.c 1.11 + + pam_ksu(8): allow homedir access during kuserok. + [riastradh, ticket #1728] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Sep 8 09:09:08 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1728 To generate a diff of this commit: cvs rdiff -u -r1.1.2.97 -r1.1.2.98 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 Sep 6 08:03:07 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1727 To generate a diff of this commit: cvs rdiff -u -r1.1.2.96 -r1.1.2.97 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.96 src/doc/CHANGES-9.4:1.1.2.97 --- src/doc/CHANGES-9.4:1.1.2.96 Mon Sep 4 17:56:39 2023 +++ src/doc/CHANGES-9.4 Wed Sep 6 08:03:07 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.96 2023/09/04 17:56:39 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.97 2023/09/06 08:03:07 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2101,3 +2101,8 @@ sys/dev/pci/if_wmvar.h1.50 Print debug message correctly when WM_DEBUG is set. [msaitoh, ticket #1726] +crypto/external/bsd/openssl/dist/crypto/sparccpuid.S 1.11 + + openssl: PR 57594: fix SPARC v8/v9 detection code. + [mrg, ticket #1727] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Sep 6 08:03:07 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1727 To generate a diff of this commit: cvs rdiff -u -r1.1.2.96 -r1.1.2.97 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: Mon Sep 4 17:56:39 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1726 To generate a diff of this commit: cvs rdiff -u -r1.1.2.95 -r1.1.2.96 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: Mon Sep 4 17:56:39 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1726 To generate a diff of this commit: cvs rdiff -u -r1.1.2.95 -r1.1.2.96 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.95 src/doc/CHANGES-9.4:1.1.2.96 --- src/doc/CHANGES-9.4:1.1.2.95 Wed Aug 23 18:24:11 2023 +++ src/doc/CHANGES-9.4 Mon Sep 4 17:56:39 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.95 2023/08/23 18:24:11 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.96 2023/09/04 17:56:39 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2093,3 +2093,11 @@ sys/net/npf/npf_ruleset.c 1.52 npf(7): PR 56990: fix handling of dynamic groups. [kardel, ticket #1725] +sys/dev/pci/if_wm.c1.783,1.784 (patch) +sys/dev/pci/if_wmvar.h1.50 + + wm(4): delay sending LINK_STATE_UP to prevent dropping packets + on I35[04] and I21[01]. + Print debug message correctly when WM_DEBUG is set. + [msaitoh, ticket #1726] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Aug 23 18:24:12 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1722 - #1725 To generate a diff of this commit: cvs rdiff -u -r1.1.2.94 -r1.1.2.95 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.94 src/doc/CHANGES-9.4:1.1.2.95 --- src/doc/CHANGES-9.4:1.1.2.94 Tue Aug 22 16:18:28 2023 +++ src/doc/CHANGES-9.4 Wed Aug 23 18:24:11 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.94 2023/08/22 16:18:28 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.95 2023/08/23 18:24:11 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2070,3 +2070,26 @@ sys/dev/pci/sdhc_pci.c1.21 Add quirk setting for some Intel eMMC devices to make them work. [msaitoh, ticket #1721] +sys/arch/x86/pci/pci_machdep.c 1.94 + + Fix detection of MSI/MSI-X availability on some systems. + [msaitoh, ticket #1722] + +sys/dev/pci/ichsmb.c1.85 +sys/dev/pci/ismt.c1.11 + + ichsmb(4),ismt(4): add Snow Ridge support. + [msaitoh, ticket #1723] + +usr.sbin/cpuctl/cpuctl.8 1.21 +usr.sbin/cpuctl/cpuctl.c 1.33 + + cpuctl(8): do not show error messages when the microcode to be + loaded is already available in the cpu. + [msaitoh, ticket #1724] + +sys/net/npf/npf_ruleset.c 1.52 + + npf(7): PR 56990: fix handling of dynamic groups. + [kardel, ticket #1725] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Aug 23 18:24:12 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1722 - #1725 To generate a diff of this commit: cvs rdiff -u -r1.1.2.94 -r1.1.2.95 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: Tue Aug 22 16:18:28 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1720 and #1721 To generate a diff of this commit: cvs rdiff -u -r1.1.2.93 -r1.1.2.94 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.93 src/doc/CHANGES-9.4:1.1.2.94 --- src/doc/CHANGES-9.4:1.1.2.93 Mon Aug 21 12:34:48 2023 +++ src/doc/CHANGES-9.4 Tue Aug 22 16:18:28 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.93 2023/08/21 12:34:48 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.94 2023/08/22 16:18:28 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2058,3 +2058,15 @@ sys/dev/pci/pcidevs_data.h regen - Fix description of Intel 0x37d0. [msaitoh, ticket #1719] +sys/arch/x86/pci/amdsmn.c 1.17 +sys/arch/x86/pci/amdzentemp.c 1.19,1.20 + + amdsmn(4),amdzentemp(4): Add support for Zen2 Mendocino(17h/Axh) and + Zen4 Phoenix(19h/7xh). + [msaitoh, ticket #1720] + +sys/dev/pci/sdhc_pci.c1.21 + + Add quirk setting for some Intel eMMC devices to make them work. + [msaitoh, ticket #1721] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Aug 22 16:18:28 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1720 and #1721 To generate a diff of this commit: cvs rdiff -u -r1.1.2.93 -r1.1.2.94 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: Mon Aug 21 12:34:48 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1716 - #1719 To generate a diff of this commit: cvs rdiff -u -r1.1.2.92 -r1.1.2.93 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.92 src/doc/CHANGES-9.4:1.1.2.93 --- src/doc/CHANGES-9.4:1.1.2.92 Tue Aug 15 10:08:35 2023 +++ src/doc/CHANGES-9.4 Mon Aug 21 12:34:48 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.92 2023/08/15 10:08:35 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.93 2023/08/21 12:34:48 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2028,3 +2028,33 @@ external/apache2/mDNSResponder/usr.sbin/ mdnsd(8): switch to use arc4random(3) for randomness [gutteridge, ticket #1715] +sys/dev/vnd.c 1.289 + + vnd(4): PR 57421: fix deadlock in low-memory scenario by allowing + the pagedaemon to allocate for I/O to flush dirty buffers to free + memory. + [riastradh, ticket #1716] + +sbin/dump/optr.c1.44 + + dump(8): PR 56249: silently ignore /etc/fstab entries with + NAME= entries that cannot be resolved. + [manu, ticket #1717] + +sys/net/npf/npf_tableset.c 1.41 + + npf(9): fix crashes in table queries, PR 57136 and 57181. + [riastradh, ticket #1718] + +sys/dev/pci/pcidevs1.1483-1.1492 +sys/dev/pci/pcidevs.hregen +sys/dev/pci/pcidevs_data.h regen + + - Add AMD 19h/7xh Root Complex. + - Add ASMedia ASM106x. + - Add Intel Snow Ridge, Xeon D-2100 devices. + - Add Intel I226 devices. + - Add the VIA VX800 chipset devices and S3 chrome 500 series GPU. + - Fix description of Intel 0x37d0. + [msaitoh, ticket #1719] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Aug 21 12:34:48 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1716 - #1719 To generate a diff of this commit: cvs rdiff -u -r1.1.2.92 -r1.1.2.93 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: Tue Aug 15 10:08:36 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1714 and #1715 To generate a diff of this commit: cvs rdiff -u -r1.1.2.91 -r1.1.2.92 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: Tue Aug 15 10:08:36 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1714 and #1715 To generate a diff of this commit: cvs rdiff -u -r1.1.2.91 -r1.1.2.92 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.91 src/doc/CHANGES-9.4:1.1.2.92 --- src/doc/CHANGES-9.4:1.1.2.91 Fri Aug 11 12:14:10 2023 +++ src/doc/CHANGES-9.4 Tue Aug 15 10:08:35 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.91 2023/08/11 12:14:10 sborrill Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.92 2023/08/15 10:08:35 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2018,3 +2018,13 @@ tests/libexec/ld.elf_so/t_hash.c 1.1 vi LP64 platforms where long is 64-bit. [riastradh, ticket #1712] +sys/uvm/uvm_fault.c1.234 + + uvm: PR 56535: prevent TLB invalidation races during COW resolution. + [chs, ticket #1714] + +external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile 1.18 + + mdnsd(8): switch to use arc4random(3) for randomness + [gutteridge, ticket #1715] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: sborrill Date: Fri Aug 11 12:14:10 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1712 To generate a diff of this commit: cvs rdiff -u -r1.1.2.90 -r1.1.2.91 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: sborrill Date: Fri Aug 11 12:14:10 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1712 To generate a diff of this commit: cvs rdiff -u -r1.1.2.90 -r1.1.2.91 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.90 src/doc/CHANGES-9.4:1.1.2.91 --- src/doc/CHANGES-9.4:1.1.2.90 Thu Aug 10 10:30:56 2023 +++ src/doc/CHANGES-9.4 Fri Aug 11 12:14:10 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.90 2023/08/10 10:30:56 sborrill Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.91 2023/08/11 12:14:10 sborrill Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2005,3 +2005,16 @@ sys/arch/xen/x86/xen_ipi.c 1.41 via pa to a struct intrframe to IPI handlers. [riastradh, ticket #1713] +distrib/sets/lists/debug/mi 1.409 via patch +distrib/sets/lists/tests/mi 1.1280 via patch +libexec/ld.elf_so/Makefile 1.145-1.147 via patch +libexec/ld.elf_so/hash.c 1.1 via patch +libexec/ld.elf_so/hash.h 1.1 via patch +libexec/ld.elf_so/symbol.c 1.74-1.76 via patch +tests/libexec/ld.elf_so/Makefile 1.21 via patch +tests/libexec/ld.elf_so/t_hash.c 1.1 via patch + + ld.elf_so: Fix sysv elf hash on edge cases like `ZW9p' on + LP64 platforms where long is 64-bit. + [riastradh, ticket #1712] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: sborrill Date: Thu Aug 10 10:30:56 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1713 To generate a diff of this commit: cvs rdiff -u -r1.1.2.89 -r1.1.2.90 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.89 src/doc/CHANGES-9.4:1.1.2.90 --- src/doc/CHANGES-9.4:1.1.2.89 Wed Aug 9 17:48:30 2023 +++ src/doc/CHANGES-9.4 Thu Aug 10 10:30:56 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.89 2023/08/09 17:48:30 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.90 2023/08/10 10:30:56 sborrill Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1999,3 +1999,9 @@ external/cddl/osnet/sys/sys/proc.h 1.10 solaris: give threads less bad names. [riastradh, ticket #1711] +sys/arch/xen/x86/xen_ipi.c 1.41 via patch + + xen/x86: Fix 'mach cpu N' in ddb by passing the right pointer + to a struct intrframe to IPI handlers. + [riastradh, ticket #1713] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: sborrill Date: Thu Aug 10 10:30:56 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1713 To generate a diff of this commit: cvs rdiff -u -r1.1.2.89 -r1.1.2.90 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 Aug 9 17:48:30 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1710 and #1711 To generate a diff of this commit: cvs rdiff -u -r1.1.2.88 -r1.1.2.89 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.88 src/doc/CHANGES-9.4:1.1.2.89 --- src/doc/CHANGES-9.4:1.1.2.88 Fri Aug 4 19:51:59 2023 +++ src/doc/CHANGES-9.4 Wed Aug 9 17:48:30 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.88 2023/08/04 19:51:59 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.89 2023/08/09 17:48:30 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1988,3 +1988,14 @@ sys/dev/usb/umodeswitch.c 1.6 Add support for D-Link DWM-222 4G LTS USB adapter. [manu, ticket #1709] +external/cddl/osnet/sys/sys/kcondvar.h 1.5 + + zfs: give condvars more meaningful names. + [riastradh, ticket #1710] + +external/cddl/osnet/sys/kern/misc.c 1.10 +external/cddl/osnet/sys/sys/proc.h 1.10 + + solaris: give threads less bad names. + [riastradh, ticket #1711] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Aug 9 17:48:30 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1710 and #1711 To generate a diff of this commit: cvs rdiff -u -r1.1.2.88 -r1.1.2.89 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: Fri Aug 4 19:51:59 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1709 To generate a diff of this commit: cvs rdiff -u -r1.1.2.87 -r1.1.2.88 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.87 src/doc/CHANGES-9.4:1.1.2.88 --- src/doc/CHANGES-9.4:1.1.2.87 Fri Aug 4 15:11:22 2023 +++ src/doc/CHANGES-9.4 Fri Aug 4 19:51:59 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.87 2023/08/04 15:11:22 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.88 2023/08/04 19:51:59 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1983,3 +1983,8 @@ sys/net/bpf.c (apply patch) bpf: allow to read with no filter. [ozaki-r, ticket #1708] +sys/dev/usb/umodeswitch.c 1.6 + + Add support for D-Link DWM-222 4G LTS USB adapter. + [manu, ticket #1709] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Aug 4 19:51:59 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1709 To generate a diff of this commit: cvs rdiff -u -r1.1.2.87 -r1.1.2.88 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: Fri Aug 4 15:11:22 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1699 - #1708 To generate a diff of this commit: cvs rdiff -u -r1.1.2.86 -r1.1.2.87 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.86 src/doc/CHANGES-9.4:1.1.2.87 --- src/doc/CHANGES-9.4:1.1.2.86 Wed Aug 2 10:23:26 2023 +++ src/doc/CHANGES-9.4 Fri Aug 4 15:11:22 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.86 2023/08/02 10:23:26 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.87 2023/08/04 15:11:22 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1868,3 +1868,118 @@ sys/dev/usb/ehci.c1.317 PR 57518: usb keyboard causes host controller to miss microframe. [skrll, ticket #1698] +distrib/sets/lists/debug/mi 1.400-1.406 (patch) +distrib/sets/lists/debug/shl.mi 1.306-1.311,1.314 (patch) +distrib/sets/lists/tests/mi 1.1265 (patch) +distrib/sets/lists/tests/shl.mi 1.12-1.16 (patch) +libexec/ld.elf_so/README.TLS 1.6 (patch) +libexec/ld.elf_so/arch/aarch64/mdreloc.c 1.18 (patch) +libexec/ld.elf_so/arch/alpha/alpha_reloc.c 1.44 (patch) +libexec/ld.elf_so/arch/arm/mdreloc.c 1.46 (patch) +libexec/ld.elf_so/arch/hppa/hppa_reloc.c 1.50 (patch) +libexec/ld.elf_so/arch/i386/mdreloc.c 1.42,1.43 (patch) +libexec/ld.elf_so/arch/m68k/mdreloc.c 1.34 (patch) +libexec/ld.elf_so/arch/mips/mips_reloc.c 1.75 (patch) +libexec/ld.elf_so/arch/or1k/mdreloc.c 1.4 (patch) +libexec/ld.elf_so/arch/powerpc/ppc_reloc.c 1.63 (patch) +libexec/ld.elf_so/arch/riscv/mdreloc.c 1.9 (patch) +libexec/ld.elf_so/arch/sh3/mdreloc.c 1.36 (patch) +libexec/ld.elf_so/arch/sparc/mdreloc.c 1.57 (patch) +libexec/ld.elf_so/arch/sparc64/mdreloc.c 1.70 (patch) +libexec/ld.elf_so/arch/x86_64/mdreloc.c 1.48 (patch) +libexec/ld.elf_so/map_object.c 1.66,1.67 (patch) +libexec/ld.elf_so/rtld.c 1.214 (patch) +libexec/ld.elf_so/rtld.h 1.146 (patch) +libexec/ld.elf_so/tls.c1.16-1.19 (patch) +tests/libexec/ld.elf_so/Makefile 1.13-1.19 (patch) +tests/libexec/ld.elf_so/helper.mk 1.1 (patch) +tests/libexec/ld.elf_so/helper_abuse_dynamic/Makefile 1.1,1.2 (patch) +tests/libexec/ld.elf_so/helper_abuse_dynamic/h_abuse_dynamic.c 1.1 (patch) +tests/libexec/ld.elf_so/helper_abuse_static/Makefile 1.1,1.2 (patch) +tests/libexec/ld.elf_so/helper_abuse_static/h_abuse_static.c 1.1 (patch) +tests/libexec/ld.elf_so/helper_def_dynamic/Makefile 1.1,1.2 (patch) +tests/libexec/ld.elf_so/helper_def_dynamic/h_def_dynamic.c 1.1 (patch) +tests/libexec/ld.elf_so/helper_def_static/Makefile 1.1,1.2 (patch) +tests/libexec/ld.elf_so/helper_def_static/h_def_static.c 1.1 (patch) +tests/libexec/ld.elf_so/helper_dso1/Makefile 1.2 (patch) +tests/libexec/ld.elf_so/helper_dso2/Makefile 1.2 (patch) +tests/libexec/ld.elf_so/helper_dso3/Makefile 1.2 (patch) +tests/libexec/ld.elf_so/helper_ifunc_dso/Makefile 1.2 (patch) +tests/libexec/ld.elf_so/helper_onlyctor_dynamic/Makefile 1.1,1.2 (patch) +tests/libexec/ld.elf_so/helper_onlyctor_dynamic/h_onlyctor_dynamic.c 1.1 (patch) +tests/libexec/ld.elf_so/helper_onlydef/Makefile 1.1,1.2 (patch) +tests/libexec/ld.elf_so/helper_onlydef/h_onlydef.c 1.1 (patch) +tests/libexec/ld.elf_so/helper_onlydef_static/Makefile 1.1,1.2 (patch) +tests/libexec/ld.elf_so/helper_onlydef_static/h_onlydef_static.c 1.1 (patch) +tests/libexec/ld.elf_so/helper_onlyuse_dynamic/Makefile 1.1,1.2 (patch) +tests/libexec/ld.elf_so/helper_onlyuse_dynamic/h_onlyuse_dynamic.c 1.1 (patch) +tests/libexec/ld.elf_so/helper_onlyuse_static/Makefile 1.1,1.2 (patch) +tests/libexec/ld.elf_so/helper_onlyuse_static/h_onlyuse_static.c 1.1 (patch) +tests/libexec/ld.elf_so/helper_symver_dso0/Makefile 1.2 (patch) +tests/libexec/ld.elf_so/helper_symver_dso1/Makefile 1.4 (patch) +tests/libexec/ld.elf_so/helper_symver_dso2/Makefile 1.4 (patch) +tests/libexec/ld.elf_so/helper_use_dynamic/Makefile 1.1,1.2 (patch) +tests/libexec/ld.elf_so/helper_use_dynamic/h_use_dynamic.c 1.1 (patch) +tests/libexec/ld.elf_so/helper_use_static/Makefile 1.1-1.3 (patch) +tests/libexec/ld.elf_so/helper_use_static/h_use_static.c 1.1,1.2 (patch) +tests/libexec/ld.elf_so/t_tls_extern.c 1.1-1.12 (patch) + + ld.elf_so(1): fix dlopen with static thread-local storage. + [riastradh, ticket #1699] + +lib/libpthread/arch/aarch64/pthread_md.h 1.2 +lib/libpthread/arch/arm/pthread_md.h 1.12,1.13 +lib/libpthread/arch/i386/pthread_md.h 1.21 +lib/libpthread/arch/x86_64/pthread_md.h 1.13 +lib/libpthread/pthread_int.h 1.110,1.111 +lib/libpthread/pthread_spin.c 1.11 + + libpthread: reduce spin lock hangs on arm. + [riastradh, ticket #1700] + +usr.bin/find/function.c1.80 +usr.bin/find/main.c1.32 + + find(1): PR 57313: don't bail if "." cannot be opened. + [riastradh, ticket #1701] + +usr.sbin/ldpd/fsm.c1.16
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Aug 4 15:11:22 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1699 - #1708 To generate a diff of this commit: cvs rdiff -u -r1.1.2.86 -r1.1.2.87 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 Aug 2 10:23:26 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1698 To generate a diff of this commit: cvs rdiff -u -r1.1.2.85 -r1.1.2.86 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 Aug 2 10:23:26 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1698 To generate a diff of this commit: cvs rdiff -u -r1.1.2.85 -r1.1.2.86 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.85 src/doc/CHANGES-9.4:1.1.2.86 --- src/doc/CHANGES-9.4:1.1.2.85 Tue Aug 1 17:36:58 2023 +++ src/doc/CHANGES-9.4 Wed Aug 2 10:23:26 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.85 2023/08/01 17:36:58 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.86 2023/08/02 10:23:26 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1863,3 +1863,8 @@ sys/dev/tprof/tprof_x86_intel.c - KNF [msaitoh, ticket #1697] +sys/dev/usb/ehci.c1.317 + + PR 57518: usb keyboard causes host controller to miss microframe. + [skrll, ticket #1698] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Aug 1 17:36:58 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1686 - #1697 To generate a diff of this commit: cvs rdiff -u -r1.1.2.84 -r1.1.2.85 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: Tue Aug 1 17:36:58 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1686 - #1697 To generate a diff of this commit: cvs rdiff -u -r1.1.2.84 -r1.1.2.85 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.84 src/doc/CHANGES-9.4:1.1.2.85 --- src/doc/CHANGES-9.4:1.1.2.84 Mon Jul 31 18:02:32 2023 +++ src/doc/CHANGES-9.4 Tue Aug 1 17:36:58 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.84 2023/07/31 18:02:32 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.85 2023/08/01 17:36:58 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1788,3 +1788,78 @@ sys/kern/uipc_domain.c1.109 sockaddr(9): fix uninitialized buffer in DIAGNOSTIC checks. [riastradh, ticket #1685] +sys/dev/spkr.c 1.25 (patch) + + spkr(4): Avoid some overflow issues. + [riastradh, ticket #1686] + +sys/dev/usb/xhci.c1.176 +sys/dev/usb/xhcivar.h1.23 + + xhci(4): PR 57326: defer root intr xfers while polling. + [riastradh, ticket #1687] + +sys/kern/subr_autoconf.c 1.308 + + autoconf(9): fix potential memory corruption in rare ABA case. + [riastradh, ticket #1688] + +sys/dev/isapnp/sb_isapnp.c 1.54 +sys/dev/ofisa/sb_ofisa.c 1.24 + + sb(4): PR 57363: fix missing mutex initialization at isapnp and ofisa. + [riastradh, ticket #1689] + +libexec/ld.elf_so/rtld.c 1.213 + + dlopen(3): Read _rtld_objtail under the lock. + [riastradh, ticket #1690] + +sys/fs/tmpfs/tmpfs_subr.c 1.116,1.117 + + tmpfs: protect against unreasonable file resizing. + [riastradh, ticket #1691] + +sys/dev/acpi/acpica/acpi_func.h 1.7 (patch) + + acpi(4): fix membars in ACPI_ACQUIRE/RELEASE_GLOBAL_LOCK. + [riastradh, ticket #1692] + +distrib/sets/lists/comp/mi 1.2417 (patch) +external/bsd/libarchive/lib/libarchive/Makefile 1.14 +external/bsd/libarchive/lib/libarchive/libarchive.pc.in 1.1 +external/public-domain/xz/lib/Makefile 1.11 + + Build and install pkgconfig files for liblzma and libarchive. + [tsutsui, ticket #1693] + +sys/external/bsd/drm2/linux/linux_ww_mutex.c 1.16 + + drm/linux_ww_mutex: fix ww acquire context ordering. + [riastradh, ticket #1694] + +sys/external/bsd/drm2/linux/linux_ww_mutex.c 1.10 (patch) + + drm: fix ww_mutex return values on signal. + [riastradh, ticket #1695] + +sys/external/bsd/drm2/linux/linux_ww_mutex.c 1.15 + + drm: PR 57537: fix mistake in ww_mutex wait loops. + [riastradh, ticket #1696] + +usr.sbin/tprof/tprof.8 1.16,1.22,1.25,1.29 via patch +usr.sbin/tprof/tprof_analyze.c 1.4 +usr.sbin/tprof/arch/tprof_x86.c 1.13-1.19 +sys/dev/tprof/tprof.c 1.23 via patch +sys/dev/tprof/tprof_x86_amd.c 1.7-1.8 via patch +sys/dev/tprof/tprof_x86_intel.c 1.8 via patch + +- Add AMD family 19h (zen3 and zen4) support. +- Add Intel Comet Lake support. +- Add support for Intel Skylake-X and Cascade Lake. +- Print the path that we failed to open on error. +- Use lowercase consistently for hexadecimal numbers. +- KNF + [msaitoh, ticket #1697] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Jul 31 18:02:32 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ammend ticket #1676 for additional modified files To generate a diff of this commit: cvs rdiff -u -r1.1.2.83 -r1.1.2.84 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: Mon Jul 31 18:02:32 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ammend ticket #1676 for additional modified files To generate a diff of this commit: cvs rdiff -u -r1.1.2.83 -r1.1.2.84 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.83 src/doc/CHANGES-9.4:1.1.2.84 --- src/doc/CHANGES-9.4:1.1.2.83 Mon Jul 31 16:54:43 2023 +++ src/doc/CHANGES-9.4 Mon Jul 31 18:02:32 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.83 2023/07/31 16:54:43 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.84 2023/07/31 18:02:32 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1719,6 +1719,8 @@ lib/csu/arch/vax/crtbegin.S 1.8,1.9 sys/arch/aarch64/aarch64/cpuswitch.S 1.40 (patch) sys/arch/aarch64/aarch64/locore.S 1.91 (patch) sys/arch/alpha/include/asm.h 1.45 (patch) +sys/arch/alpha/alpha/multiproc.s (apply patch) +sys/arch/alpha/alpha/locore.s (apply patch) sys/arch/arm/arm/armv6_start.S 1.38 (patch) sys/arch/arm/arm32/cpuswitch.S 1.106 (patch) sys/arch/evbmips/ingenic/cpu_startup.S 1.2 (patch)
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Jul 31 16:54:43 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1676 - #1685 To generate a diff of this commit: cvs rdiff -u -r1.1.2.82 -r1.1.2.83 src/doc/CHANGES-9.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/doc/CHANGES-9.4 diff -u src/doc/CHANGES-9.4:1.1.2.82 src/doc/CHANGES-9.4:1.1.2.83 --- src/doc/CHANGES-9.4:1.1.2.82 Sun Jul 30 12:15:40 2023 +++ src/doc/CHANGES-9.4 Mon Jul 31 16:54:43 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.82 2023/07/30 12:15:40 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.83 2023/07/31 16:54:43 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1716,3 +1716,73 @@ lib/csu/arch/vax/crtbegin.S 1.8,1.9 vax/csu: fix register preservation. [rin, ticket #1675] +sys/arch/aarch64/aarch64/cpuswitch.S 1.40 (patch) +sys/arch/aarch64/aarch64/locore.S 1.91 (patch) +sys/arch/alpha/include/asm.h 1.45 (patch) +sys/arch/arm/arm/armv6_start.S 1.38 (patch) +sys/arch/arm/arm32/cpuswitch.S 1.106 (patch) +sys/arch/evbmips/ingenic/cpu_startup.S 1.2 (patch) +sys/arch/hppa/include/cpu.h 1.13 (patch) +sys/arch/ia64/ia64/machdep.c 1.44 (patch) +sys/arch/ia64/ia64/vm_machdep.c 1.18 (patch) +sys/arch/mips/include/asm.h 1.74 (patch) +sys/arch/mips/mips/locore.S 1.229 (patch) +sys/arch/mips/mips/locore_mips3.S 1.116 (patch) +sys/arch/powerpc/powerpc/locore_subr.S 1.67 (patch) +sys/arch/sparc/sparc/locore.s 1.284 (patch) +sys/arch/sparc64/sparc64/locore.s 1.432 (patch) +sys/arch/vax/vax/subr.S1.42 (patch) + + PR 57240: add missing barriers in cpu_switchto. + [riastradh, ticket #1676] + +sys/kern/kern_lock.c1.182 +sys/kern/kern_mutex.c1.102 +sys/kern/kern_rwlock.c1.67 + + Sprinkle __predict_{true,false} for panicstr checks. + [riastradh, ticket #1677] + +sys/kern/kern_rwlock.c1.68 (patch) + + rwlock(9): Fix membars. + [riastradh, ticket #1678] + +sys/arch/xen/x86/xen_intr.c 1.31 + + xen: fix potential preemption races in interrupt disabling. + [riastradh, ticket #1679] + +sys/arch/xen/xen/if_xennet_xenbus.c 1.129 (apply minimal patch) + + xennet(4): add missing membar. + [riastradh, ticket #1680] + +sys/arch/xen/x86/hypervisor_machdep.c 1.46 (patch) + + xen: fix preemption race in stipending. + [riastradh, ticket #1681] + +sys/fs/hfs/libhfs.c1.16,1.17 +sys/fs/hfs/libhfs.h1.9 + + fs/hfs: Fix undefined behaviour. + [riastradh, ticket #1682] + +lib/libc/sys/mremap.21.8 + + mremap(2): Fix example to use MAP_PRIVATE. + [riastradh, ticket #1683] + +sys/netatalk/at_control.c 1.44 + + netatalk: Fix potential user-controlled buffer overruns through + sa_len by ignoring what the user specified and computing it in + the kernel instead from known-good sizes. + [riastradh, ticket #1684] + +sys/kern/uipc_domain.c1.109 + + sockaddr(9): fix uninitialized buffer in DIAGNOSTIC checks. + [riastradh, ticket #1685] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Mon Jul 31 16:54:43 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1676 - #1685 To generate a diff of this commit: cvs rdiff -u -r1.1.2.82 -r1.1.2.83 src/doc/CHANGES-9.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Jul 30 12:15:40 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1674 and #1675 To generate a diff of this commit: cvs rdiff -u -r1.1.2.81 -r1.1.2.82 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.81 src/doc/CHANGES-9.4:1.1.2.82 --- src/doc/CHANGES-9.4:1.1.2.81 Sat Jul 29 11:44:09 2023 +++ src/doc/CHANGES-9.4 Sun Jul 30 12:15:40 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.81 2023/07/29 11:44:09 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.82 2023/07/30 12:15:40 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1706,3 +1706,13 @@ sys/arch/x86/x86/coretemp.c 1.38-1.39 coretemp(4): change limits of Tjmax. [msaitoh, ticket #1673] +sys/arch/mips/cavium/dev/octeon_rnm.c 1.16 (patch) + + octrnm(4): PR 57280: raise delay on startup. + [gutteridge, ticket #1674] + +lib/csu/arch/vax/crtbegin.S 1.8,1.9 + + vax/csu: fix register preservation. + [rin, ticket #1675] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Jul 30 12:15:40 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1674 and #1675 To generate a diff of this commit: cvs rdiff -u -r1.1.2.81 -r1.1.2.82 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: Sat Jul 29 11:44:09 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1669 - #1673 To generate a diff of this commit: cvs rdiff -u -r1.1.2.80 -r1.1.2.81 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: Sat Jul 29 11:44:09 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1669 - #1673 To generate a diff of this commit: cvs rdiff -u -r1.1.2.80 -r1.1.2.81 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.80 src/doc/CHANGES-9.4:1.1.2.81 --- src/doc/CHANGES-9.4:1.1.2.80 Thu Jul 27 18:11:16 2023 +++ src/doc/CHANGES-9.4 Sat Jul 29 11:44:09 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.80 2023/07/27 18:11:16 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.81 2023/07/29 11:44:09 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1671,3 +1671,38 @@ sys/arch/xen/xen/xen_clock.c 1.10,1.12 up, which could cause a hardclock() storm. [bouyer, ticket #1668] +sys/arch/x86/include/specialreg.h 1.204-1.206, 1.208 + (via patch) + + - Add Intel CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT. + - Add AMD CPUID 0x8008 %ebx bit 30 IBPB_RET and CPUID 0x800a + %edx bit 29 BusLockThreshold. + - Fix typo in comment. + [msaitoh, ticket #1669] + +usr.sbin/cpuctl/arch/i386.c 1.137-1.139 + (via patch) + +- CPU model 0x5a is not Atom E3500 but Atom Z3500. +- Add Alder Lake-N. + [msaitoh, ticket #1670] + +sys/dev/pci/pcidevs 1.1481-1.1482 (patch) +sys/dev/pci/pcidevs.h regen +sys/dev/pci/pcidevs_data.h regen + +Add Intel Alder Lake-N, Raptor Lake and 700 series chipset devices. + [msaitoh, ticket #1671] + +sys/dev/pci/ichsmb.c1.83-1.84 (patch) + + - Add support Intel 700 series chipset and Alder Lake-N devices. + - Use device_printf() instead of aprint_error_dev() in + ichsmb_i2c_exec(). + [msaitoh, ticket #1672] + +sys/arch/x86/x86/coretemp.c 1.38-1.39 (patch) + + coretemp(4): change limits of Tjmax. + [msaitoh, ticket #1673] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Jul 27 18:11:16 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1667 and #1668 To generate a diff of this commit: cvs rdiff -u -r1.1.2.79 -r1.1.2.80 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 Jul 27 18:11:16 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1667 and #1668 To generate a diff of this commit: cvs rdiff -u -r1.1.2.79 -r1.1.2.80 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.79 src/doc/CHANGES-9.4:1.1.2.80 --- src/doc/CHANGES-9.4:1.1.2.79 Tue Jul 25 15:39:36 2023 +++ src/doc/CHANGES-9.4 Thu Jul 27 18:11:16 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.79 2023/07/25 15:39:36 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.80 2023/07/27 18:11:16 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1659,3 +1659,15 @@ sys/dev/nvmm/x86/nvmm_x86_svm.c 1.85 nvmm(4): filter CR4 bits on x86 SVM (AMD). [riastradh, ticket #1666] +sys/arch/x86/x86/errata.c 1.32 + + x86: fix the cpuids for the zen2 client CPUs. + [mrg, ticket #1667] + +sys/arch/xen/xen/xen_clock.c 1.10,1.12 + (file name changed, applied to sys/arch/xen/xen/clock.c) + + Avoid a possible race around ci->ci_xen_hardclock_systime_ns at boot + up, which could cause a hardclock() storm. + [bouyer, ticket #1668] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Jul 25 15:39:36 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1666 To generate a diff of this commit: cvs rdiff -u -r1.1.2.78 -r1.1.2.79 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.78 src/doc/CHANGES-9.4:1.1.2.79 --- src/doc/CHANGES-9.4:1.1.2.78 Tue Jul 25 11:35:26 2023 +++ src/doc/CHANGES-9.4 Tue Jul 25 15:39:36 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.78 2023/07/25 11:35:26 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.79 2023/07/25 15:39:36 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1654,3 +1654,8 @@ sys/arch/x86/x86/fpu.c1.86 x86/fpu: Align savefpu to 64 bytes in fpuinit_mxcsr_mask. [riastradh, ticket #1665] +sys/dev/nvmm/x86/nvmm_x86_svm.c 1.85 + + nvmm(4): filter CR4 bits on x86 SVM (AMD). + [riastradh, ticket #1666] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Jul 25 15:39:36 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1666 To generate a diff of this commit: cvs rdiff -u -r1.1.2.78 -r1.1.2.79 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: Tue Jul 25 11:35:26 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1665 To generate a diff of this commit: cvs rdiff -u -r1.1.2.77 -r1.1.2.78 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: Tue Jul 25 11:35:26 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1665 To generate a diff of this commit: cvs rdiff -u -r1.1.2.77 -r1.1.2.78 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.77 src/doc/CHANGES-9.4:1.1.2.78 --- src/doc/CHANGES-9.4:1.1.2.77 Tue Jul 25 09:14:06 2023 +++ src/doc/CHANGES-9.4 Tue Jul 25 11:35:26 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.77 2023/07/25 09:14:06 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.78 2023/07/25 11:35:26 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1649,3 +1649,8 @@ sys/arch/x86/x86/errata.c 1.31 x86: turn off zenbleed chicken bit on Zen2 cpus. [mrg, ticket #1664] +sys/arch/x86/x86/fpu.c1.86 + + x86/fpu: Align savefpu to 64 bytes in fpuinit_mxcsr_mask. + [riastradh, ticket #1665] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Jul 25 09:14:06 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1664 To generate a diff of this commit: cvs rdiff -u -r1.1.2.76 -r1.1.2.77 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: Tue Jul 25 09:14:06 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1664 To generate a diff of this commit: cvs rdiff -u -r1.1.2.76 -r1.1.2.77 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.76 src/doc/CHANGES-9.4:1.1.2.77 --- src/doc/CHANGES-9.4:1.1.2.76 Fri Jul 7 18:47:48 2023 +++ src/doc/CHANGES-9.4 Tue Jul 25 09:14:06 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.76 2023/07/07 18:47:48 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.77 2023/07/25 09:14:06 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1643,3 +1643,9 @@ external/bsd/dhcpcd/examples/conf/Makefi PR 57487: install a copy of dhcpcd.conf under /usr/share/examples. [gutteridge, ticket #1663] +sys/arch/x86/include/specialreg.h 1.207 +sys/arch/x86/x86/errata.c 1.31 + + x86: turn off zenbleed chicken bit on Zen2 cpus. + [mrg, ticket #1664] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Jul 7 18:47:48 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1663 To generate a diff of this commit: cvs rdiff -u -r1.1.2.75 -r1.1.2.76 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.75 src/doc/CHANGES-9.4:1.1.2.76 --- src/doc/CHANGES-9.4:1.1.2.75 Wed Jul 5 16:14:56 2023 +++ src/doc/CHANGES-9.4 Fri Jul 7 18:47:48 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.75 2023/07/05 16:14:56 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.76 2023/07/07 18:47:48 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1636,3 +1636,10 @@ lib/libc/dlfcn/dlfcn_elf.c 1.17 libc: Fix missing membar_consumer in dl_iterate_phdr. [riastradh, ticket #1662] +distrib/sets/lists/misc/mi 1.225 +external/bsd/dhcpcd/examples/Makefile 1.2 +external/bsd/dhcpcd/examples/conf/Makefile 1.1 + + PR 57487: install a copy of dhcpcd.conf under /usr/share/examples. + [gutteridge, ticket #1663] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Jul 7 18:47:48 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1663 To generate a diff of this commit: cvs rdiff -u -r1.1.2.75 -r1.1.2.76 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 Jul 5 16:14:56 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1662 To generate a diff of this commit: cvs rdiff -u -r1.1.2.74 -r1.1.2.75 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.74 src/doc/CHANGES-9.4:1.1.2.75 --- src/doc/CHANGES-9.4:1.1.2.74 Wed Jul 5 11:55:46 2023 +++ src/doc/CHANGES-9.4 Wed Jul 5 16:14:56 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.74 2023/07/05 11:55:46 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.75 2023/07/05 16:14:56 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1631,3 +1631,8 @@ external/bsd/mdocml/dist/st.c 1.2 mandoc(1): add ISO C 2018 standard. [wiz, ticket #1661] +lib/libc/dlfcn/dlfcn_elf.c 1.17 + + libc: Fix missing membar_consumer in dl_iterate_phdr. + [riastradh, ticket #1662] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Jul 5 16:14:56 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1662 To generate a diff of this commit: cvs rdiff -u -r1.1.2.74 -r1.1.2.75 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 Jul 5 11:55:46 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1661 To generate a diff of this commit: cvs rdiff -u -r1.1.2.73 -r1.1.2.74 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.73 src/doc/CHANGES-9.4:1.1.2.74 --- src/doc/CHANGES-9.4:1.1.2.73 Fri Jun 30 17:23:13 2023 +++ src/doc/CHANGES-9.4 Wed Jul 5 11:55:46 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.73 2023/06/30 17:23:13 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.74 2023/07/05 11:55:46 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1626,3 +1626,8 @@ sys/arch/i386/stand/bootxx/boot1.c 1.22 x86: primary bootstrap is now able to read a GPT inside RAIDframe. [manu, ticket #1658] +external/bsd/mdocml/dist/st.c 1.2 + + mandoc(1): add ISO C 2018 standard. + [wiz, ticket #1661] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Jul 5 11:55:46 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1661 To generate a diff of this commit: cvs rdiff -u -r1.1.2.73 -r1.1.2.74 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: Fri Jun 30 17:23:13 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1658 To generate a diff of this commit: cvs rdiff -u -r1.1.2.72 -r1.1.2.73 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.72 src/doc/CHANGES-9.4:1.1.2.73 --- src/doc/CHANGES-9.4:1.1.2.72 Tue Jun 27 18:48:20 2023 +++ src/doc/CHANGES-9.4 Fri Jun 30 17:23:13 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.72 2023/06/27 18:48:20 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.73 2023/06/30 17:23:13 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1621,3 +1621,8 @@ sys/fs/nilfs/nilfs_subr.h 1.5 Remove dead code. [reinoud, ticket #1657] +sys/arch/i386/stand/bootxx/boot1.c 1.22 + + x86: primary bootstrap is now able to read a GPT inside RAIDframe. + [manu, ticket #1658] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Fri Jun 30 17:23:13 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1658 To generate a diff of this commit: cvs rdiff -u -r1.1.2.72 -r1.1.2.73 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: Tue Jun 27 18:48:20 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1655 - #1657 To generate a diff of this commit: cvs rdiff -u -r1.1.2.71 -r1.1.2.72 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.71 src/doc/CHANGES-9.4:1.1.2.72 --- src/doc/CHANGES-9.4:1.1.2.71 Thu Jun 22 06:06:52 2023 +++ src/doc/CHANGES-9.4 Tue Jun 27 18:48:20 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.71 2023/06/22 06:06:52 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.72 2023/06/27 18:48:20 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1573,3 +1573,51 @@ sys/dev/pci/pcidevs_data.h (regen) The SATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3. [msaitoh, ticket #1654] +usr.bin/vacation/vacation.1 1.33 +usr.bin/vacation/vacation.c 1.38 + + vacation(1): check 'Auto-Submitted:' (RFC 3834) in addition to + 'Precedence:' (RFC 2076), and set 'Precedence:' in addition to + 'Auto-Submitted:'. + [hauke, ticket #1655] + +sys/dev/pci/if_wm.c1.768-1.782 via patch +sys/dev/pci/if_wmreg.h1.129-1.130 +sys/dev/pci/if_wmvar.h1.49 + + wm(4): + - Rework for event counters: + - Fix calculation of GORC, GOTC, TOR and TOT counters correctly. + - Rearrange the order of the registers so that they are roughly + in ascending order. + - Reorder evcnt_attach_dynamic(), WM_EVCNT_ADD() and evcnt_detach() + to match. + - IC{TX,RX}*C registers are for older than 82575. + - Fix a bug that the transmit underrun counter is incorrectly + counted. + - Don't add "Count" for event counter's description. + - Some statistics registers were replaced with new counters on newer + chips. Treat 0x403c(CEXTERR->HTDPMC), 0x40fc(TSCTFC->CBRMPC), + 0x4124(ICRXOC->HTCBDPC) and from 0x4104 to 0x4124. + - Add some new counters: + - Circuit Breaker TX Manageability Packet + - Circuit Breaker RX Dropped Packet + - Host Good Octets RX + - Host Good Octets TX + - Length Errors + - SerDes/SGMII Code Violation Packet + - Header Redirection Missed Packet + - EEE TX LPI + - EEE RX LPI + - Fix prc511's comment and description. + - Add SOICZIFDATA (ifconfig -z) support for evcnt(9). + - Use WM_IS_ICHPCH(). No functional change. + - Fix typo. s/ictxact/ictxatc/. No functional change. + - Add comment. + [msaitoh, ticket #1656] + +sys/fs/nilfs/nilfs_subr.h 1.5 + + Remove dead code. + [reinoud, ticket #1657] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Jun 27 18:48:20 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1655 - #1657 To generate a diff of this commit: cvs rdiff -u -r1.1.2.71 -r1.1.2.72 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 Jun 22 06:06:52 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Add (accidently) missing entry for ticket #1645 To generate a diff of this commit: cvs rdiff -u -r1.1.2.70 -r1.1.2.71 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 Jun 22 06:06:52 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Add (accidently) missing entry for ticket #1645 To generate a diff of this commit: cvs rdiff -u -r1.1.2.70 -r1.1.2.71 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.70 src/doc/CHANGES-9.4:1.1.2.71 --- src/doc/CHANGES-9.4:1.1.2.70 Wed Jun 21 22:24:25 2023 +++ src/doc/CHANGES-9.4 Thu Jun 22 06:06:52 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.70 2023/06/21 22:24:25 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.71 2023/06/22 06:06:52 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -6,7 +6,7 @@ release: external/gpl2/groff/tmac/mdoc.local patched by hand sys/sys/param.h patched by hand doc/README.filespatched by hand -doc/CHANGES-9.4 added +doc/CHANGES-9.4 added Welcome to 9.3_STABLE. [martin] @@ -68,7 +68,7 @@ sys/dev/raidframe/rf_netbsdkintf.c 1.40 ioctls when RAIDframe is not initialized. [oster, ticket #1506] -bin/test/test.c 1.45 +bin/test/test.c 1.45 PR 56983: fix confusing message in test(1). [dholland, ticket #1507] @@ -113,7 +113,7 @@ distrib/amiga/floppies/inst-common/dot.c distrib/amiga/miniroot/dot.profile 1.11 distrib/atari/floppies/common/dot.profile 1.9 distrib/utils/script-installer/dot.commonutils 1.8 -distrib/vax/inst-common/dot.commonutils 1.6 +distrib/vax/inst-common/dot.commonutils 1.6 PRs 54835, 54835, 56983: adapt install scripts to the shell being compiled without support for depracated test expressions. @@ -158,7 +158,7 @@ sys/arch/atari/dev/itevar.h 1.15 sys/arch/atari/atari/atari_init.c 1.105 sys/arch/atari/conf/GENERIC.in 1.123 -sys/arch/atari/conf/files.atari 1.124 +sys/arch/atari/conf/files.atari 1.124 sys/arch/atari/conf/ATARITT (regen) sys/arch/atari/conf/FALCON (regen) sys/arch/atari/conf/HADES (regen) @@ -188,20 +188,20 @@ sys/arch/atari/conf/SMALL030 (regen) Improve VGA console settings for Milan, especially for sysinst. [tsutsui, ticket #1521] -usr.bin/netstat/atalk.c 1.18,1.20-1.21 +usr.bin/netstat/atalk.c 1.18,1.20-1.21 usr.bin/netstat/bpf.c 1.16 via patch usr.bin/netstat/fast_ipsec.c 1.24 usr.bin/netstat/if.c 1.97-1.99,1.101-1.104 via patch usr.bin/netstat/inet.c 1.111,1.115-1.116 via patch -usr.bin/netstat/inet6.c 1.74-1.75,1.80-1.81 via patch +usr.bin/netstat/inet6.c 1.74-1.75,1.80-1.81 via patch usr.bin/netstat/main.c 1.100-1.103 usr.bin/netstat/mbuf.c 1.35 usr.bin/netstat/mroute.c 1.26-1.27 usr.bin/netstat/mroute6.c 1.16 usr.bin/netstat/netstat.h 1.52-1.53 -usr.bin/netstat/pfkey.c 1.4-1.5 via patch +usr.bin/netstat/pfkey.c 1.4-1.5 via patch usr.bin/netstat/pfsync.c 1.4-1.5 via patch -usr.bin/netstat/route.c 1.86-1.88 +usr.bin/netstat/route.c 1.86-1.88 usr.bin/netstat/unix.c 1.36-1.37 usr.bin/netstat/vtw.c 1.11,1.13 @@ -218,14 +218,14 @@ usr.bin/netstat/vtw.c 1.11,1.13 - KNF. Style fixes. [msaitoh, ticket #1522] -usr.bin/ftp/Makefileup to 1.39 -usr.bin/ftp/fetch.c up to 1.235 -usr.bin/ftp/ftp.1 up to 1.147 -usr.bin/ftp/ftp_var.h up to 1.86 -usr.bin/ftp/main.c up to 1.128 -usr.bin/ftp/ssl.c up to 1.12 -usr.bin/ftp/util.c up to 1.164 -usr.bin/ftp/version.h up to 1.94 +usr.bin/ftp/Makefileup to 1.39 +usr.bin/ftp/fetch.cup to 1.235 +usr.bin/ftp/ftp.1up to 1.147 +usr.bin/ftp/ftp_var.hup to 1.86 +usr.bin/ftp/main.cup to 1.128 +usr.bin/ftp/ssl.cup to 1.12 +usr.bin/ftp/util.cup to 1.164 +usr.bin/ftp/version.hup to 1.94 ftp(1): PR 57003: Support relative redirects. [christos, #1523] @@ -385,32 +385,32 @@ sys/dev/pci/ichsmb.c1.76-1.77 (via p Add Intel 600 Series PCH support. [msaitoh, ticket #1544] -external/public-domain/tz/dist/SECURITY up to 1.1.1.1 -external/public-domain/tz/dist/CONTRIBUTING up to 1.1.1.7 -external/public-domain/tz/dist/Makefile up to 1.1.1.33 -external/public-domain/tz/dist/NEWS up to 1.1.1.38 -external/public-domain/tz/dist/README up to 1.1.1.10 -external/public-domain/tz/dist/TZDATA_VERSION up to 1.30 -external/public-domain/tz/dist/africa up to 1.1.1.28 -external/public-domain/tz/dist/antarctica up to 1.1.1.15 -external/public-domain/tz/dist/asia up to 1.5 -external/public-domain/tz/dist/australasia up to 1.5 -external/public-domain/tz/dist/backward up to 1.5 -external/public-domain/tz/dist/backzone up to 1.1.1.23 -external/public-domain/tz/dist/calendarsup to 1.1.1.2
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Jun 21 22:24:25 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1643, #1644, #1646 - #1654 To generate a diff of this commit: cvs rdiff -u -r1.1.2.69 -r1.1.2.70 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.69 src/doc/CHANGES-9.4:1.1.2.70 --- src/doc/CHANGES-9.4:1.1.2.69 Thu Jun 8 11:18:12 2023 +++ src/doc/CHANGES-9.4 Wed Jun 21 22:24:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.69 2023/06/08 11:18:12 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.70 2023/06/21 22:24:25 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1487,3 +1487,82 @@ sys/net/route.c 1.237 to avoid use-after-free of deleted routes. [ozaki-r, ticket #1642] +etc/rc.d/sshd 1.30,1.33-1.35 + + - Add check cmd to run `sshd -t' and use it as reload precmd. + - Use default curve for ECDSA keygen. + - Stop generating DSA host keys. + [kim, ticket #1643] + +sys/arch/x86/pci/amdsmn.c 1.16 +sys/arch/x86/pci/amdzentemp.c 1.17,1.18 + + amdsmn(4),amdzentemp(4): Add Zen3+ Rembrandt(19h/4xh) & + Zen4 Genoa(19h/1xh). + [msaitoh, ticket #1644] + +sys/arch/x86/include/specialreg.h 1.202,1.203 +usr.sbin/cpuctl/arch/i386.c 1.136 + + Add some CPUID bits for AMD. + [msaitoh, ticket #1646] + +sys/arch/vax/include/trap.h 1.25 +sys/arch/vax/vax/pmap.c1.196 + + vax: handle 512MB RAM machines. + [abs, ticket #1648] + +sys/dev/pci/ixgbe/ixgbe.c 1.325,1.326 +sys/dev/pci/ixgbe/ixgbe_common.c 1.44 +sys/dev/pci/ixgbe/ixgbe_type.h 1.56 + + - PCI device ID 0x15c8 also uses X557-AT PHY, so create the thermal + sensor sysctl for it, too. + - Count the number of link down events in the MAC using with + LINK_DN_CNT register. + [msaitoh, ticket #1647] + +sys/arch/x86/x86/procfs_machdep.c 1.47 + + x86 procfs: add Intel lam and AMD vnmi. + [msaitoh, ticket #1649] + +sys/compat/linux32/arch/amd64/linux32_machdep.c 1.48 +sys/compat/ossaudio/ossaudio.c 1.85 +sys/compat/sunos32/sunos32_misc.c 1.86 + + compat_sunos32, compat_ossaudio, linux32_rt_sendsig: + memset zero before copyout. + [riastradh, ticket #1650] + +etc/pam.d/display_manager 1.6 +etc/pam.d/ftpd 1.8 +etc/pam.d/sshd 1.10 +etc/pam.d/su 1.9 +etc/pam.d/system1.9 + + pam: Disable pam_krb5, pam_ksu by default. + [riastradh, ticket #1651] + +lib/libpam/modules/pam_krb5/pam_krb5.8 1.13 +lib/libpam/modules/pam_krb5/pam_krb5.c 1.31 + + pam_krb5: Refuse to operate without a key to verify tickets. + [riastradh, ticket #1652] + +lib/libpam/modules/pam_ksu/pam_ksu.c 1.10 + + pam_ksu: No need for homedir access. + [riastradh, ticket #1653] + +sys/dev/pci/pcidevs1.1478-1.1480 +sys/dev/pci/pcidevs.h(regen) +sys/dev/pci/pcidevs_data.h (regen) + + Add Samsung SM990. + Add devices from PPR for AMD Family 19h Model 61h Revision B1 + processors. + The SATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3. + [msaitoh, ticket #1654] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Wed Jun 21 22:24:25 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1643, #1644, #1646 - #1654 To generate a diff of this commit: cvs rdiff -u -r1.1.2.69 -r1.1.2.70 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 Jun 8 11:18:12 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1642 To generate a diff of this commit: cvs rdiff -u -r1.1.2.68 -r1.1.2.69 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.68 src/doc/CHANGES-9.4:1.1.2.69 --- src/doc/CHANGES-9.4:1.1.2.68 Sat Jun 3 15:36:22 2023 +++ src/doc/CHANGES-9.4 Thu Jun 8 11:18:12 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.68 2023/06/03 15:36:22 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.69 2023/06/08 11:18:12 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1481,3 +1481,9 @@ external/apache2/mDNSResponder/dist/mDNS mdnsd(8): restore fixes for PR 46758. [andvar, ticket #1641] +sys/net/route.c 1.237 + + route: run workqueue kthreads with KERNEL_LOCK unless NET_MPSAFE + to avoid use-after-free of deleted routes. + [ozaki-r, ticket #1642] +
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Thu Jun 8 11:18:12 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1642 To generate a diff of this commit: cvs rdiff -u -r1.1.2.68 -r1.1.2.69 src/doc/CHANGES-9.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.