Build date: 1785621603 - Sat Aug 1 22:00:03 UTC 2026 Build cvs date: 1785603852 - Sat Aug 1 17:04:12 UTC 2026 Build id: 2026-08-02.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 M sys/dev/usb/uhidev.c P usr.bin/tmux/Makefile M usr.sbin/bgpd/session.c P usr.sbin/relayd/control.c P usr.sbin/relayd/pfe.c P usr.sbin/relayd/relayd.h commit elV9WCX8AsPPw7vB Author: miod Date: 2026/08/01 17:04:12 Pessimize compiler flags for screen-redraw.c to prevent tmux from dumping core upon startup on landisk. usr.bin/tmux/Makefile commit Tj8lkgQWz8wSImB0 Author: rsadowski Date: 2026/08/01 06:53:10 relayd: use imsg_compose() instead of handcrafted imsg pfe_sync() built a struct imsg by hand and pushed it through control_imsg_forward(). That API is meant for relaying a *received* imsg. Add control_imsg_notify() which walks the notify-enabled control connections and calls imsg_compose(3) properly. (like control_imsg_forward). OK claudio@ usr.sbin/relayd/control.c usr.sbin/relayd/pfe.c usr.sbin/relayd/relayd.h