Build date: 1736722802 - Sun Jan 12 23:00:02 UTC 2025 Build cvs date: 1736718847 - Sun Jan 12 21:54:07 UTC 2025 Build id: 2025-01-13.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-regress-sys-netinet6-rip6cksum.diff /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-newvers.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P libexec/security/security P sys/arch/powerpc64/include/intr.h P sys/arch/powerpc64/powerpc64/intr.c P sys/dev/usb/utvfu.c P sys/dev/usb/utvfu.h P usr.bin/tmux/popup.c P usr.bin/tmux/tty.c commit O0gor1KLBE6dIdVa Author: kettenis Date: 2025/01/12 21:54:07 Unbreak powerpc64 by adding a dummy implementation of fdt_intr_disestablish(). sys/arch/powerpc64/include/intr.h sys/arch/powerpc64/powerpc64/intr.c commit Vgr44fxKco9b7JP3 Author: mglocker Date: 2025/01/12 16:39:39 Remove double include of sys/videoio.h, and re-sort includes to be more aligned with uvideo(4). ok kirill@ sys/dev/usb/utvfu.c sys/dev/usb/utvfu.h commit oAKDltn2mxEL1Ugk Author: nicm Date: 2025/01/12 14:36:28 Do not crash if moving popup that has exited to a pane, from Michael Grant in GitHub issue 4312. usr.bin/tmux/popup.c commit hUs4aHcrOM760p39 Author: nicm Date: 2025/01/12 14:20:49 Map bright black (colour 8) to white (7) if the background is black on terminals with only eight colours so the text is not invisible. From Dmytro Bagrii in GitHub issue 4322. usr.bin/tmux/tty.c commit kp7MbqUk0E4b781z Author: schwarze Date: 2025/01/12 00:18:15 When running a shell to check that the startup files properly set up the environment, discard standard output from the startup files. While putting commands into startup files that generate output is certainly not recommended, we don't want such output to interfere with these checks. Based on a smaller patch from Lloyd on bugs@ made more consistent and less aggressive by me. OK afresh1@ semarie@ libexec/security/security