Build date: 1781301603 - Fri Jun 12 22:00:03 UTC 2026 Build cvs date: 1781270196 - Fri Jun 12 13:16:36 UTC 2026 Build id: 2026-06-13.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/libc/sys/getthrname.2 P regress/lib/libcrypto/c2sp/Makefile P sys/dev/sdmmc/sdmmc_mem.c M sys/dev/usb/uhidev.c P sys/kern/kern_proc.c P sys/kern/vfs_bio.c P sys/kern/vfs_vnops.c P sys/sys/buf.h P sys/sys/queue.h P usr.bin/sndiod/sndiod.c P usr.bin/tmux/sort.c P usr.bin/tmux/tty-draw.c M usr.sbin/bgpd/session.c commit YZmvKRNtACMgI4rI Author: jsg Date: 2026/06/12 13:16:36 fix tty_draw_line() indentation; ok nicm@ usr.bin/tmux/tty-draw.c commit uQnuolYAFAuT3I8o Author: kirill Date: 2026/06/12 12:20:25 sys/vfs: wake vclean after failed vnode lock attempts vclean() sets VXLOCK and waits for v_lockcount to drain before taking the vnode lock with LK_DRAIN. vn_lock() already woke that waiter when a racing VOP_LOCK() succeeded, noticed VXLOCK, and had to drop the lock again. Do the same wakeup when the racing VOP_LOCK() fails. A failed attempt still decrements v_lockcount, and if it was the last in flight attempt, vclean() must be notified that the drain condition is satisfied. sys/kern/vfs_vnops.c commit y75UtL6cfEIDv0XY Author: mvs Date: 2026/06/12 11:00:30 Set pr->ps_pgrp to NULL before destroy it. ok claudio sys/kern/kern_proc.c commit QZ6dqcbnFZsHybup Author: mvs Date: 2026/06/12 10:56:23 Add missing ESRCH error description to getthrname(2) man page. ok claudio lib/libc/sys/getthrname.2 commit eyyFgIUZDUBh4p15 Author: tb Date: 2026/06/12 08:19:44 c2sp: also run this with openssl/4.0 if available regress/lib/libcrypto/c2sp/Makefile commit CyphXFUxGIPA49qZ Author: jsg Date: 2026/06/12 07:12:12 remove prototype for removed getbasepath() usr.bin/sndiod/sndiod.c commit Q9BlZAOl5W8u1I9X Author: jsg Date: 2026/06/12 06:34:19 remove prototype for removed bufcache_gethighcleanbuf() sys/kern/vfs_bio.c commit c02sOUOCM6VQfUJM Author: jsg Date: 2026/06/12 06:24:31 remove prototypes for removed buf_flip_high() buf_flip_dma() sys/sys/buf.h commit fvt7TeRuOW58bNqj Author: mglocker Date: 2026/06/12 03:56:30 Backout sdmmc(4) arm64 hibernate "fix", since it would cause memory side effects which are not allowed during hibernation. We need to find another solution. Highlighted by mlarkin@ sys/dev/sdmmc/sdmmc_mem.c commit qe9DLIgLL8pqx1SO Author: millert Date: 2026/06/12 01:04:42 Fix typo in STAILQ_INSERT_AFTER that prevented it from working From Nick Owens sys/sys/queue.h commit lkvRrrovoOTEIeGs Author: nicm Date: 2026/06/11 23:01:31 Make buffer creation time sort oldest first like it used to, but change windows to match sessions and panes as newest first. usr.bin/tmux/sort.c