Build date: 1764198003 - Wed Nov 26 23:00:03 UTC 2025 Build cvs date: 1764183723 - Wed Nov 26 19:02:03 UTC 2025 Build id: 2025-11-27.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P lib/libcrypto/asn1/asn1_local.h P lib/libcrypto/cast/cast_local.h P lib/libcrypto/ct/ct_local.h P lib/libcrypto/dsa/dsa_local.h P lib/libcrypto/ec/ec_local.h P lib/libcrypto/idea/idea_local.h P lib/libcrypto/modes/modes_local.h P lib/libcrypto/rc2/rc2_local.h P lib/libcrypto/rsa/rsa_local.h P sys/arch/amd64/amd64/trap.c M sys/dev/usb/uhidev.c P sys/net/if_rport.c P sys/net/if_veb.c P usr.bin/sndiod/dev.c P usr.bin/sndiod/dev.h P usr.bin/sndiod/opt.c P usr.bin/sndiod/opt.h P usr.bin/sndiod/sndiod.8 P usr.bin/sndiod/sndiod.c P usr.bin/tcpbench/tcpbench.c P usr.bin/tmux/server-client.c P usr.bin/tmux/status.c P usr.bin/tmux/tmux.h P usr.bin/tmux/tty.c M usr.sbin/bgpd/session.c commit x9CxLgwBQ1v9WaSx Author: nicm Date: 2025/11/26 19:02:03 Newer libevents do not allow event_del on a zero'd event. usr.bin/tmux/tty.c commit uRPTCAANAy2GfAE7 Author: nicm Date: 2025/11/26 18:57:18 Place cursor on correct line if message-line is not 0, reported by Alexis Hildebrandt. usr.bin/tmux/server-client.c usr.bin/tmux/status.c usr.bin/tmux/tmux.h commit MIk3AdG4ucE0Hrtk Author: sf Date: 2025/11/26 13:48:57 SEV-ES: Implement wbinvd in the trap handler When MP is enabled, OpenBSD uses the WBINVD instruction. With SEV-ES, this causes a VC trap if the hypervisor has the WBINVD intercept enabled. In the trap handler, simply forward the WBINVD exit to the hypervisor. From Sebastian Sturm ok mlarkin hshoexer sys/arch/amd64/amd64/trap.c commit Pztg9ykLOJa305uu Author: tb Date: 2025/11/26 10:19:57 libcrypto: add header guards to *_local.h An upcoming change requires the inclusion of asn1_local.h in x509_local.h which doesn't work due to missing header guards. Add guards to all local headers that don't have them, although reacharounds and multiple inclusions are unlikely to occur for most of those. ok jsing lib/libcrypto/asn1/asn1_local.h lib/libcrypto/cast/cast_local.h lib/libcrypto/ct/ct_local.h lib/libcrypto/dsa/dsa_local.h lib/libcrypto/ec/ec_local.h lib/libcrypto/idea/idea_local.h lib/libcrypto/modes/modes_local.h lib/libcrypto/rc2/rc2_local.h lib/libcrypto/rsa/rsa_local.h commit 5OdzV1hGMlvjiFYY Author: ratchov Date: 2025/11/26 08:40:16 sndiod: Enable fall-back audio devices by default If the server.device control is used to switch to a new device, then sndiod will always try to use it first. If the device is not present sndiod will try to fall back to the previous one and so on until a working device is found. ok armani usr.bin/sndiod/dev.c usr.bin/sndiod/dev.h usr.bin/sndiod/opt.c usr.bin/sndiod/opt.h usr.bin/sndiod/sndiod.8 usr.bin/sndiod/sndiod.c commit fAmmA4UBmsINV8mh Author: dlg Date: 2025/11/26 07:27:13 raise the min number of connections to 1. 0 doesn't make sense. ok djm@ usr.bin/tcpbench/tcpbench.c commit XtWSjvrUEJWsNZA2 Author: dlg Date: 2025/11/26 06:57:24 white space fixes, no functional change sys/net/if_rport.c commit uI5yDuMJ7q8JgS5N Author: dlg Date: 2025/11/26 03:43:29 allocate ifiqs for vport interfaces. there are some situations where vport will queue packets it has "received". this spreads the processing of them over the softnet threads. this is like what's done for lo(4) and rport(4) sys/net/if_veb.c commit swEJaf374tFOoz8A Author: dlg Date: 2025/11/26 02:13:54 sigh, committed the wrong version of the pf_test in code. unbreak build. sys/net/if_veb.c commit lkVeEwVspBrdCgKQ Author: dlg Date: 2025/11/26 01:43:56 only run pf on incoming packets on untagged (port native vlan) packets. sys/net/if_veb.c