Sun Oct 29 16:49:07 2023 UTC ()
Tickets #1917 and #1918


(martin)
diff -r1.1.2.205 -r1.1.2.206 src/doc/CHANGES-8.3

cvs diff -r1.1.2.205 -r1.1.2.206 src/doc/Attic/CHANGES-8.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.3 2023/10/26 15:14:28 1.1.2.205
+++ src/doc/Attic/CHANGES-8.3 2023/10/29 16:49:07 1.1.2.206
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-8.3,v 1.1.2.205 2023/10/26 15:14:28 martin Exp $ 1$NetBSD: CHANGES-8.3,v 1.1.2.206 2023/10/29 16:49:07 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.2_STABLE. 9 Welcome to 8.2_STABLE.
10 [martin] 10 [martin]
11 11
12sys/dev/ic/spdmem.c 1.31-1.35 12sys/dev/ic/spdmem.c 1.31-1.35
13sys/dev/ic/spdmemvar.h 1.15,1.16 13sys/dev/ic/spdmemvar.h 1.15,1.16
14 14
@@ -4061,13 +4061,35 @@ sys/dev/pci/if_wmvar.h 1.51 @@ -4061,13 +4061,35 @@ sys/dev/pci/if_wmvar.h 1.51
4061 4061
4062 - Use 12K for packet buffer for jumbo frame on PCH2 and newer. 4062 - Use 12K for packet buffer for jumbo frame on PCH2 and newer.
4063 - Add new workaround for Tiger Lake and newer to avoid packet loss. 4063 - Add new workaround for Tiger Lake and newer to avoid packet loss.
4064 - Add I219{V,LM}({22,23}) devices (Raptor Lake). 4064 - Add I219{V,LM}({22,23}) devices (Raptor Lake).
4065 [msaitoh, ticket #1915] 4065 [msaitoh, ticket #1915]
4066 4066
4067sys/dev/pci/mpii.c 1.30 4067sys/dev/pci/mpii.c 1.30
4068 4068
4069 mpii(4): PR 57133: fix a regression introduce in rev. 1.22. 4069 mpii(4): PR 57133: fix a regression introduce in rev. 1.22.
4070 Do not reset xs->resid when encountering a 4070 Do not reset xs->resid when encountering a
4071 MPII_SCSIIO_STATUS_CHECK_COND condition. 4071 MPII_SCSIIO_STATUS_CHECK_COND condition.
4072 [buhrow, ticket #1916] 4072 [buhrow, ticket #1916]
4073 4073
 4074xsrc/external/mit/xorg-server.old/dist/Xi/xiproperty.c 1.2
 4075xsrc/external/mit/xorg-server.old/dist/dix/enterleave.h 1.2
 4076xsrc/external/mit/xorg-server.old/dist/include/eventstr.h 1.2
 4077xsrc/external/mit/xorg-server.old/dist/mi/mipointer.c 1.2
 4078xsrc/external/mit/xorg-server.old/dist/os/auth.c 1.4
 4079xsrc/external/mit/xorg-server.old/dist/randr/rrproperty.c 1.2
 4080
 4081 Merge security fixes from xorg-server 21.1.9 into xorg-server 1.10.6.
 4082 Fixes CVE-2023-5367 and CVE-2023-5380.
 4083 [mrg, ticket #1917]
 4084
 4085xsrc/external/mit/xorg-server/dist/Xi/xiproperty.c (apply patch)
 4086xsrc/external/mit/xorg-server/dist/dix/enterleave.h (apply patch)
 4087xsrc/external/mit/xorg-server/dist/include/eventstr.h (apply patch)
 4088xsrc/external/mit/xorg-server/dist/mi/mipointer.c (apply patch)
 4089xsrc/external/mit/xorg-server/dist/os/auth.c (apply patch)
 4090xsrc/external/mit/xorg-server/dist/randr/rrproperty.c (apply patch)
 4091
 4092 Merge security fixes from xorg-server 21.1.9 into xorg-server 1.18.4.
 4093 Fixes CVE-2023-5367 and CVE-2023-5380.
 4094 [mrg, ticket #1918]
 4095