Build date: 1732057201 - Tue Nov 19 23:00:01 UTC 2024 Build cvs date: 1732041574 - Tue Nov 19 18:39:34 UTC 2024 Build id: 2024-11-20.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-ptrace-xstate.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 ? regress/sys/kern/ptrace/xstate P regress/sys/arch/amd64/Makefile U regress/sys/arch/amd64/ddb/Makefile U regress/sys/arch/amd64/ddb/disasm.c U regress/sys/arch/amd64/ddb/disasm.h U regress/sys/arch/amd64/ddb/stubs.c P share/man/man4/Makefile U share/man/man4/qccpucp.4 P sys/arch/amd64/amd64/db_disasm.c P sys/dev/pci/if_ice.c P sys/dev/pci/if_icevar.h P sys/dev/pci/nvme_pci.c P sys/net/if_pfsync.c P sys/uvm/uvm_extern.h commit WVp8IghJr0cW6Rjd Author: jmc Date: 2024/11/19 18:39:34 fix SEE ALSO; share/man/man4/qccpucp.4 commit 5iUojmUHTmaxFBO4 Author: tobhe Date: 2024/11/19 10:03:19 Add qccpucp(4) manual page ok mlarkin@ share/man/man4/Makefile share/man/man4/qccpucp.4 commit Xo8EbUIKCo8aU4Qt Author: stsp Date: 2024/11/19 09:41:32 gather ice(4) hardware counters for debugging sys/dev/pci/if_ice.c sys/dev/pci/if_icevar.h commit SHkwfjOWg28nHhy0 Author: stsp Date: 2024/11/19 09:39:57 implement ice_add_rx_lldp_filter() sys/dev/pci/if_ice.c commit jBCv0SrdQrJ6MJWS Author: jsg Date: 2024/11/19 06:18:26 remove forward declaration of struct mount unneeded after uvm_vnp_sync() prototype moved to vnode.h in 2014 sys/uvm/uvm_extern.h commit wX3T9RmRNfJTE9bH Author: anton Date: 2024/11/19 05:51:07 hook up ddb regress regress/sys/arch/amd64/Makefile commit 0I614sPfUKxEbXBR Author: anton Date: 2024/11/19 05:50:41 Add amd64 ddb regress suite allowing the disassembler to be tested from userspace. regress/sys/arch/amd64/ddb/Makefile regress/sys/arch/amd64/ddb/disasm.c regress/sys/arch/amd64/ddb/disasm.h regress/sys/arch/amd64/ddb/stubs.c commit K1NGdsxDmRv5rugo Author: anton Date: 2024/11/19 05:49:27 Teach ddb how to disassemble endbr64. With input on prefix handling and ok jsg@ sys/arch/amd64/amd64/db_disasm.c commit jzP1gu1TgGjDXz9E Author: jcs Date: 2024/11/19 02:31:35 kill our kids before we die, or there will be panic dlg concurs sys/dev/pci/nvme_pci.c commit SgzAxtj8Zpb3af1p Author: dlg Date: 2024/11/19 02:11:03 fix tcpdump on pfsync interfaces. after the last rewrite i was showing bpf ip packets, not the pfsync payload like the PFSYNC DLT expected. this also lets bpf see packets being processed by pfsync input handling, so if you want to see only what's being sent you'll need to filter by direction. reported by Marc Boisis sys/net/if_pfsync.c