Build date: 1786226403 - Sat Aug 8 22:00:03 UTC 2026 Build cvs date: 1786225039 - Sat Aug 8 21:37:19 UTC 2026 Build id: 2026-08-09.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/arch/aarch64/crypto_cpu_caps.c P lib/libcrypto/x509/x509_lib.c P lib/libcrypto/x509/x509_local.h P regress/usr.bin/mandoc/roff/esc/Makefile U regress/usr.bin/mandoc/roff/esc/argmiss.in U regress/usr.bin/mandoc/roff/esc/argmiss.out_ascii U regress/usr.bin/mandoc/roff/esc/argmiss.out_lint P share/man/man5/cargo-module.5 M sys/dev/usb/uhidev.c P sys/kern/subr_disk.c P sys/uvm/uvm_amap.c P usr.bin/mandoc/roff_escape.c P usr.bin/ssh/kex-names.c P usr.bin/ssh/kex.h P usr.bin/ssh/sshconnect2.c P usr.bin/ssh/sshd_config.5 M usr.sbin/bgpd/session.c P usr.sbin/relayd/parse.y commit RV0lWrUPqd6Pm4B6 Author: naddy Date: 2026/08/08 21:37:19 switch aarch64 CPU feature detection to elf_aux_info() ok kettenis@ tb@ Restore commit; install media build error is not reproducible (deraadt@) or was operator error (naddy@) lib/libcrypto/arch/aarch64/crypto_cpu_caps.c commit a1R5vau9snqTz2Ic Author: kirill Date: 2026/08/08 17:38:45 sys/uvm: unwind failed amap copies A PR_NOWAIT chunk allocation in amap_copy() may fail after earlier chunks already contain copied anons; amap_free() requires an empty amap, so direct cleanup trips its diagnostic assertion or leaves copied anon references orphaned which may end who knows how. Uuse amap_wipeout() instead to reverse the partial copy, release the shared lock, and free the temporary amap. OK: kettenis@ sys/uvm/uvm_amap.c commit 2ywdwB4WgaijLHd4 Author: schwarze Date: 2026/08/08 14:21:31 test handling of missing escape sequence arguments at EOL, related to roff_escape.c rev. 1.16 regress/usr.bin/mandoc/roff/esc/Makefile regress/usr.bin/mandoc/roff/esc/argmiss.in regress/usr.bin/mandoc/roff/esc/argmiss.out_ascii regress/usr.bin/mandoc/roff/esc/argmiss.out_lint commit 74DDVl1nuTpJ0RU9 Author: schwarze Date: 2026/08/08 14:15:44 When an escape sequence that requires an argument occurs at the end of an input line and the argument is missing, abort parsing the line and report an "incomplete escape sequence" error. This fixes a read buffer overrun that Josiah Frentsos sent a different patch for. Instead of always entering the argument parsing code and detecting that there is no argument at two places in the middle of that code, as Josiah proposed, i chose to instead check up front that there is anything that can be parsed to begin with. Also reminded by deraadt@, thanks! usr.bin/mandoc/roff_escape.c commit Kv7rAmexqKFi6upJ Author: rsadowski Date: 2026/08/08 12:01:30 relayd: add missing BRIEF token after last commit usr.sbin/relayd/parse.y commit 1W8Qr9uprkuXBb1z Author: semarie Date: 2026/08/08 08:08:56 devel/cargo module: add MODCARGO_LIBTEST_ARGS variable in order to pass arguments to LIBTEST (cargo test subsystem) and not to cargo itself, provides a specific variable. from Andrew Kloet (.net) share/man/man5/cargo-module.5 commit 7JfPik6zZQZXqk2N Author: djm Date: 2026/08/08 07:27:54 remove mlkem768brainpoolp256r1-sha256; requested by markus usr.bin/ssh/kex-names.c usr.bin/ssh/kex.h usr.bin/ssh/sshd_config.5 commit z9dhfVYJ7TWDUBmC Author: djm Date: 2026/08/08 07:25:55 move comment to a better place; suggested by markus@ usr.bin/ssh/sshconnect2.c commit lsWYzy8z3munJ2h0 Author: rsadowski Date: 2026/08/08 04:54:57 relayd: improve token ordering and readability OK kirill@ usr.sbin/relayd/parse.y commit 8A7ySJeacJYY3RF9 Author: gnezdo Date: 2026/08/08 03:54:40 Fix for KASAN: invalid memory access in setdisklabel ok krw@ Reported-by: syzbot+4b34bf468172c62700f3@syzkaller.appspotmail.com sys/kern/subr_disk.c commit CAhdJ8buRHm3crrN Author: kenjiro Date: 2026/08/07 23:58:20 Restore the OCSP no-check extension method The conversion of X509V3_EXT_get_nid() from a table to a switch omitted the OCSP no-check extension method. Add the missing accessor declaration and switch case. ok tb@ lib/libcrypto/x509/x509_lib.c lib/libcrypto/x509/x509_local.h