Build date: 1742338803 - Tue Mar 18 23:00:03 UTC 2025 Build cvs date: 1742335932 - Tue Mar 18 22:12:12 UTC 2025 Build id: 2025-03-19.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/pkcs7/pk7_doit.c P sys/arch/i386/i386/pmap.c P sys/arch/i386/i386/pmapae.c P sys/dev/usb/uvideo.c P sys/kern/uipc_socket.c P usr.bin/openssl/apps.c P usr.bin/ssh/readconf.c commit CQCKpBhbom6RWvIT Author: kettenis Date: 2025/03/18 22:12:12 whitespace sys/arch/i386/i386/pmap.c sys/arch/i386/i386/pmapae.c commit rLqzeiYqpU2Socz0 Author: mglocker Date: 2025/03/18 13:38:15 Make sure to use all buffers which have been requested by the application. Tested and ok kirill@ sys/dev/usb/uvideo.c commit e232inUiceMI2cGq Author: tb Date: 2025/03/18 13:03:08 save_index: fix some code quality issues Error check BIO_new() both times it is used, drop unused j variable, Error check BIO_printf() call and turn the whole thing into single exit. Prompted by a diff by Niels Dossche ok jsing usr.bin/openssl/apps.c commit OYKpvPwHyNQbCL26 Author: tb Date: 2025/03/18 12:53:25 PKCS7_dataVerify(): zap offensive whitespace lib/libcrypto/pkcs7/pk7_doit.c commit S4FqJCvk0JA27nSu Author: tb Date: 2025/03/18 12:48:11 PKCS7_signatureVerify(): add missing free after EVP_VerifyUpdate() From Nils Dossche lib/libcrypto/pkcs7/pk7_doit.c commit KrPhCI8cGN7Ei24X Author: djm Date: 2025/03/18 04:53:14 fix NULL dereference for Match conditions missing arguments, e.g. "Match user". Spotted by Coverity (CID 477813) usr.bin/ssh/readconf.c commit BBt4TUnjgF6uXnuo Author: bluhm Date: 2025/03/17 22:56:28 Use shared net lock when calling shutdown(2) on internet socket. In soshutdown() grab shared instead of exclusive net lock. TCP uses per socket lock for struct tcpcb. tcp_usrclosed(), tcp_close(), soisdisconnected() are already MP safe. All other internet protocols call only socantsendmore(). OK mvs@ sys/kern/uipc_socket.c