Build date: 1787522402 - Sun Aug 23 22:00:02 UTC 2026 Build cvs date: 1787519441 - Sun Aug 23 21:10:41 UTC 2026 Build id: 2026-08-24.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/man/ASN1_STRING_length.3 P lib/libcrypto/man/CRYPTO_set_ex_data.3 P regress/usr.bin/mandoc/roff/esc/c_man.in P regress/usr.bin/mandoc/roff/esc/c_man.out_ascii P regress/usr.bin/mandoc/tbl/macro/req.in P regress/usr.bin/mandoc/tbl/macro/req.out_ascii P regress/usr.bin/mandoc/tbl/macro/req.out_lint P share/misc/airport M sys/dev/usb/uhidev.c P sys/kern/kern_pledge.c P sys/kern/kern_sig.c M usr.sbin/bgpd/session.c P usr.sbin/lldpd/lldpd.c commit rVyKKfFR05Bq9FCK Author: kirill Date: 2026/08/23 21:10:41 Drop meaningless (closed) introduced in v 1.108 OK: ian@ share/misc/airport commit FIPscaAOVknsBHul Author: schwarze Date: 2026/08/23 19:26:33 also test at the end of a single-font macro argument in same-line scope regress/usr.bin/mandoc/roff/esc/c_man.in regress/usr.bin/mandoc/roff/esc/c_man.out_ascii commit Ftr3Tt6fKOdcxybF Author: daniel Date: 2026/08/23 17:06:56 clear the SA_ONSTACK flag following a successful call to exec During the 4.4BSD conversion from sigstack to sigaltstack one too many lines of code may have been deleted. See: SCCS rev 7.44 Restore the missing line and the historical BSD behaviour and match the requirement stated in the XSI specification for exec. Flagged by Sortix os-test. ok deraadt@ sys/kern/kern_sig.c commit O1LLFz0OYIQ0hWVi Author: deraadt Date: 2026/08/23 16:07:19 also pledge "route" to get at SIOCGIFDATA. doing privsep just for that would be a poor trade. usr.sbin/lldpd/lldpd.c commit xIekPFoqcrFvbqsk Author: deraadt Date: 2026/08/23 16:06:25 allow SIOCGIFDATA in pledge "route" sys/kern/kern_pledge.c commit sdF929oml0kRmOTK Author: schwarze Date: 2026/08/23 15:41:33 Add another test case covering .ce inside a conditional block inside tbl(7) data that uses ".if n" rather than ".if 1" and that does not use text blocks, thus being closer to the original afl(1) report that i discussed with Jan Schreiber on 7 Sep 2020. While here, also test ".if 0 .ce" inside tbl(7) data. regress/usr.bin/mandoc/tbl/macro/req.in regress/usr.bin/mandoc/tbl/macro/req.out_ascii regress/usr.bin/mandoc/tbl/macro/req.out_lint commit AA3yc3FJV7BqPdPs Author: tb Date: 2026/08/23 05:10:18 Make deprecation of ASN1_STRING_data(3) more prominent The function has been deprecated for a long time: OpenSSL did so when adding ASN1_STRING_get0_data in 1.1.0. beck removed it from OpenSSL 4. The reason is that it returns a modifiable "string" and you should not be modifying an ASN1_STRING this way. You should be using one of the clumsy, inconvenient accessors. schwarze merged the deprecation when adding documentation for ASN1_STRING_get0_data() in 2018. Make this a bit more obvious: move function to the end of the documented functions in this page, and mark it deprecated in the SYNOPSIS, too. I'm aware that deprecation does not work. I was hopeful to be able to remove the function in the last cycle, but that did not happen and it might not happen in this cycle either. It will happen at some point, though. Prompted by a question by brad lib/libcrypto/man/ASN1_STRING_length.3 commit f8G1HP7Pczqo8GWR Author: jsg Date: 2026/08/23 04:46:31 grammar; an program -> a program lib/libcrypto/man/CRYPTO_set_ex_data.3