Build date: 1772319603 - Sat Feb 28 23:00:03 UTC 2026 Build cvs date: 1772304222 - Sat Feb 28 18:43:42 UTC 2026 Build id: 2026-03-01.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 sys/dev/acpi/acpidmar.c M sys/dev/usb/uhidev.c P usr.bin/mg/re_search.c M usr.sbin/bgpd/session.c P usr.sbin/httpd/httpd.h P usr.sbin/httpd/server.c P usr.sbin/httpd/server_http.c commit mgkPjRlKTY3lOvCI Author: op Date: 2026/02/28 18:43:42 fix replace-regexp issues - an infinite loop with (replace-regexp "^.*$" "") because it does not advance to the next line - replace-regexp replaces all occurrences of ^pattern in a line. diff from Mark Willson (mark [at] hydrus.org.uk,) thanks! minor tweak by me, I've used gotoeol() instead of setting curwp->w_doto manually. usr.bin/mg/re_search.c commit Y5hmtqq4YgfjYgxI Author: kettenis Date: 2026/02/28 13:04:56 Remove the IOMMU-specific bus_dmamap_sync() implementation and just call the default implementation instead. The current #ifdef'ed out code just doesn't make sense. ok chris@ sys/dev/acpi/acpidmar.c commit OP0j2iNsvQ9xs644 Author: rsadowski Date: 2026/02/28 09:36:08 remove empty server_http_init OK claudio usr.sbin/httpd/httpd.h usr.sbin/httpd/server.c usr.sbin/httpd/server_http.c