Build date: 1760220002 - Sat Oct 11 22:00:02 UTC 2025 Build cvs date: 1760207664 - Sat Oct 11 18:34:24 UTC 2025 Build id: 2025-10-12.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-llvm-ubsan.diff /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/x509/x509_vpm.c P regress/lib/libssl/unit/ssl_verify_param.c P share/man/man4/dt.4 P sys/dev/pci/if_ixl.c P usr.bin/nc/netcat.c M usr.sbin/bgpd/session.c commit S77WNxKbdJSb3xlD Author: claudio Date: 2025/10/11 18:34:24 Revert rev 1.109: | ixl/ice(4): use 128 segments for DMA maps of TSO packets | | This avoids unnecessary m_defrag() calls and gain some performance. | | with tweaks for kettenis and bluhm | | ok kettenis, bluhm This seems to cause oactive stalls and ixl is too common to have it broken like this. I prefer unnecessary m_defrag() calls over hanging interfaces. sys/dev/pci/if_ixl.c commit gjk4EAywxAkZN7M7 Author: deraadt Date: 2025/10/11 15:46:06 use strtonum() instead of atoi(), and error out for bad numbers This generates a host-order number, so the ntohs() for getservbyport() was wrong, that should always have been htons(). The transform is the same, but misleading. ok tb usr.bin/nc/netcat.c commit aiM1kc2v7r40foZG Author: jsg Date: 2025/10/11 00:54:55 mdoc fixes. FA -> Fa, remove extra El. share/man/man4/dt.4 commit V5DtObjpmdKRZBNu Author: tb Date: 2025/10/10 23:07:40 const correct X509_VERIFY_PARAM_get_hostflags() This is currently an internal helper only used by a regress test. We'll have to expose in the public API for Python 3.14: https://github.com/libressl/portable/issues/1202 lib/libcrypto/x509/x509_vpm.c regress/lib/libssl/unit/ssl_verify_param.c