Build date: 1783202402 - Sat Jul 4 22:00:02 UTC 2026 Build cvs date: 1783196273 - Sat Jul 4 20:17:53 UTC 2026 Build id: 2026-07-05.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-ptrace-revert.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P sys/dev/i2c/ihidev.c M sys/dev/usb/uhidev.c P usr.bin/tmux/Makefile P usr.bin/tmux/cmd-refresh-client.c P usr.bin/tmux/control.c P usr.bin/tmux/layout.c U usr.bin/tmux/monitor.c P usr.bin/tmux/screen-write.c P usr.bin/tmux/tmux.h P usr.bin/tmux/window-tree.c M usr.sbin/bgpd/session.c commit 7ij0roZMwlVPhIKE Author: nicm Date: 2026/07/04 20:17:53 Do not ignore filter when >1 pane. GitHub issue 5326. usr.bin/tmux/window-tree.c commit gzxsabNJZMXaTHEO Author: nicm Date: 2026/07/04 18:54:18 Add some missing checks which make new pane positions off, from Dane Jensen. usr.bin/tmux/layout.c commit q5KY0OTC5Q3G1fi9 Author: kirill Date: 2026/07/04 16:22:47 sys/ihidev: replace HONOR MagicBook Touchpad quirk Old quirk was unstable, it brings, some boots, touchpad with multitouch, but still failed on on reading the report. It was observed that sending anything to the touchpad wakes it up but it ignores the command that was sent. If it was GET_REPORT, when read reads series of 0xff. Here a clean and trivial quirk where I send the second GET_REPORT and ignore the first one. OK: mglocker@ sys/dev/i2c/ihidev.c commit A0BL5yRBBp0XrSuB Author: nicm Date: 2026/07/04 08:34:16 Dirty ED 2 correctly, GiHub issue 5322 from git at twilligon dot com. usr.bin/tmux/screen-write.c commit gtLUauQxaDmvU2O4 Author: nicm Date: 2026/07/03 22:58:23 Move monitor stuff out of control.c into its own file for reuse. usr.bin/tmux/Makefile usr.bin/tmux/cmd-refresh-client.c usr.bin/tmux/control.c usr.bin/tmux/monitor.c usr.bin/tmux/tmux.h