CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: jdc Date: Mon Mar 13 21:36:56 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1807 To generate a diff of this commit: cvs rdiff -u -r1.1.2.168 -r1.1.2.169 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.168 src/doc/CHANGES-8.3:1.1.2.169 --- src/doc/CHANGES-8.3:1.1.2.168 Mon Mar 13 21:06:01 2023 +++ src/doc/CHANGES-8.3 Mon Mar 13 21:36:56 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.168 2023/03/13 21:06:01 jdc Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.169 2023/03/13 21:36:56 jdc Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -3219,3 +3219,10 @@ sys/kern/vfs_syscalls.c1.557 open(2): PR 57260: don't map ERESTART to EINTR. [riastradh, ticket #1806] +build.sh 1.366 via patch + + Avoid the dependency on a populated tooldir (or building the tools) + when simply doing mkrepro-timestamp and the current repository setups + does not actually require it. + [martin, ticket #1807] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: jdc Date: Mon Mar 13 21:36:56 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1807 To generate a diff of this commit: cvs rdiff -u -r1.1.2.168 -r1.1.2.169 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: jdc Date: Mon Mar 13 21:06:02 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1806 To generate a diff of this commit: cvs rdiff -u -r1.1.2.167 -r1.1.2.168 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.167 src/doc/CHANGES-8.3:1.1.2.168 --- src/doc/CHANGES-8.3:1.1.2.167 Fri Feb 24 14:21:22 2023 +++ src/doc/CHANGES-8.3 Mon Mar 13 21:06:01 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.167 2023/02/24 14:21:22 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.168 2023/03/13 21:06:01 jdc Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -3214,3 +3214,8 @@ sys/dev/ata/satavar.h1.10 sata: do not consider "PHY offline" conditions an error. [msaitoh, ticket #1805] +sys/kern/vfs_syscalls.c1.557 + + open(2): PR 57260: don't map ERESTART to EINTR. + [riastradh, ticket #1806] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: jdc Date: Mon Mar 13 21:06:02 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1806 To generate a diff of this commit: cvs rdiff -u -r1.1.2.167 -r1.1.2.168 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Feb 24 14:21:23 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1803 - #1805 To generate a diff of this commit: cvs rdiff -u -r1.1.2.166 -r1.1.2.167 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.166 src/doc/CHANGES-8.3:1.1.2.167 --- src/doc/CHANGES-8.3:1.1.2.166 Wed Feb 22 19:57:50 2023 +++ src/doc/CHANGES-8.3 Fri Feb 24 14:21:22 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.166 2023/02/22 19:57:50 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.167 2023/02/24 14:21:22 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -3194,3 +3194,23 @@ sys/net/bpf.c 1.247 (merged) bpf(4): Reject bogus timeout values before arithmetic overflows. [riastradh, ticket #1802] +distrib/amiga/stand/loadbsd.uue 1.3 +sys/arch/amiga/stand/loadbsd/Makefile 1.4 +sys/arch/amiga/stand/loadbsd/README 1.5 +sys/arch/amiga/stand/loadbsd/loadbsd.c 1.37 + + Update loadbsd source and distribution binary to version 3.2. + [abs, ticket #1803] + +sys/kern/subr_prf.c1.171 + + Make identification of accounted aprint_error()s possible by putting a + big ugly "autoconfiguration error: " in the log when they occur. + [msaitoh, ticket #1804] + +sys/dev/ata/sata_subr.c1.24 +sys/dev/ata/satavar.h1.10 + + sata: do not consider "PHY offline" conditions an error. + [msaitoh, ticket #1805] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Feb 24 14:21:23 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1803 - #1805 To generate a diff of this commit: cvs rdiff -u -r1.1.2.166 -r1.1.2.167 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Feb 22 19:57:50 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1798 - #1802 To generate a diff of this commit: cvs rdiff -u -r1.1.2.165 -r1.1.2.166 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Feb 22 19:57:50 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1798 - #1802 To generate a diff of this commit: cvs rdiff -u -r1.1.2.165 -r1.1.2.166 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.165 src/doc/CHANGES-8.3:1.1.2.166 --- src/doc/CHANGES-8.3:1.1.2.165 Tue Feb 14 16:05:01 2023 +++ src/doc/CHANGES-8.3 Wed Feb 22 19:57:50 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.165 2023/02/14 16:05:01 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.166 2023/02/22 19:57:50 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -3161,3 +3161,36 @@ xsrc/external/mit/xorg-server/dist/Xi/ex CVE-2023-0494, ZDI-CAN-19596 [mrg, ticket #1797] +lib/libc/string/swab.c1.20 +tests/lib/libc/string/t_swab.c 1.3 + + swab(3): PR 57141: fix swab(3) and ensure it is properly tested. + [riastradh, ticket #1798] + +sys/net/route.c 1.236 + + route(4): PR 56844: work around deadlock in rt_free wait path. + [riastradh, ticket #1801] + +sys/arch/x86/x86/efi_machdep.c 1.3 + (applied to sys/arch/x86/x86/efi.c) + + x86/efi: Print uuids in slightly more standard notation. + [riastradh, ticket #1799] + +crypto/external/bsd/openssh/bin/Makefile 1.5 +etc/bluetooth/Makefile1.6 +etc/iscsi/Makefile1.4 +etc/root/Makefile1.5 +etc/ssh/Makefile1.4 +external/ibm-public/postfix/etc/Makefile 1.2 +usr.bin/mail/Makefile1.41 + + Fix modes of editable config files. + [riastradh, ticket #1800] + +sys/net/bpf.c 1.247 (merged) + + bpf(4): Reject bogus timeout values before arithmetic overflows. + [riastradh, ticket #1802] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Feb 14 16:05:01 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1797 To generate a diff of this commit: cvs rdiff -u -r1.1.2.164 -r1.1.2.165 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.164 src/doc/CHANGES-8.3:1.1.2.165 --- src/doc/CHANGES-8.3:1.1.2.164 Mon Jan 23 14:11:22 2023 +++ src/doc/CHANGES-8.3 Tue Feb 14 16:05:01 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.164 2023/01/23 14:11:22 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.165 2023/02/14 16:05:01 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -3153,3 +3153,11 @@ sys/dev/pci/ixgbe/ixv.c 1.183 - KNF. Modify comment. Fix typo. [msaitoh, ticket #1796] +xsrc/external/mit/xorg-server.old/dist/Xi/exevents.c 1.2 +xsrc/external/mit/xorg-server/dist/Xi/exevents.c (apply patch) + + Pullover fix from xorg-server 21.1.7: + Xi: fix potential use-after-free in DeepCopyPointerClasses + CVE-2023-0494, ZDI-CAN-19596 + [mrg, ticket #1797] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Feb 14 16:05:01 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1797 To generate a diff of this commit: cvs rdiff -u -r1.1.2.164 -r1.1.2.165 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Jan 23 14:11:23 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1787 - #1796 To generate a diff of this commit: cvs rdiff -u -r1.1.2.163 -r1.1.2.164 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.163 src/doc/CHANGES-8.3:1.1.2.164 --- src/doc/CHANGES-8.3:1.1.2.163 Thu Jan 19 10:59:09 2023 +++ src/doc/CHANGES-8.3 Mon Jan 23 14:11:22 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.163 2023/01/19 10:59:09 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.164 2023/01/23 14:11:22 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -3031,3 +3031,125 @@ sys/dev/usb/usb.h1.121 usb(4): avoid undefined behavior in UGETDW(). [msaitoh, ticket #1786] +sys/dev/pci/xhci_pci.c1.31 via patch +sys/dev/usb/xhci.c1.173-1.175 +sys/dev/usb/xhcivar.h1.22 + + Support xHCI device which has USB 2 port only. + [msaitoh, ticket #1787] + +sys/arch/x86/x86/procfs_machdep.c 1.46 + + Add x2avic. Modify comment. + [msaitoh, ticket #1788] + +sys/arch/x86/pci/amdzentemp.c 1.16 + + amdzentemp(4): match zen3 "cezanne" (ryzen 5000-series APU.) + [msaitoh, ticket #1789] + +sys/dev/pci/piixpm.c1.66,1.68-1.72 via patch +sys/dev/pci/piixpmreg.h 1.13 + + Add support new AMD chipsets that do not have indirect access + I/O ports. + [msaitoh, ticket #1790] + +sys/arch/x86/include/specialreg.h 1.193-1.198 via patch + + - Add CPUID Fn_0006 %eax bit 24 IA32_THERM_INTERRUPT MSR bit 25 + Hardware Feedback Notification support. + - Add CPUID Fn_0007 %ecx bit 29 ENQCMD. + - Add CPUID Fn_0007 %edx bit 1 SGX-KEYS. + - Add CPUID Fn_0007 %edx bit 5 UINTR(User INTeRrupts). + - Add CPUID Fn_0007 %edx bit 11 RTM_ALWAYS_ABORT. + - Add CPUID Fn_0007 %edx bit 22 AMX_BF16. + - Add CPUID Fn_0007 %edx bit 23 AVX512_FP16. + - Add CPUID Fn_0007 %edx bit 24 AMX_TILE. + - Add CPUID Fn_0007 %edx bit 25 AMX_INT8. + - Add CPUID Fn_0007 sub-leaf 1 %edx bit 18 CET_SSS. + - Add CPUID Fn_0007 sub-leaf 2 %edx definitions. + - Add CPUID Fn_000d sub-leaf 1 %eax bit 4 XFD. + - Add CPUID Fn_001d Tile Information. + - Add CPUID Fn_001e TMUL Information. + - Add CPUID Fn8000_0007 %eax RAS capabilities. + - Add CPUID Fn8000_0008 %ebx BTC_NO, + - Add cpuid Fn8000_000a x2AVIC, VNMI, IBSVIRT and ROGPT. + - Add CPUID Fn8000_001b Instruction-Based Sampling. + - Add CPUID Fn8000_001e Processor Topology Information. + - Add CPUID Fn8000_001f %eax RPMQUERY, VmplSSS, TscAuxVirt, + VmgexitParam, VirtualTomMsr, IbsVirtGuest, SmtProtection, + vsmCommPageMSR and NestedVirtSnpMsr. + - Add CPUID Fn8000_0021 AMD Extended Features Identification 2. + - Add CPUID Fn8000_0022 AMD Extended Performance Monitoring and Debug. + - Rename HW_FEEDBACK to HWI (Hardware Feedback Interface). + - Rename TSX_FORCE_ABORT to RTM_FORCE_ABORT. + - Modify comment. Both Intel and AMD support CPUID Fn000b. + - Modify comment. Hybrid Information -> Native Model ID Information. + - Use __BIT(). Add comment. Whitespace fix. + [msaitoh, ticket #1791] + +usr.sbin/cpuctl/arch/i386.c 1.129-1.135 (via patch) + + - Print cpuid 7 sub-leaf 1 %ebx, %edx and sub-leaf 2 %edx. + - Add Raptor Lake and Sapphire Rapids. + - Modify messages a little. + [msaitoh, ticket #1792] + +usr.bin/locate/locate/updatedb.sh 1.18 + + locate.updatedb(8): PR 57191: add -- to the invocation of locate.code. + [uwe, ticket #1793] + +xsrc/external/mit/libX11/dist/modules/om/generic/omGeneric.c (apply patch) +xsrc/external/mit/libXpm/dist/src/RdFToI.c (apply patch) +xsrc/external/mit/libXpm/dist/src/WrFFrI.c (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/libXpm/dist/src/parse.c (apply patch) +xsrc/external/mit/xorg-server/dist/Xext/saver.c (apply patch) +xsrc/external/mit/xorg-server/dist/Xext/xtest.c (apply patch) +xsrc/external/mit/xorg-server/dist/Xext/xvmain.c (apply patch) +xsrc/external/mit/xorg-server/dist/Xi/xipassivegrab.c (apply patch) +xsrc/external/mit/xorg-server/dist/Xi/xiproperty.c (apply patch) +xsrc/external/mit/xorg-server/dist/dix/property.c (apply patch) +xsrc/external/mit/xorg-server/dist/xkb/xkbUtils.c (apply patch) +external/mit/xorg/bin/cxpm/Makefile(apply patch) +external/mit/xorg/bin/sxpm/Makefile(apply patch) +external/mit/xorg/lib/libXpm/Makefile(apply patch) +external/mit/xorg/lib/libXpm/xpm.mk(apply patch) + + Apply upstream fixes for the following CVEs: + CVE-2022-46285, CVE-2022-44617, CVE-2022-4883, CVE-2020-14363, + CVE-2022-46340, CVE-2022-46341, CVE-2022-46342 CVE-2022-46343, + CVE-2022-46344, CVE-2022-46283, CVE-2021-4008, CVE-2021-4009, + CVE-2021-4010, CVE-2021-4011 + [mrg, ticket
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Jan 23 14:11:23 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1787 - #1796 To generate a diff of this commit: cvs rdiff -u -r1.1.2.163 -r1.1.2.164 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Jan 19 10:59:09 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1784 - #1786 To generate a diff of this commit: cvs rdiff -u -r1.1.2.162 -r1.1.2.163 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.162 src/doc/CHANGES-8.3:1.1.2.163 --- src/doc/CHANGES-8.3:1.1.2.162 Wed Jan 18 19:35:44 2023 +++ src/doc/CHANGES-8.3 Thu Jan 19 10:59:09 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.162 2023/01/18 19:35:44 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.163 2023/01/19 10:59:09 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -3013,3 +3013,21 @@ sys/dev/pci/pcidevs_data.h regen - Fix typo. s/SSC/SCC/. [msaitoh, ticket #1783] +share/man/man4/lm.41.38 +sys/dev/ic/nslm7x.c1.79 +sys/dev/isa/wbsio.c1.30 +sys/dev/isa/wbsioreg.h1.11 + + lm(4): Add Nuvoton NCT6797D support. + [msaitoh, ticket #1784] + +usr.bin/netstat/netstat.1 1.76 + + netstat(1): add note about "netstat -mssv". + [msaitoh, ticket #1785] + +sys/dev/usb/usb.h1.121 + + usb(4): avoid undefined behavior in UGETDW(). + [msaitoh, ticket #1786] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Jan 19 10:59:09 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1784 - #1786 To generate a diff of this commit: cvs rdiff -u -r1.1.2.162 -r1.1.2.163 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Jan 18 19:35:44 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1783 To generate a diff of this commit: cvs rdiff -u -r1.1.2.161 -r1.1.2.162 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.161 src/doc/CHANGES-8.3:1.1.2.162 --- src/doc/CHANGES-8.3:1.1.2.161 Fri Jan 6 13:52:44 2023 +++ src/doc/CHANGES-8.3 Wed Jan 18 19:35:44 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.161 2023/01/06 13:52:44 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.162 2023/01/18 19:35:44 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -3001,3 +3001,15 @@ lib/libc/gen/err.31.23 but exit() instead. [kre, ticket #1782] +sys/dev/pci/pcidevs1.1469-1.1476 +sys/dev/pci/sdhc_pci.c1.20 +sys/dev/pci/pcidevs.hregen +sys/dev/pci/pcidevs_data.h regen + + - Add some AMD 17h/9xh, 17h/Axh and 19h/1xh devices. + - Add some Intel Xeon Scalable devices. + - Update Intel Elkhart Lake devices. + - Add Aquantia (Marvell) AQC113 Ethernet devices and the variants. + - Fix typo. s/SSC/SCC/. + [msaitoh, ticket #1783] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Jan 18 19:35:44 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1783 To generate a diff of this commit: cvs rdiff -u -r1.1.2.161 -r1.1.2.162 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Jan 6 13:52:44 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1782 To generate a diff of this commit: cvs rdiff -u -r1.1.2.160 -r1.1.2.161 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.160 src/doc/CHANGES-8.3:1.1.2.161 --- src/doc/CHANGES-8.3:1.1.2.160 Tue Jan 3 18:12:45 2023 +++ src/doc/CHANGES-8.3 Fri Jan 6 13:52:44 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.160 2023/01/03 18:12:45 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.161 2023/01/06 13:52:44 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2995,3 +2995,9 @@ lib/libc/locale/setlocale.3 1.22,1.23 century. [nia, ticket #1780] +lib/libc/gen/err.31.23 + + Add errc() and verrc() to the list of functions which do not return, + but exit() instead. + [kre, ticket #1782] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Jan 6 13:52:44 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1782 To generate a diff of this commit: cvs rdiff -u -r1.1.2.160 -r1.1.2.161 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Jan 3 18:12:45 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1780 To generate a diff of this commit: cvs rdiff -u -r1.1.2.159 -r1.1.2.160 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.159 src/doc/CHANGES-8.3:1.1.2.160 --- src/doc/CHANGES-8.3:1.1.2.159 Tue Jan 3 16:44:26 2023 +++ src/doc/CHANGES-8.3 Tue Jan 3 18:12:45 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.159 2023/01/03 16:44:26 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.160 2023/01/03 18:12:45 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2989,3 +2989,9 @@ sys/conf/copyright1.21 Welcome to 2023. [gutteridge, ticket #1781] +lib/libc/locale/setlocale.3 1.22,1.23 + + setlocale.3: reflect state of NetBSD locale support in the 21st + century. + [nia, ticket #1780] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Jan 3 18:12:45 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1780 To generate a diff of this commit: cvs rdiff -u -r1.1.2.159 -r1.1.2.160 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Jan 3 16:44:26 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1781 To generate a diff of this commit: cvs rdiff -u -r1.1.2.158 -r1.1.2.159 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Jan 3 16:44:26 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1781 To generate a diff of this commit: cvs rdiff -u -r1.1.2.158 -r1.1.2.159 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.158 src/doc/CHANGES-8.3:1.1.2.159 --- src/doc/CHANGES-8.3:1.1.2.158 Thu Oct 27 16:19:25 2022 +++ src/doc/CHANGES-8.3 Tue Jan 3 16:44:26 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.158 2022/10/27 16:19:25 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.159 2023/01/03 16:44:26 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2984,3 +2984,8 @@ bin/sh/miscbltin.c1.51,1.52 and cosmetic improvements to error reporting. [kre, ticket #1779] +sys/conf/copyright1.21 + + Welcome to 2023. + [gutteridge, ticket #1781] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Oct 27 16:19:25 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1778 and #1779 To generate a diff of this commit: cvs rdiff -u -r1.1.2.157 -r1.1.2.158 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.157 src/doc/CHANGES-8.3:1.1.2.158 --- src/doc/CHANGES-8.3:1.1.2.157 Wed Oct 26 18:19:42 2022 +++ src/doc/CHANGES-8.3 Thu Oct 27 16:19:25 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.157 2022/10/26 18:19:42 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.158 2022/10/27 16:19:25 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2973,3 +2973,14 @@ doc/3RDPARTY (apply patch) Updata tzdata to 2022e. [kre, ticket #1777] +sys/netinet6/frag6.c1.76 + + frag6: do not use a spin mutex for frag6_lock. + [ozaki-r, ticket #1778] + +bin/sh/miscbltin.c1.51,1.52 + + PR 56972: fix escape ('\') handling in sh read builtin + and cosmetic improvements to error reporting. + [kre, ticket #1779] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Oct 27 16:19:25 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1778 and #1779 To generate a diff of this commit: cvs rdiff -u -r1.1.2.157 -r1.1.2.158 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Oct 26 18:19:42 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1777 To generate a diff of this commit: cvs rdiff -u -r1.1.2.156 -r1.1.2.157 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Oct 26 18:19:42 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1777 To generate a diff of this commit: cvs rdiff -u -r1.1.2.156 -r1.1.2.157 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.156 src/doc/CHANGES-8.3:1.1.2.157 --- src/doc/CHANGES-8.3:1.1.2.156 Sat Oct 15 10:35:16 2022 +++ src/doc/CHANGES-8.3 Wed Oct 26 18:19:42 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.156 2022/10/15 10:35:16 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.157 2022/10/26 18:19:42 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2940,3 +2940,36 @@ sys/dev/pci/ichsmb.c1.76-1.77 (via p Add Intel 600 Series PCH support. [msaitoh, ticket #1776] + +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 +external/public-domain/tz/dist/checktab.awk up to 1.1.1.11 +external/public-domain/tz/dist/etcetera up to 1.1.1.6 +external/public-domain/tz/dist/europe up to 1.1.1.34 +external/public-domain/tz/dist/leap-seconds.list up to 1.4 +external/public-domain/tz/dist/leapseconds up to 1.4 +external/public-domain/tz/dist/northamerica up to 1.1.1.30 +external/public-domain/tz/dist/southamerica up to 1.1.1.20 +external/public-domain/tz/dist/theory.html up to 1.1.1.15 +external/public-domain/tz/dist/version up to 1.5 +external/public-domain/tz/dist/ziguard.awk up to 1.1.1.9 +external/public-domain/tz/dist/zishrink.awk up to 1.1.1.8 +external/public-domain/tz/dist/zone.tab up to 1.1.1.22 +external/public-domain/tz/dist/zone1970.tab up to 1.1.1.23 +distrib/sets/lists/base/mi (apply patch) +doc/3RDPARTY (apply patch) + + Updata tzdata to 2022e. + [kre, ticket #1777] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Oct 15 10:35:16 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1774 - #1776 To generate a diff of this commit: cvs rdiff -u -r1.1.2.155 -r1.1.2.156 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Oct 15 10:35:16 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1774 - #1776 To generate a diff of this commit: cvs rdiff -u -r1.1.2.155 -r1.1.2.156 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.155 src/doc/CHANGES-8.3:1.1.2.156 --- src/doc/CHANGES-8.3:1.1.2.155 Tue Oct 11 18:24:18 2022 +++ src/doc/CHANGES-8.3 Sat Oct 15 10:35:16 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.155 2022/10/11 18:24:18 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.156 2022/10/15 10:35:16 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2917,3 +2917,26 @@ sys/arch/x86/pci/amdzentemp.c 1.8-1.10 - Add support for per CCD temperature sensor. [msaitoh, ticket #1773] +share/man/man4/lm.41.37 +sys/dev/ic/nslm7x.c1.78 +sys/dev/isa/wbsio.c1.28 +sys/dev/isa/wbsioreg.h1.10 + + Add Nuvoton NCT6799D support. + [msaitoh, ticket #1774] + +sys/arch/x86/include/specialreg.h 1.189-1.192 +usr.sbin/cpuctl/arch/i386.c 1.128 + + - Add top-down slots event bit of architectural performance monitoring + leaf. + - Modify CPUID Fn000a %ebx's string. Add new string for %ecx. + - Modify output of CPUID Fn000a. + - Update some AMD CPUID bits. + - Fix typo. + [msaitoh, ticket #1775] + +sys/dev/pci/ichsmb.c1.76-1.77 (via patch) + + Add Intel 600 Series PCH support. + [msaitoh, ticket #1776]
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Oct 11 18:24:18 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1771 - #1773 To generate a diff of this commit: cvs rdiff -u -r1.1.2.154 -r1.1.2.155 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.154 src/doc/CHANGES-8.3:1.1.2.155 --- src/doc/CHANGES-8.3:1.1.2.154 Mon Oct 10 15:11:45 2022 +++ src/doc/CHANGES-8.3 Tue Oct 11 18:24:18 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.154 2022/10/10 15:11:45 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.155 2022/10/11 18:24:18 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2886,3 +2886,34 @@ sys/net/if_ethersubr.c1.254 Fix inverted logic dropping wrong sized packets in the VLAN path. [msaitoh, ticket #1770] +sys/dev/pci/pcidevs1.1461-1.1468 via patch +sys/dev/pci/pcidevs.hregen +sys/dev/pci/pcidevs_data.h regen + + - Add several samsung nvme entries. + - Add more Alder Lake devices. + - Jasper Lake Intel Trace Hub on Compute Die is not 0x4da6 but 0x4e29. + - Add Intel Core 8G (8core, H, Halo) Host Bridge, DRAM. + - Add AMD 19h/6xh Root Complex. + - Add AMD FCH SATA Controller D. + - Add NVIDIA GeForce GTX 770. + - Sort by number. + [msaitoh, ticket #1771] + +sys/arch/x86/include/cpu_ucode.h 1.5 +sys/arch/x86/x86/cpu_ucode_intel.c 1.19,1.20 + + - Verify checksum of the extended signature table. + - KNF. + [msaitoh, ticket #1772] + +share/man/man4/man4.x86/amdsmn.4 1.4,1.5 +share/man/man4/man4.x86/amdzentemp.4 1.7 +sys/arch/x86/pci/amdsmn.c 1.7-1.9,1.13,1.14 +sys/arch/x86/pci/amdzentemp.c 1.8-1.10,1.12-1.15 + + - Add some newer zen2, zen3 and zen4 support. + - Fix temperature bias values. + - Add support for per CCD temperature sensor. + [msaitoh, ticket #1773] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Oct 11 18:24:18 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1771 - #1773 To generate a diff of this commit: cvs rdiff -u -r1.1.2.154 -r1.1.2.155 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Oct 10 15:11:45 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1769 and #1770 To generate a diff of this commit: cvs rdiff -u -r1.1.2.153 -r1.1.2.154 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.153 src/doc/CHANGES-8.3:1.1.2.154 --- src/doc/CHANGES-8.3:1.1.2.153 Thu Sep 29 14:43:06 2022 +++ src/doc/CHANGES-8.3 Mon Oct 10 15:11:45 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.153 2022/09/29 14:43:06 snj Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.154 2022/10/10 15:11:45 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2873,3 +2873,16 @@ sys/dev/pci/mfii.c1.28 the driver use MSI/MSI-x when available. [bouyer, ticket #1768] +sys/arch/x86/include/i82093reg.h 1.7 +sys/arch/x86/x86/ioapic.c 1.66 + + - Fix a bug that an IOAPIC ID is tried to remap with a wrong ID. + The bit width is 8 bits these days. Fixes PR kern/54276. + - Print detail about misconfigured APIC ID. + [msaitoh, ticket #1769] + +sys/net/if_ethersubr.c1.254 + + Fix inverted logic dropping wrong sized packets in the VLAN path. + [msaitoh, ticket #1770] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Oct 10 15:11:45 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1769 and #1770 To generate a diff of this commit: cvs rdiff -u -r1.1.2.153 -r1.1.2.154 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: snj Date: Thu Sep 29 14:43:06 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: 1767, 1768 To generate a diff of this commit: cvs rdiff -u -r1.1.2.152 -r1.1.2.153 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.152 src/doc/CHANGES-8.3:1.1.2.153 --- src/doc/CHANGES-8.3:1.1.2.152 Fri Sep 16 18:40:23 2022 +++ src/doc/CHANGES-8.3 Thu Sep 29 14:43:06 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.152 2022/09/16 18:40:23 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.153 2022/09/29 14:43:06 snj Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2861,3 +2861,15 @@ sys/arch/x86/x86/procfs_machdep.c 1.45 and amx_int8. [msaitoh, ticket #1766] +sys/dev/pci/mpii.cpatch + + mpii(4): Convert from pci_intr_map() to pci_intr_alloc(); makes + the driver use MSI/MSI-x when available. + [bouyer, ticket #1767] + +sys/dev/pci/mfii.c1.28 + + mfii(4): Convert from pci_intr_map() to pci_intr_alloc(); makes + the driver use MSI/MSI-x when available. + [bouyer, ticket #1768] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: snj Date: Thu Sep 29 14:43:06 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: 1767, 1768 To generate a diff of this commit: cvs rdiff -u -r1.1.2.152 -r1.1.2.153 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Sep 16 18:40:23 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1764 - #1766 To generate a diff of this commit: cvs rdiff -u -r1.1.2.151 -r1.1.2.152 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Sep 16 18:40:23 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1764 - #1766 To generate a diff of this commit: cvs rdiff -u -r1.1.2.151 -r1.1.2.152 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.151 src/doc/CHANGES-8.3:1.1.2.152 --- src/doc/CHANGES-8.3:1.1.2.151 Mon Sep 12 17:10:34 2022 +++ src/doc/CHANGES-8.3 Fri Sep 16 18:40:23 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.151 2022/09/12 17:10:34 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.152 2022/09/16 18:40:23 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2838,3 +2838,26 @@ usr.bin/ftp/version.h PR 57003: Support relative redirects. [christos, #1763] +sys/dev/ic/mfireg.h1.22 +sys/dev/pci/mfii.c1.16-1.22,1.27 via patch +share/man/man4/mfii.41.3 via patch + + - Fix wrong access in mfii_start(). + - Add SAS3216,SAS3224,SAS3316 and SAS3324 support. + - Add CVPM02 BBU support. + - Use bus_space_write_8() if available. + - Don't panic on detach if no any sensor device. + - Add comment. Sort entries. KNF. + [msaitoh, #1764] + +sys/dev/usb/xhci.c1.154 + + Accept USB 3.2 in xhci_id_protocols(). + [msaitoh, ticket #1765] + +sys/arch/x86/x86/procfs_machdep.c 1.45 + + procfs: on x86 add tdx_guest, brs, hfi, ibt, amx_bf16, amx_tile + and amx_int8. + [msaitoh, ticket #1766] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 12 17:10:34 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1763 has been re-instated To generate a diff of this commit: cvs rdiff -u -r1.1.2.150 -r1.1.2.151 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.150 src/doc/CHANGES-8.3:1.1.2.151 --- src/doc/CHANGES-8.3:1.1.2.150 Mon Sep 12 15:05:58 2022 +++ src/doc/CHANGES-8.3 Mon Sep 12 17:10:34 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.150 2022/09/12 15:05:58 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.151 2022/09/12 17:10:34 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2814,3 +2814,27 @@ usr.bin/netstat/vtw.c 1.11,1.13 - KNF. Style fixes. [msaitoh, ticket #1762] +usr.bin/ftp/Makefileup to 1.39 +usr.bin/ftp/cmds.c up to 1.141 +usr.bin/ftp/complete.c up to 1.47 +usr.bin/ftp/domacro.c up to 1.23 +usr.bin/ftp/extern.hup to 1.82 +usr.bin/ftp/fetch.c up to 1.235 +usr.bin/ftp/ftp.1 up to 1.147 +usr.bin/ftp/ftp.c up to 1.174 +usr.bin/ftp/ftp_var.h up to 1.86 +usr.bin/ftp/main.c up to 1.128 +usr.bin/ftp/progressbar.c up to 1.24 +usr.bin/ftp/progressbar.h up to 1.9 +usr.bin/ftp/ssl.c up to 1.12 +usr.bin/ftp/ssl.h up to 1.5 +usr.bin/ftp/util.c up to 1.164 +usr.bin/ftp/version.h up to 1.94 + + ftp(1): validate address from PASV and LPSV response. + Use raw write(2) instead of fwrite(3) to avoid stream + corruption because of the progress bar interrupts. + Fixes for PR 56219 and PR 55857. + PR 57003: Support relative redirects. + [christos, #1763] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 12 17:10:34 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1763 has been re-instated To generate a diff of this commit: cvs rdiff -u -r1.1.2.150 -r1.1.2.151 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 12 15:05:58 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: backout of #1763 To generate a diff of this commit: cvs rdiff -u -r1.1.2.149 -r1.1.2.150 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.149 src/doc/CHANGES-8.3:1.1.2.150 --- src/doc/CHANGES-8.3:1.1.2.149 Mon Sep 12 14:49:03 2022 +++ src/doc/CHANGES-8.3 Mon Sep 12 15:05:58 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.149 2022/09/12 14:49:03 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.150 2022/09/12 15:05:58 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2814,27 +2814,3 @@ usr.bin/netstat/vtw.c 1.11,1.13 - KNF. Style fixes. [msaitoh, ticket #1762] -usr.bin/ftp/Makefileup to 1.39 -usr.bin/ftp/cmds.c up to 1.141 -usr.bin/ftp/complete.c up to 1.47 -usr.bin/ftp/domacro.c up to 1.23 -usr.bin/ftp/extern.hup to 1.82 -usr.bin/ftp/fetch.c up to 1.235 -usr.bin/ftp/ftp.1 up to 1.147 -usr.bin/ftp/ftp.c up to 1.174 -usr.bin/ftp/ftp_var.h up to 1.86 -usr.bin/ftp/main.c up to 1.128 -usr.bin/ftp/progressbar.c up to 1.24 -usr.bin/ftp/progressbar.h up to 1.9 -usr.bin/ftp/ssl.c up to 1.11 -usr.bin/ftp/ssl.h up to 1.5 -usr.bin/ftp/util.c up to 1.164 -usr.bin/ftp/version.h up to 1.94 - - ftp(1): validate address from PASV and LPSV response. - Use raw write(2) instead of fwrite(3) to avoid stream - corruption because of the progress bar interrupts. - Fixes for PR 56219 and PR 55857. - PR 57003: Support relative redirects. - [christos, #1763] -
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 12 15:05:58 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: backout of #1763 To generate a diff of this commit: cvs rdiff -u -r1.1.2.149 -r1.1.2.150 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 12 14:49:03 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1762 and #1763 To generate a diff of this commit: cvs rdiff -u -r1.1.2.148 -r1.1.2.149 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.148 src/doc/CHANGES-8.3:1.1.2.149 --- src/doc/CHANGES-8.3:1.1.2.148 Sat Sep 10 08:22:38 2022 +++ src/doc/CHANGES-8.3 Mon Sep 12 14:49:03 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.148 2022/09/10 08:22:38 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.149 2022/09/12 14:49:03 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2784,3 +2784,57 @@ sys/kern/kern_core.c1.37 Avoid a GCC warning. [mrg, ticket #1761] +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 via patch +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.70,1.74-1.75,1.80-1.81 via patch +usr.bin/netstat/main.c 1.100,1.102-1.103 +usr.bin/netstat/mbuf.c 1.34-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/pfsync.c 1.4-1.5 via patch +usr.bin/netstat/route.c 1.87-1.88 +usr.bin/netstat/unix.c 1.36-1.37 +usr.bin/netstat/vtw.c 1.11,1.13 + + - Add names of a few more ICMPv6 messages. + Also make the array be explicitly 256 entries long. + - sprintf() -> snprintf(), and adjust a buffer size to avoid any + potential for overflow. + - Add missing {IP,IP6}_STAT_NOIPSEC to netstat. + - Don't show any of the completely and utterly undocumented VTW info + if the feature isn't enabled. + - Print oqdrops correctly. + - netstat.1: Add various xrefs present in the body to "See Also". + - Limit maximum owner name to appease gcc. + - KNF. Style fixes. + [msaitoh, ticket #1762] + +usr.bin/ftp/Makefileup to 1.39 +usr.bin/ftp/cmds.c up to 1.141 +usr.bin/ftp/complete.c up to 1.47 +usr.bin/ftp/domacro.c up to 1.23 +usr.bin/ftp/extern.hup to 1.82 +usr.bin/ftp/fetch.c up to 1.235 +usr.bin/ftp/ftp.1 up to 1.147 +usr.bin/ftp/ftp.c up to 1.174 +usr.bin/ftp/ftp_var.h up to 1.86 +usr.bin/ftp/main.c up to 1.128 +usr.bin/ftp/progressbar.c up to 1.24 +usr.bin/ftp/progressbar.h up to 1.9 +usr.bin/ftp/ssl.c up to 1.11 +usr.bin/ftp/ssl.h up to 1.5 +usr.bin/ftp/util.c up to 1.164 +usr.bin/ftp/version.h up to 1.94 + + ftp(1): validate address from PASV and LPSV response. + Use raw write(2) instead of fwrite(3) to avoid stream + corruption because of the progress bar interrupts. + Fixes for PR 56219 and PR 55857. + PR 57003: Support relative redirects. + [christos, #1763] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 12 14:49:03 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1762 and #1763 To generate a diff of this commit: cvs rdiff -u -r1.1.2.148 -r1.1.2.149 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Sep 10 08:22:39 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1761 To generate a diff of this commit: cvs rdiff -u -r1.1.2.147 -r1.1.2.148 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.147 src/doc/CHANGES-8.3:1.1.2.148 --- src/doc/CHANGES-8.3:1.1.2.147 Fri Sep 9 18:25:13 2022 +++ src/doc/CHANGES-8.3 Sat Sep 10 08:22:38 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.147 2022/09/09 18:25:13 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.148 2022/09/10 08:22:38 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2779,3 +2779,8 @@ sys/kern/kern_core.c1.36 Fix kauth credential reference leak. [christos, ticket #1760] +sys/kern/kern_core.c1.37 + + Avoid a GCC warning. + [mrg, ticket #1761] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Sep 10 08:22:39 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1761 To generate a diff of this commit: cvs rdiff -u -r1.1.2.147 -r1.1.2.148 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Sep 9 18:25:13 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1760 To generate a diff of this commit: cvs rdiff -u -r1.1.2.146 -r1.1.2.147 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.146 src/doc/CHANGES-8.3:1.1.2.147 --- src/doc/CHANGES-8.3:1.1.2.146 Wed Sep 7 10:10:55 2022 +++ src/doc/CHANGES-8.3 Fri Sep 9 18:25:13 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.146 2022/09/07 10:10:55 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.147 2022/09/09 18:25:13 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2774,3 +2774,8 @@ sys/dev/pci/if_wmreg.h1.126-1.127 - KNF. [msaitoh, ticket #1759] +sys/kern/kern_core.c1.36 + + Fix kauth credential reference leak. + [christos, ticket #1760] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Sep 9 18:25:13 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1760 To generate a diff of this commit: cvs rdiff -u -r1.1.2.146 -r1.1.2.147 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Sep 7 10:10:55 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1759 To generate a diff of this commit: cvs rdiff -u -r1.1.2.145 -r1.1.2.146 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.145 src/doc/CHANGES-8.3:1.1.2.146 --- src/doc/CHANGES-8.3:1.1.2.145 Tue Aug 30 15:40:57 2022 +++ src/doc/CHANGES-8.3 Wed Sep 7 10:10:55 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.145 2022/08/30 15:40:57 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.146 2022/09/07 10:10:55 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2756,3 +2756,21 @@ external/mit/xorg/server/drivers/xf86-vi wsfb(4): disable broken DGA extension for xf86-video-wsfb. [rin, ticket #1758] +sys/dev/pci/if_wm.c1.741-1.749,1.753-1.757, + 1.762 via patch +sys/dev/pci/if_wmreg.h1.126-1.127 + + - Fix I219 workaround in wm_flush_desc_rings(). + - Add more statistics counters. + - To avoid releasing mutex temporally, use new + wm_set_mdio_slow_mode_hv_locked(). + - No functional changes: + - Turn a locking botch (shouldn't drop lock on error) into a KASSERT + in wm_deferred_start_locked(). + - Remove unneeded header inclusion. + - Use __BIT() a little. + - Modify comment and debug messages. + - Consistency use -1 instead of 1 for some error code. + - KNF. + [msaitoh, ticket #1759] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Sep 7 10:10:55 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1759 To generate a diff of this commit: cvs rdiff -u -r1.1.2.145 -r1.1.2.146 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Aug 30 15:40:57 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1758 To generate a diff of this commit: cvs rdiff -u -r1.1.2.144 -r1.1.2.145 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.144 src/doc/CHANGES-8.3:1.1.2.145 --- src/doc/CHANGES-8.3:1.1.2.144 Mon Aug 29 16:15:42 2022 +++ src/doc/CHANGES-8.3 Tue Aug 30 15:40:57 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.144 2022/08/29 16:15:42 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.145 2022/08/30 15:40:57 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2751,3 +2751,8 @@ libexec/telnetd/telnetd.c 1.58 (patch) telnetd(8): fix a crash accessing the slc table before initialization. [dholland, ticket #1757] +external/mit/xorg/server/drivers/xf86-video-wsfb/Makefile 1.6 + + wsfb(4): disable broken DGA extension for xf86-video-wsfb. + [rin, ticket #1758] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Aug 30 15:40:57 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1758 To generate a diff of this commit: cvs rdiff -u -r1.1.2.144 -r1.1.2.145 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Aug 29 16:15:42 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1757 To generate a diff of this commit: cvs rdiff -u -r1.1.2.143 -r1.1.2.144 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.143 src/doc/CHANGES-8.3:1.1.2.144 --- src/doc/CHANGES-8.3:1.1.2.143 Sun Aug 28 13:32:34 2022 +++ src/doc/CHANGES-8.3 Mon Aug 29 16:15:42 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.143 2022/08/28 13:32:34 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.144 2022/08/29 16:15:42 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2746,3 +2746,8 @@ libexec/telnetd/utility.c 1.34 telnetd(8): fix CVE-2020-10188. [hgutch, ticket #1756] +libexec/telnetd/telnetd.c 1.58 (patch) + + telnetd(8): fix a crash accessing the slc table before initialization. + [dholland, ticket #1757] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Aug 29 16:15:42 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1757 To generate a diff of this commit: cvs rdiff -u -r1.1.2.143 -r1.1.2.144 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Aug 28 13:32:34 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1756 To generate a diff of this commit: cvs rdiff -u -r1.1.2.142 -r1.1.2.143 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.142 src/doc/CHANGES-8.3:1.1.2.143 --- src/doc/CHANGES-8.3:1.1.2.142 Fri Aug 12 15:20:07 2022 +++ src/doc/CHANGES-8.3 Sun Aug 28 13:32:34 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.142 2022/08/12 15:20:07 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.143 2022/08/28 13:32:34 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2741,3 +2741,8 @@ sys/dev/ic/dwc_gmac.c1.76,1.77 consistent for all packet types. [sekiya, ticket #1755] +libexec/telnetd/utility.c 1.34 + + telnetd(8): fix CVE-2020-10188. + [hgutch, ticket #1756] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Aug 28 13:32:34 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1756 To generate a diff of this commit: cvs rdiff -u -r1.1.2.142 -r1.1.2.143 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Aug 12 15:20:07 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1755 To generate a diff of this commit: cvs rdiff -u -r1.1.2.141 -r1.1.2.142 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.141 src/doc/CHANGES-8.3:1.1.2.142 --- src/doc/CHANGES-8.3:1.1.2.141 Tue Aug 2 15:44:56 2022 +++ src/doc/CHANGES-8.3 Fri Aug 12 15:20:07 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.141 2022/08/02 15:44:56 snj Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.142 2022/08/12 15:20:07 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2735,3 +2735,9 @@ sys/dev/pci/pcidevs_data.h regen - Fix typos and whitespace. [msaitoh, ticket #1754] +sys/dev/ic/dwc_gmac.c1.76,1.77 + + Fix chip configuration so that stripping of the FCS is + consistent for all packet types. + [sekiya, ticket #1755] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Aug 12 15:20:07 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1755 To generate a diff of this commit: cvs rdiff -u -r1.1.2.141 -r1.1.2.142 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: snj Date: Tue Aug 2 15:44:56 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: 1754 To generate a diff of this commit: cvs rdiff -u -r1.1.2.140 -r1.1.2.141 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: snj Date: Tue Aug 2 15:44:56 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: 1754 To generate a diff of this commit: cvs rdiff -u -r1.1.2.140 -r1.1.2.141 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.140 src/doc/CHANGES-8.3:1.1.2.141 --- src/doc/CHANGES-8.3:1.1.2.140 Mon Aug 1 09:38:58 2022 +++ src/doc/CHANGES-8.3 Tue Aug 2 15:44:56 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.140 2022/08/01 09:38:58 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.141 2022/08/02 15:44:56 snj Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2719,3 +2719,19 @@ sys/dev/usb/uslsa.c1.32 uslsa(4): PR 56946: fix baud rate setting on big endian machines [rin, ticket #1753] +sys/dev/pci/pcidevs1.1445-1.1460 via patch +sys/dev/pci/pcidevs.hregen +sys/dev/pci/pcidevs_data.h regen + + Update pcidevs: + - Add Intel Alder Lake devices and Intel 600 Series PCH devices. + - Add some Intel Xeon Scalable / Skylake-E devices. + - Fix AMD F16_HB from 0x1568 to 0x1538. + - Add some devices for AMD and improve some descriptions to clarify. + - Add VMware AHCI and NVMe. + - Update Intel 700 series Ethernet devices. + - Add some Broadcom devices. + - Add some Broadcom / LSI RAID cards. + - Fix typos and whitespace. + [msaitoh, ticket #1754] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Aug 1 09:38:58 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1753 To generate a diff of this commit: cvs rdiff -u -r1.1.2.139 -r1.1.2.140 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.139 src/doc/CHANGES-8.3:1.1.2.140 --- src/doc/CHANGES-8.3:1.1.2.139 Fri Jul 15 17:20:56 2022 +++ src/doc/CHANGES-8.3 Mon Aug 1 09:38:58 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.139 2022/07/15 17:20:56 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.140 2022/08/01 09:38:58 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2714,3 +2714,8 @@ xsrc-9/external/mit/xorg-server/dist/xkb Out-Of-Bounds Access [mrg, ticket #1752] +sys/dev/usb/uslsa.c1.32 + + uslsa(4): PR 56946: fix baud rate setting on big endian machines + [rin, ticket #1753] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Aug 1 09:38:58 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1753 To generate a diff of this commit: cvs rdiff -u -r1.1.2.139 -r1.1.2.140 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Jul 15 17:20:56 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1752 To generate a diff of this commit: cvs rdiff -u -r1.1.2.138 -r1.1.2.139 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.138 src/doc/CHANGES-8.3:1.1.2.139 --- src/doc/CHANGES-8.3:1.1.2.138 Mon Jul 11 14:17:49 2022 +++ src/doc/CHANGES-8.3 Fri Jul 15 17:20:56 2022 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.138 2022/07/11 14:17:49 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.139 2022/07/15 17:20:56 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2705,3 +2705,12 @@ sys/dev/pci/if_wm.c1.719-1.720,1.722 - KNF. [msaitoh, ticket #1751] +xsrc-9/external/mit/xorg-server/dist/xkb/xkb.c apply patch + + Cherry-pick upstream fixes for + * CVE-2022-2319/ZDI-CAN-16062: X.Org Server ProcXkbSetGeometry + Out-Of-Bounds Access + * CVE-2022-2320/ZDI-CAN-16070: X.Org Server ProcXkbSetDeviceInfo + Out-Of-Bounds Access + [mrg, ticket #1752] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Jul 15 17:20:56 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1752 To generate a diff of this commit: cvs rdiff -u -r1.1.2.138 -r1.1.2.139 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Jul 11 14:17:49 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1751 To generate a diff of this commit: cvs rdiff -u -r1.1.2.137 -r1.1.2.138 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Jul 11 14:17:49 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1751 To generate a diff of this commit: cvs rdiff -u -r1.1.2.137 -r1.1.2.138 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.137 src/doc/CHANGES-8.3:1.1.2.138 --- src/doc/CHANGES-8.3:1.1.2.137 Fri Jun 17 15:33:02 2022 +++ src/doc/CHANGES-8.3 Mon Jul 11 14:17:49 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.137 2022/06/17 15:33:02 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.138 2022/07/11 14:17:49 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2684,3 +2684,24 @@ sys/miscfs/procfs/procfs_vnops.c 1.229 procfs: add missing permission check. [shm, ticket #1748] +sys/dev/pci/if_wmreg.h1.122-1.125 via patch +sys/dev/pci/if_wmvar.h1.48 +sys/dev/pci/if_wm.c1.719-1.720,1.722-1.725, + 1.727-1.740 via patch + + - wm_tick: Add missing splx(s) when not WM_MPSAFE. + - Print DMA range info if the system is booting in the verbose mode. + - Micro optimization: + - Call m_freem(m) only if m0 == NULL. + - Call wm_xxeof() only when limit > 0. + - Don't set the more flag when there is no packet to process. + - No functional changes: + - Call txeof first, then rxeof for the consistency. + - Remove duplicated break. + - Remove stray semicolons from struct declaration. + - Fix value return from void function. + - Use macros. + - Modify comment. + - KNF. + [msaitoh, ticket #1751] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Jun 17 15:33:02 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Remove bogus ticket #1748 entry that was actually a fixup of ticket #1746 To generate a diff of this commit: cvs rdiff -u -r1.1.2.136 -r1.1.2.137 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.136 src/doc/CHANGES-8.3:1.1.2.137 --- src/doc/CHANGES-8.3:1.1.2.136 Fri Jun 17 15:28:01 2022 +++ src/doc/CHANGES-8.3 Fri Jun 17 15:33:02 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.136 2022/06/17 15:28:01 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.137 2022/06/17 15:33:02 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2679,11 +2679,6 @@ sys/arch/atari/atari/stalloc.c 1.17 PR 56859: restore NULL pointer checks lost in rev 1.16. [tsutsui, ticket #1747] -sys/dev/pci/ixgbe/ixgbe.c (apply patch) - - Fix the location of "break" statement. No functional change intended. - [msaitoh, ticket #1748] - sys/miscfs/procfs/procfs_vnops.c 1.229 procfs: add missing permission check.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Jun 17 15:33:02 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Remove bogus ticket #1748 entry that was actually a fixup of ticket #1746 To generate a diff of this commit: cvs rdiff -u -r1.1.2.136 -r1.1.2.137 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Jun 17 15:28:01 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1748 To generate a diff of this commit: cvs rdiff -u -r1.1.2.135 -r1.1.2.136 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.135 src/doc/CHANGES-8.3:1.1.2.136 --- src/doc/CHANGES-8.3:1.1.2.135 Mon Jun 6 11:10:24 2022 +++ src/doc/CHANGES-8.3 Fri Jun 17 15:28:01 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.135 2022/06/06 11:10:24 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.136 2022/06/17 15:28:01 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2684,3 +2684,8 @@ sys/dev/pci/ixgbe/ixgbe.c (apply patch Fix the location of "break" statement. No functional change intended. [msaitoh, ticket #1748] +sys/miscfs/procfs/procfs_vnops.c 1.229 + + procfs: add missing permission check. + [shm, ticket #1748] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Jun 17 15:28:01 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1748 To generate a diff of this commit: cvs rdiff -u -r1.1.2.135 -r1.1.2.136 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Jun 6 11:10:24 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1748 To generate a diff of this commit: cvs rdiff -u -r1.1.2.134 -r1.1.2.135 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.134 src/doc/CHANGES-8.3:1.1.2.135 --- src/doc/CHANGES-8.3:1.1.2.134 Sat Jun 4 12:41:38 2022 +++ src/doc/CHANGES-8.3 Mon Jun 6 11:10:24 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.134 2022/06/04 12:41:38 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.135 2022/06/06 11:10:24 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2679,3 +2679,8 @@ sys/arch/atari/atari/stalloc.c 1.17 PR 56859: restore NULL pointer checks lost in rev 1.16. [tsutsui, ticket #1747] +sys/dev/pci/ixgbe/ixgbe.c (apply patch) + + Fix the location of "break" statement. No functional change intended. + [msaitoh, ticket #1748] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Jun 6 11:10:24 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1748 To generate a diff of this commit: cvs rdiff -u -r1.1.2.134 -r1.1.2.135 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Jun 4 12:41:39 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1747 To generate a diff of this commit: cvs rdiff -u -r1.1.2.133 -r1.1.2.134 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.133 src/doc/CHANGES-8.3:1.1.2.134 --- src/doc/CHANGES-8.3:1.1.2.133 Fri Jun 3 12:33:11 2022 +++ src/doc/CHANGES-8.3 Sat Jun 4 12:41:38 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.133 2022/06/03 12:33:11 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.134 2022/06/04 12:41:38 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2674,3 +2674,8 @@ sys/dev/pci/ixgbe/ixv.c 1.178,1.182 v - KNF. [msaitoh, ticket #1746] +sys/arch/atari/atari/stalloc.c 1.17 + + PR 56859: restore NULL pointer checks lost in rev 1.16. + [tsutsui, ticket #1747] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Jun 4 12:41:39 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1747 To generate a diff of this commit: cvs rdiff -u -r1.1.2.133 -r1.1.2.134 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Jun 3 12:33:11 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1746 To generate a diff of this commit: cvs rdiff -u -r1.1.2.132 -r1.1.2.133 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Jun 3 12:33:11 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1746 To generate a diff of this commit: cvs rdiff -u -r1.1.2.132 -r1.1.2.133 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.132 src/doc/CHANGES-8.3:1.1.2.133 --- src/doc/CHANGES-8.3:1.1.2.132 Tue May 31 14:08:47 2022 +++ src/doc/CHANGES-8.3 Fri Jun 3 12:33:11 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.132 2022/05/31 14:08:47 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.133 2022/06/03 12:33:11 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2643,3 +2643,34 @@ sys/dev/pci/ixgbe/ixv.c1.181 allocation failed. [msaitoh, ticket #1745] +sys/dev/pci/ixgbe/ix_txrx.c 1.95 +sys/dev/pci/ixgbe/ixgbe.c 1.261,1.263,1.265-1.268,1.273, + 1.275-1.277,1.305,1.312, + 1.316-1.321 via patch +sys/dev/pci/ixgbe/ixgbe.h 1.85 via patch +sys/dev/pci/ixgbe/ixgbe_mbx.c 1.19 +sys/dev/pci/ixgbe/ixgbe_netbsd.h 1.15-1.16 +sys/dev/pci/ixgbe/ixgbe_type.h 1.46-1.47 +sys/dev/pci/ixgbe/ixgbe_x550.c 1.26 +sys/dev/pci/ixgbe/ixv.c 1.178,1.182 via patch + + - Reduce code duplication between ixgbe_msix_admin() and + ixgbe_legacy_irq(). + - Add missing code which was not in ixgbe_msix_admin() from + ixgbe_legacy_irq() and vice versa. + - Reorder code. + - Disable/enable the OTHER interrupts correctly. + - Don't return in the middle of ixgbe_msix_admin() when an flow + director reinit failed. NetBSD currently doesn't support flow + director, so this is not a real bug. + - Print ECC, PHY and temp error log using with ratecheck(). + - Correctly re-enable queue interrupt in ixgbe_legacy_irq(). + - Correctly enter the recovery mode. + - No functional change: + - Add some debug printf()s. + - Don't use "more" flag for simplify. + - Use macro. + - Fix typos in comment. + - KNF. + [msaitoh, ticket #1746] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue May 31 14:08:47 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1745 To generate a diff of this commit: cvs rdiff -u -r1.1.2.131 -r1.1.2.132 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.131 src/doc/CHANGES-8.3:1.1.2.132 --- src/doc/CHANGES-8.3:1.1.2.131 Mon May 30 17:08:06 2022 +++ src/doc/CHANGES-8.3 Tue May 31 14:08:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.131 2022/05/30 17:08:06 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.132 2022/05/31 14:08:47 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2632,3 +2632,14 @@ sys/dev/pci/ixgbe/ixv.c1.179-1.180 v - Use cached rx_copy_len in ixgbe_rxeof(). [msaitoh, ticket #1744] +sys/dev/pci/ixgbe/ix_txrx.c 1.98 +sys/dev/pci/ixgbe/ixgbe.c 1.315 +sys/dev/pci/ixgbe/ixgbe.h 1.86 +sys/dev/pci/ixgbe/ixv.c1.181 + + ixg(4): bus_dmamem_unmap() before bus_dmamem_free(), otherwise we + may give back memory which is still (and will stay) mapped. + PR 56857: fix a bug that the legacy interrupt doesn't work when MSI-X + allocation failed. + [msaitoh, ticket #1745] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue May 31 14:08:47 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1745 To generate a diff of this commit: cvs rdiff -u -r1.1.2.131 -r1.1.2.132 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon May 30 17:08:06 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1744 To generate a diff of this commit: cvs rdiff -u -r1.1.2.130 -r1.1.2.131 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.130 src/doc/CHANGES-8.3:1.1.2.131 --- src/doc/CHANGES-8.3:1.1.2.130 Tue May 17 12:12:38 2022 +++ src/doc/CHANGES-8.3 Mon May 30 17:08:06 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.130 2022/05/17 12:12:38 bouyer Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.131 2022/05/30 17:08:06 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2610,3 +2610,25 @@ libexec/mail.local/mail.local.c 1.29 Thanks to Jan Schaumann for bringing this to our attention. [kre, ticket #1743] +sys/dev/pci/ixgbe/ixgbe.c 1.270,1.280,1.307-1.311, + 1.313-1.314 via patch +sys/dev/pci/ixgbe/ix_txrx.c 1.96-1.97 +sys/dev/pci/ixgbe/ixv.c1.179-1.180 via patch + + + - ixg(4): Print Printed Board Assembly (PBA) number. + - ixg(4): Add IFF_RUNNING check in ixgbe_legacy_irq() again. this might + fix small race but it's not so dangerous. + - Add value check for {tx,rx}_process_limit sysctl to avoid setting + wrong value. + - Add missing num_tx_desc sysctl. + - No functional change: + - KNF a bit. + - Simplify setting of EIAC register. + - Move the definition of eicr_mask variable. + - Enclose flow director stuff in ixgbe_intr_admin_common() with + IXGBE_FIR which is not defined in NetBSD. + - Modify comment for consistency. + - Use cached rx_copy_len in ixgbe_rxeof(). + [msaitoh, ticket #1744] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon May 30 17:08:06 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1744 To generate a diff of this commit: cvs rdiff -u -r1.1.2.130 -r1.1.2.131 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: bouyer Date: Tue May 17 12:12:38 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket 1743 To generate a diff of this commit: cvs rdiff -u -r1.1.2.129 -r1.1.2.130 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: bouyer Date: Tue May 17 12:12:38 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket 1743 To generate a diff of this commit: cvs rdiff -u -r1.1.2.129 -r1.1.2.130 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.129 src/doc/CHANGES-8.3:1.1.2.130 --- src/doc/CHANGES-8.3:1.1.2.129 Tue May 17 10:35:22 2022 +++ src/doc/CHANGES-8.3 Tue May 17 12:12:38 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.129 2022/05/17 10:35:22 bouyer Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.130 2022/05/17 12:12:38 bouyer Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2600,3 +2600,13 @@ share/man/man4/mfi.41.13 - KNF. Remove extra semicolon. Whitespace fixes. [msaitoh, ticket #1742] +libexec/mail.local/mail.local.c 1.29 + + fix local privilege escalation due to a race condition + + NetBSD-SA2016-006 included an incomplete fix for CVE-2016-6253, + a local privilege escalation vulnerability in mail.local(8). + + Thanks to Jan Schaumann for bringing this to our attention. + [kre, ticket #1743] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: bouyer Date: Tue May 17 10:35:22 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: ticket 1742 To generate a diff of this commit: cvs rdiff -u -r1.1.2.128 -r1.1.2.129 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.128 src/doc/CHANGES-8.3:1.1.2.129 --- src/doc/CHANGES-8.3:1.1.2.128 Sun May 15 12:18:18 2022 +++ src/doc/CHANGES-8.3 Tue May 17 10:35:22 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.128 2022/05/15 12:18:18 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.129 2022/05/17 10:35:22 bouyer Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2578,3 +2578,25 @@ sbin/bioctl/bioctl.c1.19 bioctl(8): don't print garbage bv_seconds. [msaitoh, ticket #1741] +sys/dev/ic/mfi.c1.63, 1.66-77 +sys/dev/ic/mfireg.h1.11-1.20 via patch +sys/dev/pci/mfi_pci.c1.21 +sys/dev/pci/mfii.c1.6-1.7, 1.10-1.15 +share/man/man4/mfi.41.13 + + Improve mfi(4) and mfii(4): + - Set 'ld_sync' to NULL as part of 'again', to prevent use-after-free. + - Add some code for the SKINNY variant to make Dell PERC H310 work. + - Print the percentage correctly when the background initialization is + running. + - Clear mailbox to not to pass garbage data. + - Use union mbox instead of unit8_t xxx[] to avoid unaligned access. + - Set stripe size for BIOCVOL to show the size correctly in bioctl. + - Add support for iBBU-09 to show BBU voltage, current and temperature + correctly. + - Fix typos in comments. + - Sprinkle static. + - Improve debug printf()s. + - KNF. Remove extra semicolon. Whitespace fixes. + [msaitoh, ticket #1742] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: bouyer Date: Tue May 17 10:35:22 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: ticket 1742 To generate a diff of this commit: cvs rdiff -u -r1.1.2.128 -r1.1.2.129 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun May 15 12:18:18 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1741 To generate a diff of this commit: cvs rdiff -u -r1.1.2.127 -r1.1.2.128 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun May 15 12:18:18 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1741 To generate a diff of this commit: cvs rdiff -u -r1.1.2.127 -r1.1.2.128 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.127 src/doc/CHANGES-8.3:1.1.2.128 --- src/doc/CHANGES-8.3:1.1.2.127 Wed May 4 15:37:12 2022 +++ src/doc/CHANGES-8.3 Sun May 15 12:18:18 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.127 2022/05/04 15:37:12 sborrill Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.128 2022/05/15 12:18:18 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2573,3 +2573,8 @@ sys/net/if_pppoe.c 1.179 mbuf corruption. [martin, ticket #1740] +sbin/bioctl/bioctl.c1.19 + + bioctl(8): don't print garbage bv_seconds. + [msaitoh, ticket #1741] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: sborrill Date: Wed May 4 15:37:12 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1740 To generate a diff of this commit: cvs rdiff -u -r1.1.2.126 -r1.1.2.127 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.126 src/doc/CHANGES-8.3:1.1.2.127 --- src/doc/CHANGES-8.3:1.1.2.126 Wed Apr 27 16:56:09 2022 +++ src/doc/CHANGES-8.3 Wed May 4 15:37:12 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.126 2022/04/27 16:56:09 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.127 2022/05/04 15:37:12 sborrill Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2567,3 +2567,9 @@ usr.sbin/quotaon/quotaon.c 1.31 verbose output. Avoids possibly corrupted quota data. [hannken, ticket #1739] +sys/net/if_pppoe.c 1.179 + + pppoe(4): fix CVE-2022-29867 - discovery phase local network + mbuf corruption. + [martin, ticket #1740] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: sborrill Date: Wed May 4 15:37:12 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1740 To generate a diff of this commit: cvs rdiff -u -r1.1.2.126 -r1.1.2.127 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Apr 27 16:56:09 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1739 To generate a diff of this commit: cvs rdiff -u -r1.1.2.125 -r1.1.2.126 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.125 src/doc/CHANGES-8.3:1.1.2.126 --- src/doc/CHANGES-8.3:1.1.2.125 Fri Mar 18 13:27:22 2022 +++ src/doc/CHANGES-8.3 Wed Apr 27 16:56:09 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.125 2022/03/18 13:27:22 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.126 2022/04/27 16:56:09 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2559,3 +2559,11 @@ usr.sbin/puffs/mount_9p/node.c 1.30,1. check returned type from T_READ request. [ozaki-r, ticket #1738] +lib/libquota/quota_oldfiles.c 1.10 +sys/ufs/ufs/ufs_quota1.c 1.25 +usr.sbin/quotaon/quotaon.c 1.31 + + Fix quota1 user+group quota, quotaoff live lock and quotaon/off + verbose output. Avoids possibly corrupted quota data. + [hannken, ticket #1739] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Apr 27 16:56:09 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1739 To generate a diff of this commit: cvs rdiff -u -r1.1.2.125 -r1.1.2.126 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Mar 18 13:27:22 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ammend ticket #1738 To generate a diff of this commit: cvs rdiff -u -r1.1.2.124 -r1.1.2.125 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Mar 18 13:27:22 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ammend ticket #1738 To generate a diff of this commit: cvs rdiff -u -r1.1.2.124 -r1.1.2.125 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.124 src/doc/CHANGES-8.3:1.1.2.125 --- src/doc/CHANGES-8.3:1.1.2.124 Tue Mar 15 10:01:03 2022 +++ src/doc/CHANGES-8.3 Fri Mar 18 13:27:22 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.124 2022/03/15 10:01:03 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.125 2022/03/18 13:27:22 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2553,7 +2553,7 @@ usr.bin/man/man.c1.69,1.70,1.72 man(1): fix -m option so it works as documented. [gutteridge, ticket #1737] -usr.sbin/puffs/mount_9p/node.c 1.30,1.31 +usr.sbin/puffs/mount_9p/node.c 1.30,1.31 (adapted) mount_9p(8): fix writing to a file opened with write-only mode, check returned type from T_READ request.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Mar 15 10:01:03 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1738 To generate a diff of this commit: cvs rdiff -u -r1.1.2.123 -r1.1.2.124 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.123 src/doc/CHANGES-8.3:1.1.2.124 --- src/doc/CHANGES-8.3:1.1.2.123 Sun Mar 13 09:54:47 2022 +++ src/doc/CHANGES-8.3 Tue Mar 15 10:01:03 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.123 2022/03/13 09:54:47 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.124 2022/03/15 10:01:03 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2553,3 +2553,9 @@ usr.bin/man/man.c1.69,1.70,1.72 man(1): fix -m option so it works as documented. [gutteridge, ticket #1737] +usr.sbin/puffs/mount_9p/node.c 1.30,1.31 + + mount_9p(8): fix writing to a file opened with write-only mode, + check returned type from T_READ request. + [ozaki-r, ticket #1738] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Mar 15 10:01:03 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1738 To generate a diff of this commit: cvs rdiff -u -r1.1.2.123 -r1.1.2.124 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Mar 13 09:54:47 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1737 To generate a diff of this commit: cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.122 src/doc/CHANGES-8.3:1.1.2.123 --- src/doc/CHANGES-8.3:1.1.2.122 Thu Feb 24 10:08:40 2022 +++ src/doc/CHANGES-8.3 Sun Mar 13 09:54:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.122 2022/02/24 10:08:40 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.123 2022/03/13 09:54:47 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2548,3 +2548,8 @@ bin/sh/histedit.c1.60 sh(1): fix "fc -e". [kre, ticket #1736] +usr.bin/man/man.c1.69,1.70,1.72 + + man(1): fix -m option so it works as documented. + [gutteridge, ticket #1737] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Mar 13 09:54:47 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1737 To generate a diff of this commit: cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Feb 24 10:08:41 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1736 To generate a diff of this commit: cvs rdiff -u -r1.1.2.121 -r1.1.2.122 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.121 src/doc/CHANGES-8.3:1.1.2.122 --- src/doc/CHANGES-8.3:1.1.2.121 Thu Feb 3 14:22:17 2022 +++ src/doc/CHANGES-8.3 Thu Feb 24 10:08:40 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.121 2022/02/03 14:22:17 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.122 2022/02/24 10:08:40 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2543,3 +2543,8 @@ xsrc/external/mit/xterm/dist/graphics_si Apply upstream fix for CVE-2022-24130. [mrg, ticket #1735] +bin/sh/histedit.c1.60 + + sh(1): fix "fc -e". + [kre, ticket #1736] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Feb 24 10:08:41 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1736 To generate a diff of this commit: cvs rdiff -u -r1.1.2.121 -r1.1.2.122 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Feb 3 14:22:18 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1735 To generate a diff of this commit: cvs rdiff -u -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.120 src/doc/CHANGES-8.3:1.1.2.121 --- src/doc/CHANGES-8.3:1.1.2.120 Tue Feb 1 11:40:02 2022 +++ src/doc/CHANGES-8.3 Thu Feb 3 14:22:17 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.120 2022/02/01 11:40:02 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.121 2022/02/03 14:22:17 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2538,3 +2538,8 @@ sys/dev/pci/ixgbe/ixgbe.c 1.264,1.269, - Increment legacy interrupt counter after checking INTx sharing. [msaitoh, ticket #1734] +xsrc/external/mit/xterm/dist/graphics_sixel.c 1.2 (via patch) + + Apply upstream fix for CVE-2022-24130. + [mrg, ticket #1735] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Feb 3 14:22:18 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1735 To generate a diff of this commit: cvs rdiff -u -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Feb 1 11:40:02 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1734 To generate a diff of this commit: cvs rdiff -u -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.119 src/doc/CHANGES-8.3:1.1.2.120 --- src/doc/CHANGES-8.3:1.1.2.119 Mon Jan 31 17:59:40 2022 +++ src/doc/CHANGES-8.3 Tue Feb 1 11:40:02 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.119 2022/01/31 17:59:40 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.120 2022/02/01 11:40:02 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2526,3 +2526,15 @@ sys/arch/x86/x86/procfs_machdep.c 1.43- - Modify linux mapping. Not used on NetBSD. [msaitoh, ticket #1733] +sys/dev/pci/ixgbe/ixgbe.c 1.264,1.269,1.272, + 1.306 via patch + + Four INTx related fixes: + - Fix a bug that the all interrupt sources are enabled when the + interface is UP and the INTx line is shared with other devices. + - Fix a bug that it might incorrectly enable interrupt when + IFF_RUNNING is not set. + - Don't process TX/RX if a queue interrupt isn't occurred. + - Increment legacy interrupt counter after checking INTx sharing. + [msaitoh, ticket #1734] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Feb 1 11:40:02 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1734 To generate a diff of this commit: cvs rdiff -u -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.