Build date: 1751580002 - Thu Jul 3 22:00:02 UTC 2025 Build cvs date: 1751576811 - Thu Jul 3 21:06:51 UTC 2025 Build id: 2025-07-04.1 Build tags: amd64-regress 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 distrib/miniroot/dot.profile P distrib/miniroot/install.sub P lib/libpthread/man/Makefile.inc cvs server: lib/libpthread/man/pthread_cond_broadcast.3 is no longer in the repository cvs server: lib/libpthread/man/pthread_cond_destroy.3 is no longer in the repository P lib/libpthread/man/pthread_cond_init.3 cvs server: lib/libpthread/man/pthread_cond_signal.3 is no longer in the repository cvs server: lib/libpthread/man/pthread_cond_timedwait.3 is no longer in the repository cvs server: lib/libpthread/man/pthread_cond_wait.3 is no longer in the repository P lib/libpthread/man/pthreads.3 P sys/arch/sparc64/dev/ce4231.c P sys/dev/fdt/exuart.c P sys/dev/pci/drm/amd/amdgpu/vcn_v4_0_5.c P sys/dev/pci/drm/i915/i915_pmu.c M usr.sbin/bgpd/session.c commit Vc9JIh2V7ha0bVxJ Author: kettenis Date: 2025/07/03 21:06:51 On Apple variants, enter DDB when a BREAK is detected. ok patrick@, jsg@, jca@ sys/dev/fdt/exuart.c commit 8z6eNl8UzXPzCUTM Author: tedu Date: 2025/07/03 18:01:38 combine the text of the condition variable pages together. these pages all have the same author and copyright. with many suggestions and ok schwarze lib/libpthread/man/Makefile.inc lib/libpthread/man/pthread_cond_init.3 lib/libpthread/man/pthreads.3 commit mLeUHDeWcjkja3Iy Author: jsg Date: 2025/07/03 11:01:41 set format bits for 8-bit unsigned linear encodings removed by mistake in rev 1.32 ok ratchov@ sys/arch/sparc64/dev/ce4231.c commit LY80KDV1DmRctpO5 Author: jsg Date: 2025/07/03 01:51:03 drm/i915/pmu: Fix build error with GCOV and AutoFDO enabled From Tzung-Bi Shih fcc95344aa1c419d54f46c19011219363f05c593 in linux-6.12.y/6.12.35 a7137b1825b535eb7258b25beeb0d5425e0037d2 in mainline linux sys/dev/pci/drm/i915/i915_pmu.c commit S9qOJ4tp0DVhsVpz Author: jsg Date: 2025/07/03 01:46:11 drm/amdgpu: read back register after written for VCN v4.0.5 From David (Ming Qiang) Wu cef081c8231b52b4a652bbd022e03d80441118be in linux-6.12.y/6.12.35 ee7360fc27d6045510f8fe459b5649b2af27811a in mainline linux sys/dev/pci/drm/amd/amdgpu/vcn_v4_0_5.c commit AU5mS3rRhVM97gxU Author: kn Date: 2025/07/02 22:55:06 clarify unattended upgrade path MODE is "install" or "upgrade", AI (autoinstall) and UU (unattended upgrade) are true/false; install.sub sets them based on PROGNAME and flags. Since the initial /bsd.upgrade bits in 2019, dot.profile first always looks for an unattended upgrade and only that, as the kernel path implies, not an install, as comment and script name suggest. So instead of entering the installer with the general auto* name and the unattended flag and set the mode a little later, do it the obvious way and unmention install in the comment where no install is happening. OK afresh1 distrib/miniroot/dot.profile distrib/miniroot/install.sub