Build date: 1775772003 - Thu Apr 9 22:00:03 UTC 2026 Build cvs date: 1775760101 - Thu Apr 9 18:41:41 UTC 2026 Build id: 2026-04-10.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 P sbin/pfctl/pfctl.c P sbin/pfctl/pfctl_parser.h P share/man/man1/dpb.1 P sys/arch/loongson/include/apmvar.h P sys/arch/powerpc/ddb/db_trace.c P sys/dev/fdt/xhci_fdt.c M sys/dev/usb/uhidev.c P sys/kern/kern_sched.c P usr.bin/watch/watch.c M usr.sbin/bgpd/session.c P usr.sbin/rpki-client/as.c P usr.sbin/rpki-client/http.c commit ccyORY39JDWkIqUJ Author: job Date: 2026/04/09 18:41:41 Remove unnecessary free before exit calls OK deraadt@ usr.bin/watch/watch.c commit hjFRBkGA0es1yHzQ Author: claudio Date: 2026/04/09 18:35:49 At the end of parsing the http response header do some sanity checks to ensure that the response includes all needed data. Right now only the presence of a Location header is checked if a HTTP redirect was returned (e.g. a 301 status). Different fix for a report from Daniel Anderson OK tb@ usr.sbin/rpki-client/http.c commit 03YC6XQJ11LbMeO8 Author: gkoehler Date: 2026/04/09 17:57:09 In powerpc stacktrace_save(), start at correct return address I got an empty trace. It was reading garbage as the 1st return address and might have accidentally taken the "if (lr & 3) break;". By using __builtin_return_address(0) and pointing to the correct frame, I get a trace where #0 is the function calling stacktrace_save(). sys/arch/powerpc/ddb/db_trace.c commit Ve06m8TNipaAbIhs Author: job Date: 2026/04/09 17:29:04 Check cleared memory allocation and free before exit for consistency From Jan Schreiber, input from Patrick Keshishian OK tb@ usr.bin/watch/watch.c commit 2uvca3UWBO5qcRPa Author: kettenis Date: 2026/04/09 15:13:45 Enable Vbus regulator if there is one Needed on the Banana Pi F3 to power USB devices. ok jsing@ sys/dev/fdt/xhci_fdt.c commit hClEnMmnRZOJuVlf Author: tb Date: 2026/04/09 07:47:31 rpki-client: fix pointer used in as_check_overlap() from Daniel Anderson ok claudio usr.sbin/rpki-client/as.c commit H3Ymj29is3LgYXE8 Author: dlg Date: 2026/04/09 06:10:38 fix how source and state limiters are wired into rbtrees inside pfctl. i messed up when we added support for names on these things. the id and names are each supposed to be unique, which is checked by putting the one limiter into an rb tree based on their id and another based on their name. unfortunately i used the same RBT_ENTRY fields for both trees, which meant using both trees on the same limiter corrupted the topology, which goes badly when you want to use multiple limiters. found by, tested, and ok dgl@ (who is not me, this is not a typo) ok jmatthew@ sbin/pfctl/pfctl.c sbin/pfctl/pfctl_parser.h commit 06u9cwOCYdTXkZvv Author: miod Date: 2026/04/09 05:03:42 Revert r1.7; these defines are required to build apm(8) and apmd(8). sys/arch/loongson/include/apmvar.h commit OW2wJeqEOOkikhCO Author: jsg Date: 2026/04/09 01:30:02 don't clear non-smt block bits in sysctl_hwsmt() make hw.smt 1->0 work again ok deraadt@ sys/kern/kern_sched.c commit S7cpqRvRrsLy1YeL Author: kmos Date: 2026/04/09 01:29:59 Remove references to tag:kde3 and tag:kde4 as something that one might find in the current ports tree. kde3/kde4 and their tags are long gone. Leave them in place for the historical section describing what tags are used for in dpb/DPB_PROPERTIES ok phessler share/man/man1/dpb.1