Build date: 1785535203 - Fri Jul 31 22:00:03 UTC 2026 Build cvs date: 1785526322 - Fri Jul 31 19:32:02 UTC 2026 Build id: 2026-08-01.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/aes/aes.c P lib/libcrypto/asn1/a_int.c P lib/libcrypto/asn1/a_time_posix.c P lib/libcrypto/asn1/a_time_tm.c P lib/libcrypto/asn1/asn1_lib.c P lib/libcrypto/asn1/asn1_local.h P lib/libcrypto/asn1/asn1_types.c P lib/libcrypto/asn1/bio_asn1.c P lib/libcrypto/asn1/tasn_typ.c P lib/libcrypto/asn1/tasn_utl.c P lib/libcrypto/bn/bn_const.c P lib/libcrypto/buffer/buffer.c P lib/libcrypto/conf/conf_mod.c P lib/libcrypto/ct/ct_x509v3.c P lib/libcrypto/ec/ec_ameth.c P lib/libcrypto/err/err.c P lib/libcrypto/pem/pem_info.c P lib/libcrypto/pkcs12/p12_decr.c P lib/libcrypto/pkcs12/pkcs12_local.h P lib/libcrypto/pkcs7/pk7_doit.c P lib/libcrypto/rsa/rsa_x931.c P lib/libcrypto/x509/x509_constraints.c P lib/libcrypto/x509/x509_ia5.c P lib/libcrypto/x509/x509_info.c P lib/libcrypto/x509/x509_int.c P lib/libcrypto/x509/x509_ocsp.c P lib/libcrypto/x509/x509_pku.c P lib/libcrypto/x509/x509_policy.c P lib/libcrypto/x509/x509_utl.c P lib/libcrypto/x509/x509_verify.c P lib/libssl/s3_lib.c P lib/libssl/ssl_tlsext.c P lib/libssl/tls13_record_layer.c P lib/libssl/tls13_server.c P regress/lib/libcrypto/x509/callbackfailures.c P share/man/man4/man4.riscv64/aplic.4 P share/man/man4/man4.riscv64/imsic.4 P sys/dev/acpi/acpi.c P sys/dev/acpi/dsdt.c P sys/dev/fdt/if_dwqe_fdt.c P sys/dev/ic/dwqe.c P sys/dev/ic/dwqereg.h P sys/dev/ic/dwqevar.h M sys/dev/usb/uhidev.c M usr.sbin/bgpd/session.c commit kXAqirUgdq7FPbSP Author: kettenis Date: 2026/07/31 19:32:02 Enable 40-bit/48-bit addressing mode if the hardware supports it. Don't sprinkle BUS_DMA_64BIT flags around just yet, as 40-bit addressing might not be good enough to address all RAM in some machines. ok jca@ sys/dev/fdt/if_dwqe_fdt.c sys/dev/ic/dwqe.c sys/dev/ic/dwqereg.h sys/dev/ic/dwqevar.h commit MhomjU5lHKovFFZN Author: jan Date: 2026/07/31 18:17:22 acpi(4): Fix out of range access in System States ok kettenis@ sys/dev/acpi/acpi.c commit UPYSemxg2RnuN7RJ Author: jsg Date: 2026/07/31 09:26:48 move .Sh out of reference block share/man/man4/man4.riscv64/aplic.4 share/man/man4/man4.riscv64/imsic.4 commit uv0rf6PYKbSTMiUN Author: kenjiro Date: 2026/07/31 06:32:34 callbackfailures: allow specifying the root certificate file Accept an optional roots file argument while retaining /etc/ssl/cert.pem as the default. This allows portable regress users to provide a CA bundle when the default path is unavailable. ok tb regress/lib/libcrypto/x509/callbackfailures.c commit WpWbD65dUNzPA3Rz Author: jsg Date: 2026/07/31 05:13:46 additonal -> additional sys/dev/acpi/dsdt.c commit ViDU3UXXpf2KO3lB Author: kenjiro Date: 2026/07/31 03:59:50 Make file-local functions static These functions are only used within their implementation files and do not need external linkage. Mark them static. ok tb lib/libcrypto/aes/aes.c lib/libcrypto/pem/pem_info.c lib/libcrypto/x509/x509_constraints.c lib/libcrypto/x509/x509_policy.c lib/libcrypto/x509/x509_verify.c lib/libssl/s3_lib.c lib/libssl/ssl_tlsext.c lib/libssl/tls13_record_layer.c lib/libssl/tls13_server.c commit Wl0LSnYNKzgPZnps Author: kenjiro Date: 2026/07/31 01:05:27 Remove unused BUF_reverse() BUF_reverse() has no callers and is not part of the public API. Remove the unused function, which also eliminates its -Wmissing-prototypes warning. ok tb beck lib/libcrypto/buffer/buffer.c commit OefLLX4gRK2dm6RK Author: kenjiro Date: 2026/07/31 00:50:52 Add missing internal header includes Include the relevant internal headers in implementation files that define internal functions. Also make asn1_local.h and pkcs12_local.h self-contained by including their corresponding public headers. ok tb beck lib/libcrypto/aes/aes.c lib/libcrypto/asn1/a_int.c lib/libcrypto/asn1/a_time_posix.c lib/libcrypto/asn1/a_time_tm.c lib/libcrypto/asn1/asn1_lib.c lib/libcrypto/asn1/asn1_local.h lib/libcrypto/asn1/asn1_types.c lib/libcrypto/asn1/bio_asn1.c lib/libcrypto/asn1/tasn_typ.c lib/libcrypto/asn1/tasn_utl.c lib/libcrypto/bn/bn_const.c lib/libcrypto/conf/conf_mod.c lib/libcrypto/ct/ct_x509v3.c lib/libcrypto/ec/ec_ameth.c lib/libcrypto/err/err.c lib/libcrypto/pkcs12/p12_decr.c lib/libcrypto/pkcs12/pkcs12_local.h lib/libcrypto/pkcs7/pk7_doit.c lib/libcrypto/rsa/rsa_x931.c lib/libcrypto/x509/x509_ia5.c lib/libcrypto/x509/x509_info.c lib/libcrypto/x509/x509_int.c lib/libcrypto/x509/x509_ocsp.c lib/libcrypto/x509/x509_pku.c lib/libcrypto/x509/x509_utl.c