Mon Jan 30 11:56:02 2023 UTC ()
Tickets #60 - #62


(martin)
diff -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-10.0

cvs diff -r1.1.2.25 -r1.1.2.26 src/doc/Attic/CHANGES-10.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-10.0 2023/01/23 14:12:59 1.1.2.25
+++ src/doc/Attic/CHANGES-10.0 2023/01/30 11:56:02 1.1.2.26
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-10.0,v 1.1.2.25 2023/01/23 14:12:59 martin Exp $ 1# $NetBSD: CHANGES-10.0,v 1.1.2.26 2023/01/30 11:56:02 martin Exp $
2 2
3A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 3A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
4until the 10.0 release: 4until the 10.0 release:
5 5
6doc/CHANGES-10.0 created 6doc/CHANGES-10.0 created
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 10.0_BETA! 12 Welcome to 10.0_BETA!
13 13
14sys/arch/x86/pci/amdsmn.c 1.15 14sys/arch/x86/pci/amdsmn.c 1.15
@@ -711,13 +711,35 @@ xsrc/external/mit/libXpm/dist/src/data.c @@ -711,13 +711,35 @@ xsrc/external/mit/libXpm/dist/src/data.c
711xsrc/external/mit/libXpm/dist/src/hashtab.c up to 1.1.1.4 711xsrc/external/mit/libXpm/dist/src/hashtab.c up to 1.1.1.4
712xsrc/external/mit/libXpm/dist/src/parse.c up to 1.1.1.8 712xsrc/external/mit/libXpm/dist/src/parse.c up to 1.1.1.8
713xsrc/external/mit/libXpm/dist/src/rgbtab.h up to 1.1.1.2 713xsrc/external/mit/libXpm/dist/src/rgbtab.h up to 1.1.1.2
714xsrc/external/mit/libXpm/dist/src/scan.c up to 1.1.1.5 714xsrc/external/mit/libXpm/dist/src/scan.c up to 1.1.1.5
715xsrc/external/mit/libXpm/dist/sxpm/Makefile.in up to 1.1.1.9 715xsrc/external/mit/libXpm/dist/sxpm/Makefile.in up to 1.1.1.9
716external/mit/xorg/bin/cxpm/Makefile up to 1.3 716external/mit/xorg/bin/cxpm/Makefile up to 1.3
717external/mit/xorg/bin/sxpm/Makefile up to 1.3 717external/mit/xorg/bin/sxpm/Makefile up to 1.3
718external/mit/xorg/lib/libXpm/xpm.mk up to 1.2 718external/mit/xorg/lib/libXpm/xpm.mk up to 1.2
719external/mit/xorg/lib/libXpm/Makefile up to 1.4 719external/mit/xorg/lib/libXpm/Makefile up to 1.4
720 720
721 Apply upstream fixes for CVE-2022-46285, CVE-2022-44617, and 721 Apply upstream fixes for CVE-2022-46285, CVE-2022-44617, and
722 CVE-2022-4883 722 CVE-2022-4883
723 [mrg, ticket #59] 723 [mrg, ticket #59]
 724
 725share/man/man4/aq.4 1.5
 726sys/dev/pci/if_aq.c 1.40-1.44
 727
 728 aq(4): support Aquantia (Marvell) AQC113 10G Network Adapter
 729 and variants. Various fixes.
 730 [ryo, ticket #60]
 731
 732share/man/man4/puc.4 1.44
 733sys/dev/pci/pcidevs 1.1477
 734sys/dev/pci/pucdata.c 1.114
 735sys/dev/pci/pcidevs.h (regen)
 736sys/dev/pci/pcidevs_data.h (regen)
 737
 738 PR 57202: add support for the EXAR XR17V354 PCIe UART.
 739 [thorpej, ticket #61]
 740
 741distrib/common/bootimage/fstab.in 1.4
 742
 743 Mount /var/shm as tmpfs in install- and live-images.
 744 [maya, ticket #62]
 745