Build date: 1742252403 - Mon Mar 17 23:00:03 UTC 2025 Build cvs date: 1742244209 - Mon Mar 17 20:43:29 UTC 2025 Build id: 2025-03-18.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 sys/net/route.c P sys/netinet6/nd6_rtr.c P usr.bin/openssl/apps.c P usr.bin/tmux/tty-keys.c P usr.bin/tmux/window-copy.c commit fD4hrVlRlP6PMpC8 Author: nicm Date: 2025/03/17 20:43:29 If there is an active query, set escape time temporarily to a higher value (the old default - 500). Some Windows terminals are very slow to respond, or the network may be slow. From github at jyn dot dev. usr.bin/tmux/tty-keys.c commit cyeum6NByvAjH6ea Author: nicm Date: 2025/03/17 20:33:20 Handle padding cells correctly for regular expression searching, GitHub issue 4399 from github at jyn dot dev. usr.bin/tmux/window-copy.c commit 8GzFWFBa60N2c4YB Author: tb Date: 2025/03/17 15:55:09 apps.c: don't leak out in error path From Niels Dossche usr.bin/openssl/apps.c commit ZIFbD3dkJqcN1Cup Author: bluhm Date: 2025/03/16 23:45:06 Grab kenel lock when deleting a route. Shortly before release, it is better to throw a kernel lock around calls to rtrequest_delete(). This function modifies struct rtentry fields documented with exclusive net lock, or shared net lock plus kernel lock. By now TCP timers doing path MTU discovery hold shared net lock only. After 7.7 release we can figure out which fine grained locking is needed. OK mvs@ sys/net/route.c sys/netinet6/nd6_rtr.c