Build date: 1783288803 - Sun Jul 5 22:00:03 UTC 2026 Build cvs date: 1783286633 - Sun Jul 5 21:23:53 UTC 2026 Build id: 2026-07-06.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 distrib/sets/lists/base/mi P distrib/sets/lists/comp/mi P gnu/usr.bin/cc/cpp/Makefile P gnu/usr.bin/clang/clang/Makefile M sys/dev/usb/uhidev.c P usr.bin/Makefile P usr.bin/calendar/pathnames.h cvs server: usr.bin/cpp/Makefile is no longer in the repository cvs server: usr.bin/cpp/cpp.sh is no longer in the repository P usr.bin/ssh/ssh-agent.c P usr.bin/ssh/sshbuf-io.c P usr.bin/tmux/cmd-refresh-client.c P usr.bin/tmux/cmd-set-option.c P usr.bin/tmux/cmd-show-options.c P usr.bin/tmux/control.c P usr.bin/tmux/mode-tree.c P usr.bin/tmux/monitor.c P usr.bin/tmux/notify.c P usr.bin/tmux/options-table.c P usr.bin/tmux/options.c P usr.bin/tmux/server-client.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h P usr.bin/tmux/tty-keys.c P usr.bin/tmux/window-client.c P usr.bin/tmux/window-tree.c P usr.bin/tmux/window.c M usr.sbin/bgpd/session.c commit RIQJEBElrhiL7v4X Author: naddy Date: 2026/07/05 21:23:53 retire the cpp.sh script and install the cpp binary directly in /usr/bin The cpp.sh wrapper script no longer serves any purpose: * We no longer force the preprocessor into -traditional mode. * Our compilers already define __GNUC__ for the preprocessor. * The location of cpp is well known. * Our compilers only use the standard include paths by default. gcc4 testing by miod@ distrib/sets/lists/base/mi distrib/sets/lists/comp/mi gnu/usr.bin/cc/cpp/Makefile gnu/usr.bin/clang/clang/Makefile usr.bin/Makefile usr.bin/calendar/pathnames.h commit wUL53w2jegy067fy Author: nicm Date: 2026/07/05 18:37:57 Add a window pane reference count. usr.bin/tmux/tmux.h usr.bin/tmux/window.c commit dTemIh2U7DlvWV42 Author: nicm Date: 2026/07/05 10:49:05 Add a define for whether mouse is enabled by default (still off). usr.bin/tmux/options-table.c usr.bin/tmux/tmux.h commit WcLQGf2GIDGEvb3r Author: nicm Date: 2026/07/05 10:28:02 Apply tree mode selection style to the entire line. usr.bin/tmux/mode-tree.c commit 7TnCdzNsTA1gWpEP Author: nicm Date: 2026/07/05 08:24:00 Add set-hook -B install a subscription like in control mode. Subscriptions are formats which are checked once a second and if changed invoke a hook. show-hooks -B lists. usr.bin/tmux/cmd-refresh-client.c usr.bin/tmux/cmd-set-option.c usr.bin/tmux/cmd-show-options.c usr.bin/tmux/control.c usr.bin/tmux/monitor.c usr.bin/tmux/notify.c usr.bin/tmux/options.c usr.bin/tmux/tmux.1 usr.bin/tmux/tmux.h commit ZGAgI2JQdwxjcAFJ Author: dtucker Date: 2026/07/05 02:46:44 void functions should not return anything. Patch from Tim Rice. usr.bin/ssh/ssh-agent.c commit RjraUc9QaK406uqY Author: djm Date: 2026/07/05 00:16:21 fix inverted test that broke ssh-add with keys on stdin. From Laurence Tratt usr.bin/ssh/sshbuf-io.c commit binFM5WURWPWJj9L Author: nicm Date: 2026/07/04 22:09:06 Do not use stale pointers in modes. usr.bin/tmux/window-client.c usr.bin/tmux/window-tree.c commit RDCToMSTpfJt3SzU Author: nicm Date: 2026/07/04 22:06:45 Infer the terminal theme from the background colour correctly, if theme reporting is not supported. usr.bin/tmux/server-client.c usr.bin/tmux/tty-keys.c P app/xrdb/Makefile.bsd-wrapper P etc/config.site commit eDPwZaDFlHZQW0AQ Author: naddy Date: 2026/07/05 21:25:48 the cpp binary moves to /usr/bin app/xrdb/Makefile.bsd-wrapper etc/config.site