Build date: 1768172403 - Sun Jan 11 23:00:03 UTC 2026 Build cvs date: 1768138459 - Sun Jan 11 13:34:19 UTC 2026 Build id: 2026-01-12.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 gnu/usr.bin/perl/op.c cvs server: gnu/usr.bin/perl/syscall_emulator.c is no longer in the repository P gnu/usr.bin/perl/t/op/for-many.t P lib/libcrypto/asn1/asn1t.h P sys/arch/arm64/dev/aplns.c P sys/arch/arm64/stand/efiboot/conf.c P sys/arch/arm64/stand/efiboot/efiboot.c M sys/dev/usb/uhidev.c P usr.bin/tmux/key-bindings.c M usr.sbin/bgpd/session.c commit eyQD8AefZzTPwJdI Author: kettenis Date: 2026/01/11 13:34:19 Add support for the ASUS Zenbook A14. There are two different models (UX3407QA and UX3407RA) that need different device trees. This means the letters at the end of the model number are meaningful so adjust the entry for the ASUS Vivobook S 15 as well. ok tobhe@ sys/arch/arm64/stand/efiboot/conf.c sys/arch/arm64/stand/efiboot/efiboot.c commit nyXjV6LgeV04PQ87 Author: kettenis Date: 2026/01/11 12:47:48 Drop the "apple,nvme-m1" compatible; this was only used during early bringup. ok tobhe@, miod@ sys/arch/arm64/dev/aplns.c commit eDd2nceGkYZTS3Mh Author: nicm Date: 2026/01/11 11:48:46 Add paste to the default pane menu, GitHub issue 4763. usr.bin/tmux/key-bindings.c commit SWQHeOwzCmrqshVN Author: tb Date: 2026/01/11 07:52:34 More asn1t.h cleanup This converts more macros to C99 initializers. Rename flags and tags arguments by appending val because they collide with the field names. The remainder are whitespace changes. ok kenjiro lib/libcrypto/asn1/asn1t.h commit QbbEbToLIXcvXYTK Author: afresh1 Date: 2026/01/10 23:20:43 Apply upstream patch to fix segfault with multi-arg for loops This is documented upstream https://github.com/perl/perl5/issues/23405 A simple trigger is perl -c -wE 'for my ($x, $y) (Bar->foo) {}' Suggested by James Cook Tested and OK gkoehler@ gnu/usr.bin/perl/op.c gnu/usr.bin/perl/t/op/for-many.t