OpenBSD/src lQAzqwOdistrib/sets/lists/man mi

   sync
VersionDeltaFile
1.1766+3-0distrib/sets/lists/man/mi
+3-01 files

OpenBSD/src DVMShbKsys/conf newvers.sh

   move out of -beta
VersionDeltaFile
1.215+3-3sys/conf/newvers.sh
+3-31 files

OpenBSD/src 2hllHbclib/libcrypto/x509 x509_constraints.c x509_internal.h, regress/lib/libcrypto/x509 constraints.c

   Prior to this we substring matched and allowed a leading .
   on a SAN DNSname constraint. This is not correct, as with
   a DNSname constraint, it may exacly match or match zero or
   more additional components on the front of the candidte to
   match.

   Spotted by Haruto Kimura <hkimura2026 at gmail.com>

   ok tb@ kenjiro@
VersionDeltaFile
1.19+49-2regress/lib/libcrypto/x509/constraints.c
1.33+23-4lib/libcrypto/x509/x509_constraints.c
1.29+3-1lib/libcrypto/x509/x509_internal.h
+75-73 files

OpenBSD/src VwcOZUXlib/libc/time ctime.3

   Document RETURN value for timegm(3)

   APIs with in-band errors that conflate the error with a legitimate return
   value are about the worst you can get. Near and dear to my heart is the API
   aptly described as "gibbering eidritch horror" by beck: ASN1_INTEGER_get(3).
   Adapt the wording of its RETURN VALUES to timegm() and mktime(), for which
   Dec 31, 1969 at 23:59:59 will yield the error return -1 and thereby errata.

   Missing docs pointed out by claudio a while back and yesterday by deraadt

   ok deraadt millert
VersionDeltaFile
1.51+7-4lib/libc/time/ctime.3
+7-41 files

OpenBSD/src W1CqX6gusr.sbin/rpki-client http.c x509.c

   At the end of parsing the http response header do some sanity checks
   to ensure that the response includes all needed data.

   Right now only the presence of a Location header is checked if a HTTP
   redirect was returned (e.g. a 301 status).

   Different fix for a report from Daniel Anderson
   from claudio@; OK tb@

   rpki-client: fix incorrect error exit in x509_get_time()

   A UTCTime represents a time between Jan 1, 1950 and Dec 31, 2049. This
   includes Dec 31, 1969, 23:59:59 UTC, which translates to epoch -1 when
   converted as a time_t. timegm()'s in-band error conflates this time with
   its error return, so a hard error for this creates a DoS.

   Instead, return an error for ASN.1 times that translate to negative time_t
   and bubble up the error to reject the RPKI product as malformed. Real life
   notBefore (or equivalent) are in the ongoing millenium, although strictly

    [8 lines not shown]
VersionDeltaFile
1.93.4.1+8-3usr.sbin/rpki-client/http.c
1.105.4.1+3-3usr.sbin/rpki-client/x509.c
+11-62 files

OpenBSD/src pLSyz3Dusr.sbin/rpki-client http.c x509.c

   At the end of parsing the http response header do some sanity checks
   to ensure that the response includes all needed data.

   Right now only the presence of a Location header is checked if a HTTP
   redirect was returned (e.g. a 301 status).

   Different fix for a report from Daniel Anderson
   from claudio@; OK tb@

   rpki-client: fix incorrect error exit in x509_get_time()

   A UTCTime represents a time between Jan 1, 1950 and Dec 31, 2049. This
   includes Dec 31, 1969, 23:59:59 UTC, which translates to epoch -1 when
   converted as a time_t. timegm()'s in-band error conflates this time with
   its error return, so a hard error for this creates a DoS.

   Instead, return an error for ASN.1 times that translate to negative time_t
   and bubble up the error to reject the RPKI product as malformed. Real life
   notBefore (or equivalent) are in the ongoing millenium, although strictly

    [8 lines not shown]
VersionDeltaFile
1.100.2.1+8-3usr.sbin/rpki-client/http.c
1.119.2.1+3-3usr.sbin/rpki-client/x509.c
+11-62 files

OpenBSD/src ZujAlmksbin/slaacd engine.c, usr.sbin/rad engine.c

   These programs spin if they receive a RA from the local network with
   ND option with length 0.  from Daniel Wade
   from deraadt@; ok florian

   this is errata/7.7/035_v6daemons.patch.sig
VersionDeltaFile
1.99.4.1+5-1sbin/slaacd/engine.c
1.28.4.1+3-1usr.sbin/rad/engine.c
+8-22 files

OpenBSD/src R9loaxKsbin/slaacd engine.c, usr.sbin/rad engine.c

   These programs spin if they receive a RA from the local network with
   ND option with length 0.  from Daniel Wade
   from deraadt@; ok florian

   this is errata/7.8/029_v6daemons.patch.sig
VersionDeltaFile
1.99.2.1+5-1sbin/slaacd/engine.c
1.29.2.1+3-1usr.sbin/rad/engine.c
+8-22 files

OpenBSD/src Dvb11rhsys/uvm uvm_swap.c

   The fault handling code that deals with getting back from swap for an
   anon does not expect failures because we are short on memory.  These
   are synchronous operations so we're expected to wait on memory to
   become available.  This got broken in rev 1.178 (Back out the
   pagedaemon "oom" reserve and sleeping point).  Bring back the code to
   allocate bounce memory using uvm_pglistalloc(9) but only use it for
   the !async case (which will never be use by the pagedaemon).

   This fixes random segfaults when under memory pressure and init dying
   with SIGILL because it can't copy out a signal frame to the stack when
   it happens to trigger such a segfault.

   With deraadt@, who wrote the code to consolidate the allocation of
   bounce memory.

   ok deraadt@
VersionDeltaFile
1.181+41-26sys/uvm/uvm_swap.c
+41-261 files

OpenBSD/src 3lXf6OQsys/uvm uvm_pdaemon.c

   decrease the agressiveness of inactive growth from the previous commit.
   A small increase is enough; if not enough free is created in one round,
   it will be created the next time.
   long discussions with kirill
VersionDeltaFile
1.157+2-2sys/uvm/uvm_pdaemon.c
+2-21 files

OpenBSD/src 5gBpr1oshare/man/man4/man4.riscv64 smte.4 Makefile

   smte(4)
VersionDeltaFile
1.1+76-0share/man/man4/man4.riscv64/smte.4
1.19+3-2share/man/man4/man4.riscv64/Makefile
+79-22 files

OpenBSD/src jXWz644sys/arch/riscv64/conf files.riscv64 RAMDISK, sys/arch/riscv64/dev if_smte.c

   Add smte(4), a driver for the ethernet interfaces of the SpacemiT K1 SoC.

   ok jsing@
VersionDeltaFile
1.1+1,235-0sys/arch/riscv64/dev/if_smte.c
1.38+6-1sys/arch/riscv64/conf/files.riscv64
1.56+2-1sys/arch/riscv64/conf/RAMDISK
1.64+2-1sys/arch/riscv64/conf/GENERIC
+1,245-34 files

OpenBSD/src r5FLSRLsys/arch/riscv64/dev smtclock.c

   Add clocks for pinctrl and ethernet.
VersionDeltaFile
1.4+16-1sys/arch/riscv64/dev/smtclock.c
+16-11 files

OpenBSD/src FDdHpgBusr.bin/tmux control-notify.c

   Do not notify clients if not fully initialized, from Ben Maurer in
   GitHub issue 4980.
VersionDeltaFile
1.33+3-2usr.bin/tmux/control-notify.c
+3-21 files

OpenBSD/src erZbdOxusr.bin/tmux cmd-command-prompt.c tmux.1

   Add -C flag to command-prompt to match display-message -C (do not freeze
   panes). From Barrett Ruth in GitHub issue 4978.
VersionDeltaFile
1.71+5-3usr.bin/tmux/cmd-command-prompt.c
1.1048+5-2usr.bin/tmux/tmux.1
1.260+2-2usr.bin/tmux/status.c
1.1306+2-1usr.bin/tmux/tmux.h
+14-84 files

OpenBSD/src 5DTTalxshare/man/man4/man4.riscv64 smtpinctrl.4 Makefile

   add smtpinctrl(4); ok kettenis@
VersionDeltaFile
1.1+42-0share/man/man4/man4.riscv64/smtpinctrl.4
1.18+2-2share/man/man4/man4.riscv64/Makefile
+44-22 files

OpenBSD/src 29XmpIvusr.sbin/rpki-client ccr.c

   Fix CCR ROAIPAddressFamily sort order

   RFC 9582 section 4.3.3 defines the canonical form of ipAddrBlocks.

   Thanks to Bart Bakker from RIPE NCC for reporting.

   OK tb@
VersionDeltaFile
1.35+5-5usr.sbin/rpki-client/ccr.c
+5-51 files

OpenBSD/src TAtLkQ5sys/arch/sparc64/sparc64 pmap.c

   When we detect stale TSB entries during a context switch, don't enter DDB
   but invalidate the stale entries and print a warning.

   ok claudio@, deraadt@
VersionDeltaFile
1.128+21-5sys/arch/sparc64/sparc64/pmap.c
+21-51 files

OpenBSD/src UzZFMc5usr.bin/ssh packet.c

   Also show the duration of the current session through the ~I escape

   OK dtucker@
VersionDeltaFile
1.335+7-1usr.bin/ssh/packet.c
+7-11 files

OpenBSD/src lp9sZPQusr.sbin/rpki-client x509.c

   rpki-client: fix incorrect error exit in x509_get_time()

   A UTCTime represents a time between Jan 1, 1950 and Dec 31, 2049. This
   includes Dec 31, 1969, 23:59:59 UTC, which translates to epoch -1 when
   converted as a time_t. timegm()'s in-band error conflates this time with
   its error return, so a hard error for this creates a DoS.

   Instead, return an error for ASN.1 times that translate to negative time_t
   and bubble up the error to reject the RPKI product as malformed. Real life
   notBefore (or equivalent) are in the ongoing millenium, although strictly
   speaking this is not guaranteed since Validity windows need not nest.

   Thanks to Yuheng Zhang, Qi Wang, Jianjun Chen from Tsinghua University,
   and Teatime Lab for reporting.

   ok claudio job
VersionDeltaFile
1.131+3-3usr.sbin/rpki-client/x509.c
+3-31 files

OpenBSD/src 10p6G3tusr.sbin/rpki-client print.c

   rpki-client: ignore malformed revocationDate in CRLs

   Do not treat x509_get_time() failure as a hard error in file mode.
   Just skip the entry we can't format and emit a warning.

   ok claudio
VersionDeltaFile
1.76+5-3usr.sbin/rpki-client/print.c
+5-31 files

OpenBSD/src Jogop0Zsys/net if_wg.c

   check the prefix (cidr) len for an allowedip is valid.

   ie, don't allow prefixes greater than 32 or 128 bits for ipv4 and
   ipv6 respectively.

   found by Daniel Wade (danjwade95 at gmail dot com), who also suggested
   the fix.
   ok deraadt@ jmatthew@
VersionDeltaFile
1.48+4-1sys/net/if_wg.c
+4-11 files

OpenBSD/src EbbRpHSshare/man/man4 acpi.4

   mention inthid(4) and ispi(4)
VersionDeltaFile
1.80+6-2share/man/man4/acpi.4
+6-21 files

OpenBSD/src 5HY123nshare/man/man4 ispi.4 Makefile

   add ispi(4)
VersionDeltaFile
1.1+38-0share/man/man4/ispi.4
1.876+2-2share/man/man4/Makefile
+40-22 files

OpenBSD/src C4Wt50nsbin/slaacd engine.c, usr.sbin/rad engine.c

   These programs spin if they receive a RA from the local network with
   ND option with length 0.  from Daniel Wade
   ok florian
   this will be errata 7.7/036_v6daemons.patch and 7.8/030_v6daemons.patch
VersionDeltaFile
1.100+5-1sbin/slaacd/engine.c
1.30+3-1usr.sbin/rad/engine.c
+8-22 files

OpenBSD/src nyB4qTisys/dev/pci/drm/amd/display/dc/resource/dce100 dce100_resource.c, sys/dev/pci/drm/amd/display/dc/resource/dce110 dce110_resource.c

   drm/amd/display: Fix DCE LVDS handling

   From Alex Deucher
   24ce568f7553a55404cddf8f0fca2a7c0ea9451c in linux-6.18.y/6.18.22
   90d239cc53723c1a3f89ce08eac17bf3a9e9f2d4 in mainline linux
VersionDeltaFile
1.2+7-6sys/dev/pci/drm/amd/display/dc/resource/dce60/dce60_resource.c
1.3+3-2sys/dev/pci/drm/amd/display/dc/resource/dce100/dce100_resource.c
1.3+3-2sys/dev/pci/drm/amd/display/dc/resource/dce110/dce110_resource.c
1.3+3-2sys/dev/pci/drm/amd/display/dc/resource/dce112/dce112_resource.c
1.3+3-2sys/dev/pci/drm/amd/display/dc/resource/dce120/dce120_resource.c
1.3+3-2sys/dev/pci/drm/amd/display/dc/resource/dce80/dce80_resource.c
+22-166 files

OpenBSD/src YpEUxltsys/dev/pci/drm/amd/pm/swsmu/smu13 smu_v13_0_0_ppt.c smu_v13_0_7_ppt.c

   drm/amd/pm: disable OD_FAN_CURVE if temp or pwm range invalid for smu v13

   From Yang Wang
   ba9be472a438ea348f0fffaaebf541960ee643db in linux-6.18.y/6.18.22
   3e6dd28a11083e83e11a284d99fcc9eb748c321c in mainline linux
VersionDeltaFile
1.23+32-1sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
1.21+32-1sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
+64-22 files

OpenBSD/src KTjXgChsys/dev/pci/drm/amd/pm/swsmu/smu11 smu_v11_0.c, sys/dev/pci/drm/amd/pm/swsmu/smu12 smu_v12_0.c

   drm/amdgpu/pm: drop SMU driver if version not matched messages

   From Alex Deucher
   2b8ae82d85d75347984297ed60d5005622992f6b in linux-6.18.y/6.18.22
   a3ffaa5b397f4df9d6ac16b10583e9df8e6fa471 in mainline linux
VersionDeltaFile
1.13+0-1sys/dev/pci/drm/amd/pm/swsmu/smu11/smu_v11_0.c
1.8+0-1sys/dev/pci/drm/amd/pm/swsmu/smu12/smu_v12_0.c
1.4+0-1sys/dev/pci/drm/amd/pm/swsmu/smu14/smu_v14_0.c
+0-33 files

OpenBSD/src uDMrzVUsys/dev/pci/drm/amd/amdgpu amdgpu_vm.h, sys/dev/pci/drm/amd/amdkfd kfd_priv.h

   drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 64KB

   From Donet Tom
   77c918eaa4c916751769242567407f61c6af142a in linux-6.18.y/6.18.22
   4487571ef17a30d274600b3bd6965f497a881299 in mainline linux
VersionDeltaFile
1.20+2-2sys/dev/pci/drm/amd/amdkfd/kfd_priv.h
1.10+1-1sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.h
+3-32 files

OpenBSD/src x2q2WK1sys/dev/pci/drm/amd/amdgpu amdgpu_userq.c

   drm/amdgpu: validate doorbell_offset in user queue creation

   From Junrui Luo
   3543005a42d7e8e12b21897ef6798541bf7cbcd3 in linux-6.18.y/6.18.22
   a018d1819f158991b7308e4f74609c6c029b670c in mainline linux
VersionDeltaFile
1.2+7-0sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
+7-01 files