OpenBSD/src udxOVrtusr.bin/tmux popup.c

   If job_run fails, do not crash but instead free the popup.
VersionDeltaFile
1.67+27-16usr.bin/tmux/popup.c
+27-161 files

OpenBSD/src NY9prYSusr.bin/tmux control.c

   Another check for partially initialized control client, from Matt
   Koscica in GitHub issue 5004.
VersionDeltaFile
1.53+5-1usr.bin/tmux/control.c
+5-11 files

OpenBSD/src 5KnVyFausr.bin/tmux key-bindings.c

   Add detach to default session menu, suggested by Przemyslaw Sztoch.
VersionDeltaFile
1.165+2-1usr.bin/tmux/key-bindings.c
+2-11 files

OpenBSD/src tHoyXSkusr.bin/tmux key-bindings.c

   Fix key binding conflict in session menu, from Dane Jensen.
VersionDeltaFile
1.164+2-2usr.bin/tmux/key-bindings.c
+2-21 files

OpenBSD/src i4BWCERusr.bin/tmux notify.c

   Include window bits for pane notifications, GitHub issue 5007 from Saul
   Nogueras.
VersionDeltaFile
1.45+6-2usr.bin/tmux/notify.c
+6-21 files

OpenBSD/src G3Edqx2usr.bin/tmux format.c

   Limit precision to 100 to stop silly formats from running out of memory,
   reported by z1281552865 at gmail dot com.
VersionDeltaFile
1.358+6-2usr.bin/tmux/format.c
+6-21 files

OpenBSD/src v4eSbzMusr.bin/tmux options-table.c

   Add WAYLAND_DISPLAY to default update-environment, GitHub issue 4965 from
   wgh at torlan dot ru.
VersionDeltaFile
1.207+7-6usr.bin/tmux/options-table.c
+7-61 files

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