Build date: 1785967203 - Wed Aug 5 22:00:03 UTC 2026 Build cvs date: 1785957322 - Wed Aug 5 19:15:22 UTC 2026 Build id: 2026-08-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-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P lib/libc/net/getnameinfo.3 P lib/libcrypto/man/OBJ_create.3 P sys/dev/ic/re.c P sys/dev/pci/pcidevs P sys/dev/pci/pcidevs.h P sys/dev/pci/pcidevs_data.h M sys/dev/usb/uhidev.c P sys/netinet/ip_output.c P sys/netinet6/ip6_output.c P usr.bin/sndiod/dev.c P usr.bin/sndiod/midi.c P usr.bin/sndiod/midi.h P usr.bin/sndiod/opt.c P usr.bin/sndiod/opt.h P usr.bin/sndiod/sndiod.c P usr.bin/sndiod/sock.c P usr.bin/ssh/ssh.1 P usr.bin/ssh/ssh.c P usr.bin/ssh/sshd_config.5 P usr.bin/tmux/format.c P usr.bin/tmux/key-bindings.c P usr.bin/tmux/mode-tree.c P usr.bin/tmux/session.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h P usr.bin/tmux/tty-term.c P usr.bin/tmux/window-client.c P usr.bin/tmux/window-copy.c M usr.sbin/bgpd/session.c P usr.sbin/rpki-client/http.c commit GVw8qdccTdCRyYwp Author: claudio Date: 2026/08/05 19:15:22 Only set conn->redir_uri once all validation steps are done. OK tb@ usr.sbin/rpki-client/http.c commit EINxop4SHxoBAuqX Author: ratchov Date: 2026/08/05 14:44:47 sndiod: Allocate all midithru structures on the heap The midithru structures that are used only internally (for MIDI control of the logical audio sub-device) are allocated when needed only. Now the MIDITHRU_NMAX macro is simply the number of user-visible midithru ports. The midithru structures are identified by names, instead of the indices. usr.bin/sndiod/dev.c usr.bin/sndiod/midi.c usr.bin/sndiod/midi.h usr.bin/sndiod/opt.c usr.bin/sndiod/opt.h usr.bin/sndiod/sndiod.c usr.bin/sndiod/sock.c commit O1FBbCjNQnixpXuu Author: nicm Date: 2026/08/05 12:23:25 Add a refresh-now command and change the r binding back to it in copy mode. usr.bin/tmux/key-bindings.c usr.bin/tmux/tmux.1 usr.bin/tmux/window-copy.c commit q0FbrfixPAHx6MyK Author: bluhm Date: 2026/08/05 09:43:19 Make goto bad and done logic consistent within ip and ip6 output. No functional change. OK sashan@ sys/netinet/ip_output.c sys/netinet6/ip6_output.c commit Zfankd83yHk3loH2 Author: bluhm Date: 2026/08/05 09:33:27 Protect ip6_mforward() with kernel lock in ip6_output(). Multicast forwarding is not MP safe yet and also locked with shared netlock plus kernel lock elsewhere. OK sashan@ sys/netinet6/ip6_output.c commit zMQlUAFSJ78A7D8P Author: nicm Date: 2026/08/05 08:54:56 Ignore Ms if it is invalid (for example no %p1) and report in client mode, GitHub issue 5460. usr.bin/tmux/tmux.h usr.bin/tmux/tty-term.c usr.bin/tmux/window-client.c commit NcgtsflLmBpHdW5W Author: tb Date: 2026/08/05 08:45:43 OBJ_create: OBJ_add_objects -> OBJ_create_objects lib/libcrypto/man/OBJ_create.3 commit lWbfUYhUWA21OE0z Author: tb Date: 2026/08/05 08:31:06 Remove documentation of OBJ_add_object(3) This API was removed a long time ago but I forgot to update the manpage (probably because doing so is slightly non-trivial). There's still a lot of API here that should be removed. OBJ_add_objects() seems now unused while OBJ_new_nid() is used by the one consumer that is single-handedly responsible for at least two dozen APIs that could otherwise be removed from libcrypto with significant simplifications: security/xca. It would appear the author is on a quest to figure out how to make use of whatever undocumented garbage they can find in the openssl headers. That's of course a hobby project you can pursue for decades. lib/libcrypto/man/OBJ_create.3 commit efGqETpWQVAZu2SQ Author: claudio Date: 2026/08/05 08:23:13 Add missing Dv macro for NI_NUMERICSERV and NI_DGRAM OK tb@ lib/libc/net/getnameinfo.3 commit kk9aBTdyoCGZra2n Author: bluhm Date: 2026/08/05 08:05:43 re(4) uses 64 bit DMA for kstat. All except one bus DMA operation of re(4) with PCIe have been converted to 64 bit access. Also do it for kstat statistics. tested by krw@ mvs@ sys/dev/ic/re.c commit 7Uc0ClySGJ4UvyBP Author: nicm Date: 2026/08/05 07:50:21 Use ACS arrows for tree mode. usr.bin/tmux/mode-tree.c commit L3J40Fup3XAsQDqH Author: nicm Date: 2026/08/05 07:35:35 Do not crash when synchronizing groups and there is no current window. GitHub issue 5467 from Ju-an Zhang. usr.bin/tmux/session.c commit FgDkmfiQQaS2vx35 Author: nicm Date: 2026/08/05 07:31:08 Add pane_private_modes format with list of DEC private modes, from George Nachman. usr.bin/tmux/format.c usr.bin/tmux/tmux.1 commit fKkk69gkCmBlg0ik Author: nicm Date: 2026/08/05 07:27:45 Do not log when logging is off, from Michael Grant. usr.bin/tmux/format.c commit Pb103BLpACfA1rog Author: jsg Date: 2026/08/05 01:29:39 regen sys/dev/pci/pcidevs.h sys/dev/pci/pcidevs_data.h commit jabgzv0V1tUDffA2 Author: jsg Date: 2026/08/05 01:28:51 add Intel Wildcat Lake Ethernet ids sys/dev/pci/pcidevs commit bsk5JRz1FR1n3wba Author: naddy Date: 2026/08/04 22:47:07 fix up synopsis and tweak wording for -Z usr.bin/ssh/ssh.1 usr.bin/ssh/ssh.c commit 61DmEPPN99T6hbEN Author: naddy Date: 2026/08/04 22:14:52 document existence of mlkem768{brainpoolp256r1,nistp256}-sha256 KEXes usr.bin/ssh/sshd_config.5