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.c 1.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/pcidevs 1.1483-1.1492 +sys/dev/pci/pcidevs.h regen +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] +