OpenBSD/src bnPLqsXshare/misc airport

   add FKB:Karlsruhe / Baden-Baden, Germany
   I flew HAM-FKB vv in 2013 on an Avanti Air ATR72-200
VersionDeltaFile
1.104+2-1share/misc/airport
+2-11 files

OpenBSD/src 3SAVQeEusr.bin/tmux server-fn.c

   Fix the logic of the no-detached case for detach-on-destroy option - a
   previous change made it so that even in the no-detached case, tmux would
   always re-attach to a session, even if there weren't any detached ones.
   From Martin Louazel in GitHub issue 4649.
VersionDeltaFile
1.140+4-2usr.bin/tmux/server-fn.c
+4-21 files

OpenBSD/src URk5WJ0regress/lib/libc/elf_aux_info elf_aux_info.c

   Give this test a chance to pass on 32-bit platforms.
VersionDeltaFile
1.3+2-1regress/lib/libc/elf_aux_info/elf_aux_info.c
+2-11 files

OpenBSD/src K32LmfQshare/misc airport

   Add UKK (Ust-Kamenogorsk) airport

   Removed the part of the header with two dead links.
VersionDeltaFile
1.103+2-5share/misc/airport
+2-51 files

OpenBSD/src zQzbsxBsys/dev/pci/drm/amd/display/amdgpu_dm amdgpu_dm.c

   drm/amd/display: Enable Dynamic DTBCLK Switch

   From Fangzhi Zuo
   a91c4c1efb9a2fd4aedcbb116f6dbd7fca024dee in linux-6.12.y/6.12.54
   5949e7c4890c3cf65e783c83c355b95e21f10dba in mainline linux
VersionDeltaFile
1.181+4-0sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+4-01 files

OpenBSD/src aPotcdtsys/dev/pci/drm/amd/display/dc/dce dce_transform.c dce_transform.h

   drm/amd/display: Properly disable scaling on DCE6

   From Timur Kristof
   d74bcf4969856c1c914df5be899b96a23e2b17d7 in linux-6.12.y/6.12.54
   a7dc87f3448bea5ebe054f14e861074b9c289c65 in mainline linux
VersionDeltaFile
1.7+11-4sys/dev/pci/drm/amd/display/dc/dce/dce_transform.c
1.4+2-0sys/dev/pci/drm/amd/display/dc/dce/dce_transform.h
+13-42 files

OpenBSD/src veQwmVCsys/dev/pci/drm/amd/display/dc/dce dce_transform.c

   drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6

   From Timur Kristof
   00f1bd57068b2b76db1144f89a5aa1fa626f40e0 in linux-6.12.y/6.12.54
   c0aa7cf49dd6cb302fe28e7183992b772cb7420c in mainline linux
VersionDeltaFile
1.6+2-4sys/dev/pci/drm/amd/display/dc/dce/dce_transform.c
+2-41 files

OpenBSD/src J1HqFXksys/dev/pci/drm/amd/display/dc/dce dce_transform.h

   drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIs

   From Timur Kristof
   56251bdf36eee9b0abcd1e56655b1fd67bbf2e27 in linux-6.12.y/6.12.54
   d60f9c45d1bff7e20ecd57492ef7a5e33c94a37c in mainline linux
VersionDeltaFile
1.3+2-0sys/dev/pci/drm/amd/display/dc/dce/dce_transform.h
+2-01 files

OpenBSD/src lTiRYbKsys/dev/pci/drm/amd/include/asic_reg/dce dce_6_0_d.h dce_6_0_sh_mask.h

   drm/amdgpu: Add additional DCE6 SCL registers

   From Alex Deucher
   9626d3af3cd1fe79401ceb82039ed10450867a55 in linux-6.12.y/6.12.54
   507296328b36ffd00ec1f4fde5b8acafb7222ec7 in mainline linux
VersionDeltaFile
1.3+7-0sys/dev/pci/drm/amd/include/asic_reg/dce/dce_6_0_d.h
1.4+2-0sys/dev/pci/drm/amd/include/asic_reg/dce/dce_6_0_sh_mask.h
+9-02 files

OpenBSD/src OvSrpWGregress/usr.bin/ssh ssh-tty.sh Makefile

   regression test for "interactive" ssh with a PTY attached, using tmux

   would have likely caught the ControlPersist regression in 10.1.

   feedback nicm@
VersionDeltaFile
1.1+152-0regress/usr.bin/ssh/ssh-tty.sh
1.142+5-3regress/usr.bin/ssh/Makefile
+157-32 files

OpenBSD/src OZOzeKIsys/arch/i386/stand/libsa biosdev.c

   previous change forgot to increment to the next character...
VersionDeltaFile
1.105+2-1sys/arch/i386/stand/libsa/biosdev.c
+2-11 files

OpenBSD/src Hn25UIrsys/arch/luna88k/luna88k pmap_table.c, sys/arch/m88k/include pmap_table.h

   The pmap_table array comes from Mach on luna88k and is used to specify what
   memory areas should be mapped in the kernel.

   In Mach, this table contained the main memory, which is why it had a
   cacheability field. In BSD, main memory is handled separately, and the
   pmap_table is only used to map the few hardware resources for which a driver
   does not necessarily attaches - or which needs to be used by the kernel before
   a driver gets a chance to attach.

   Drop the cacheability field, since all entries will require cache inhibited
   mappings.

   Tested & ok aoyama@
VersionDeltaFile
1.15+47-50sys/arch/luna88k/luna88k/pmap_table.c
1.93+11-20sys/arch/m88k/m88k/pmap.c
1.6+1-2sys/arch/m88k/include/pmap_table.h
+59-723 files

OpenBSD/src 4rAU8mFsys/arch/hppa/hppa in_cksum.c

   De-register. ok jsg@ (quite some time ago)
VersionDeltaFile
1.6+5-5sys/arch/hppa/hppa/in_cksum.c
+5-51 files

OpenBSD/src RTfm2oNsys/arch/i386/stand/libsa biosdev.c

   oops, did not assign part
VersionDeltaFile
1.104+2-2sys/arch/i386/stand/libsa/biosdev.c
+2-21 files

OpenBSD/src OOztnSKsys/dev softraid.c

   more () for clarity; ok stsp
VersionDeltaFile
1.438+2-2sys/dev/softraid.c
+2-21 files

OpenBSD/src 7YCKwpJshare/man/man9 vnode.9

   Adjust 'vnode' structure in vnode(9) man page

   The 'v_selectinfo' was replaced with 'v_klist' in the revision 1.169 of
   sys/vnode.h, but I forgot to adjust man page.

   ok miod claudio kettenis
VersionDeltaFile
1.36+3-3share/man/man9/vnode.9
+3-31 files

OpenBSD/src StsJnfnshare/man/man4 acpi.4

   mention amdpmc(4)
VersionDeltaFile
1.79+4-2share/man/man4/acpi.4
+4-21 files

OpenBSD/src 4c5liPMusr.sbin/rpki-client ccr.c

   ccr: plug a small memory leak introduced in previous

   CID 636291

   ok job
VersionDeltaFile
1.26+4-2usr.sbin/rpki-client/ccr.c
+4-21 files

OpenBSD/src K3yeuGpusr.sbin/installboot efi_bootmgr.c

   in error message, say what could not be opened
VersionDeltaFile
1.7+2-2usr.sbin/installboot/efi_bootmgr.c
+2-21 files

OpenBSD/src YSDEOuasbin/disklabel disklabel.c

   remove a small piece of magic we are not ready for yet
VersionDeltaFile
1.260+1-14sbin/disklabel/disklabel.c
+1-141 files

OpenBSD/src Xfoqb3Vsbin/disklabel disklabel.c editor.c

   dynamically determine the possible partition names to show
   in the editor a(dd) command help message
VersionDeltaFile
1.259+17-3sbin/disklabel/disklabel.c
1.424+6-5sbin/disklabel/editor.c
+23-82 files

OpenBSD/src qPz011ksys/arch/arm64/stand/efiboot softraid_arm64.c

   use DL_PARTNAME2NUM and DL_PARTNUM2NAME; ok krw
VersionDeltaFile
1.5+6-5sys/arch/arm64/stand/efiboot/softraid_arm64.c
+6-51 files

OpenBSD/src FH9pDZYsys/arch/i386/stand/libsa softraid_i386.c biosdev.c

   use DL_PARTNAME2NUM and DL_PARTNUM2NAME; ok krw
VersionDeltaFile
1.5+6-5sys/arch/i386/stand/libsa/softraid_i386.c
1.103+3-5sys/arch/i386/stand/libsa/biosdev.c
+9-102 files

OpenBSD/src hWq8sVrsys/arch/sparc64/stand/ofwboot ofdev.c softraid_sparc64.c

   use DL_PARTNAME2NUM and DL_PARTNUM2NAME; ok krw
VersionDeltaFile
1.41+6-8sys/arch/sparc64/stand/ofwboot/ofdev.c
1.9+7-6sys/arch/sparc64/stand/ofwboot/softraid_sparc64.c
+13-142 files

OpenBSD/src kcNXF6Ksys/arch/riscv64/stand/efiboot softraid_riscv64.c efiboot.c

   use DL_PARTNAME2NUM and DL_PARTNUM2NAME; ok krw
VersionDeltaFile
1.4+6-5sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
1.12+2-2sys/arch/riscv64/stand/efiboot/efiboot.c
+8-72 files

OpenBSD/src ZaR1Gb4sys/arch/hppa/stand/libsa dev_hppa.c

   use DL_PARTNUM2NAME; ok krw
VersionDeltaFile
1.19+2-2sys/arch/hppa/stand/libsa/dev_hppa.c
+2-21 files

OpenBSD/src IG0fbf2sys/arch/loongson/stand/boot devopen.c

   use DL_PARTNAME2NUM; ok krw
VersionDeltaFile
1.2+2-2sys/arch/loongson/stand/boot/devopen.c
+2-21 files

OpenBSD/src O6wEjpWusr.sbin/rpki-client ccr.c main.c

   Call ASN1 OID table initializer from just one location

   OK tb@
VersionDeltaFile
1.25+1-4usr.sbin/rpki-client/ccr.c
1.300+3-1usr.sbin/rpki-client/main.c
1.70+1-2usr.sbin/rpki-client/filemode.c
1.171+1-2usr.sbin/rpki-client/parser.c
+6-94 files

OpenBSD/src KXe2xowlib/libssl tls13_server.c ssl_tlsext.c

   Ensure that we specify the correct group when creating a HelloRetryRequest.

   When processing the client supported groups and key shares extensions,
   the group selection is currently based on client preference. However,
   when building a HRR the preferred group is identified by calling
   tls1_get_supported_group(). If SSL_OP_CIPHER_SERVER_PREFERENCE is enabled,
   group selection will be based on server instead of client preference. This
   in turn can result in the server sending a HRR for a group that the client
   has already provided a key share for, violating the RFC.

   Avoid this issue by storing the client preferred group when processing
   the key share extension, then using this group when creating the HRR.

   Thanks to dzwdz for identifying and reporting the issue.

   ok beck@ tb@
VersionDeltaFile
1.110+2-8lib/libssl/tls13_server.c
1.157+2-1lib/libssl/ssl_tlsext.c
+4-92 files

OpenBSD/src puqueI8share/man/man5 bsd.port.mk.5

   Fix wording around CONFIGURE_STYLE autoconf/autoreconf, they are
   normally alternatives to gnu (implying CONFIGURE_STYLE=gnu behaviour
   as well), rather than modifiers to be added (like dest/old).
   Pointed out by/ok tb@
VersionDeltaFile
1.652+7-4share/man/man5/bsd.port.mk.5
+7-41 files