dev-commits-src-main@FreeBSD.org
Commit messages for the main branch of the src repository
- Go to: [ monthly archives ] [ by author ] [ by thread ]
August 2026 Archives by date
- Sat, 01 Aug 2026
- git: cecb0f45cb83 - main - igc: Apply ASPM L1.2 workaround to all I226 devices Kevin Bowling
- git: 28327c58ee6d - main - stdio: *memstream: slightly streamline growth function Kyle Evans
- git: 781defc7eb06 - main - stdio: *memstream: decouple the buffer size from the stream length Kyle Evans
- git: a3a884c0d43a - main - stdio: *memstream: grow the buffer by 1.5x on write Kyle Evans
- Re: git: 868158f7fd2a - main - nvmecontrol.8: Explain non-operational power modes Andre Albsmeier
- Re: git: 868158f7fd2a - main - nvmecontrol.8: Explain non-operational power modes Alexander Ziaee
- git: d2309d9d6dc6 - main - ixl: enforce the assigned VF MAC address Kevin Bowling
- git: e96f1cbd690e - main - vfs_mountroot: unmute console in interactive prompt Ahmad Khalifa
- Re: git: 868158f7fd2a - main - nvmecontrol.8: Explain non-operational power modes Andre Albsmeier
- git: a24674ecab24 - main - kern/kern_exit.c: make wait_fill_siginfo/wrusage global Konstantin Belousov
- git: 7da4edd30098 - main - pdwait(2): change handling of the exited processes Konstantin Belousov
- git: bcdb6ba94d08 - main - processes: add zombie references, each of them prevents reap Konstantin Belousov
- git: c49198534a9b - main - pdwait(2), wait(2): document interaction between pdopenpid() and waitpid() Konstantin Belousov
- git: a96f285b5953 - main - tests/sys/kern: adjust tests for the new reaping behavior Konstantin Belousov
- git: 77d6c45afdca - main - tests/sys/capsicum: adjust tests for the new reaping behavior Konstantin Belousov
- git: 16e47f317c4c - main - nuageinit: Allow the userdata script to run before firstboot* rc services Gleb Popov
- Sun, 02 Aug 2026
- git: 296c05f7212c - main - libutil++: Include <cerrno> in stringf.cc Robert Clausecker
- git: 00a79975c062 - main - libc/merge.c: use memcpy() for copying Robert Clausecker
- git: ae417b3194e7 - main - msun: add asinpi, acospi, and atanpi Robert Clausecker
- git: f68d7bfc1479 - main - libc: Add strfromd, strfromf, and strfroml per C23 Robert Clausecker
- Re: git: 296c05f7212c - main - libutil++: Include <cerrno> in stringf.cc Mark Millard
- Re: git: 296c05f7212c - main - libutil++: Include <cerrno> in stringf.cc Mark Millard
- Re: git: 00a79975c062 - main - libc/merge.c: use memcpy() for copying Konstantin Belousov
- Fwd: Re: git: 868158f7fd2a - main - nvmecontrol.8: Explain non-operational power modes Andre Albsmeier
- git: 4c58eef12d30 - main - stat.2: enhance the description of st_blocks Konstantin Belousov
- git: 9e067f207dc2 - main - aq(4): observability controls and sysctl/header hygiene Adrian Chadd
- git: b68f4667612f - main - aq(4): PHY thermal-shutdown handling and correctness fixes Adrian Chadd
- git: ae7e2c9170f6 - main - aq(4): clean up diagnostics and remove dead code Adrian Chadd
- git: b445000158d3 - main - aq(4): mailbox, flow-control and firmware error-handling fixes Adrian Chadd
- git: c956cc0f033a - main - aq(4): interface lifecycle and link-state fixes Adrian Chadd
- Mon, 03 Aug 2026
- git: a9305a6f50be - main - e1000: clear VFTA when last VLAN is removed Kevin Bowling
- git: 4a28d390f5fb - main - igc: Disable PCIe L1.2 on I225 Kevin Bowling
- git: ac2be06e0c69 - main - igb: preserve coalesced 82576 MDD events Kevin Bowling
- git: 176259efcb90 - main - igb: drain stale MDD state before interrupt arm Kevin Bowling
- git: 1c91c3ae1ec6 - main - igb: recover retained i350 admin interrupts Kevin Bowling
- git: 709426551c6a - main - igc: Work around I225 v1 minimum IPG erratum Kevin Bowling
- git: a108ee9138a6 - main - igc: Correct hardware error statistics Kevin Bowling
- git: c9df1a6cf9be - main - tcp: improve SEG.SEQ validation for RST segments Michael Tuexen
- git: 4a59a0cf99bb - main - netinet6: Add a definition of struct ip6_hdr_pseudo{} for OCF compatibility. Bruce M Simpson
- git: b451bdb7894d - main - netipsec: Refactor TCP-MD5 shim to use ip6_hdr_pseudo{} for brevity. Bruce M Simpson
- git: 0efe935648f3 - main - netipsec: Update my copyright notice on the TCP-MD5 feature. Bruce M Simpson
- git: 0e80d9c15deb - main - netinet6: Document IPv4-mapped extension to IPV6_JOIN_GROUP et al. Bruce M Simpson
- git: f9cdaeeeb9ad - main - netinet6: Pass IPv4-mapped ASM multicast joins/leaves to netinet. Bruce M Simpson
- git: 4e4c7b835aa8 - main - if_wg: Prefix crypto_init() & crypto_deinit() with wg_ for a cleaner namespace. Bruce M Simpson
- git: 9fffb4e09859 - main - netinet6: We will never support the KAME :: feature to listen for all groups. Bruce M Simpson
- git: 8f779f159e21 - main - igc: Add VLAN hardware filtering Kevin Bowling
- git: 0787b1f5b8bd - main - ixgbe: supply PF transmit contexts under SR-IOV Kevin Bowling
- Re: git: f9cdaeeeb9ad - main - netinet6: Pass IPv4-mapped ASM multicast joins/leaves to netinet. Mark Johnston
- Re: git: f9cdaeeeb9ad - main - netinet6: Pass IPv4-mapped ASM multicast joins/leaves to netinet. Mark Johnston
- git: f1d98862044f - main - libc: getopt{,_long}: Const correctness for C23 Lexi Winter
- git: cb2daf8ce116 - main - rpcgen: Const correctness for C23 Lexi Winter
- git: bcee560d390e - main - libucl: Const correctness for C23 Lexi Winter
- git: 78f842dda35b - main - sort: Const correctness for C23 Lexi Winter
- git: 2296c39a9ebc - main - xinstall: Const correctness for C23 Lexi Winter
- git: 9fd8f5e761ba - main - mkimg: Const correctness for C23 Lexi Winter
- git: 1d94e2e0f2ee - main - m4: Const correctness for C23 Lexi Winter
- git: 9f18614d5353 - main - mandoc: Const correctness for C23 Lexi Winter
- git: 85b07e977b04 - main - libelftc: Const correctness for C23 Lexi Winter
- Re: git: f1d98862044f - main - libc: getopt{,_long}: Const correctness for C23 Mark Millard
- git: fb63bc67483e - main - atomic: Implement atomic_{set,clear}_8 in _atomic_subword.h Mark Johnston
- git: e004ff15f87e - main - ppp: Avoid overflow when formatting endpoint discriminator options Mark Johnston
- git: c8d4287e30d6 - main - mtest: Add support for exercising IPv4-mapped groups on IPv6 sockets. Bruce M Simpson
- git: 459af94e43b0 - main - netinet6: Fix some issues with passing v4-mapped groups to IPv6 sockets. Bruce M Simpson
- git: 4c4be9ab4c5e - main - mtest: Update my copyright on this file. Bruce M Simpson
- git: d13dffa150d1 - main - pf: fix securelevel off-by-one Kristof Provost
- git: d2a5b5a86a92 - main - pf: attempt to handle overlapping group and interface names Kristof Provost
- git: 6880edbfd5aa - main - rtld: fix indentation of multiline conditional Brooks Davis
- git: 3a6bf8a72d49 - main - ifconfig: Improve CMIS parsing of breakout configs Andrew Gallatin
- git: 396e6d699556 - main - bsd-family-tree: add NetBSD 11.0 Maxim Konovalov
- git: 5078280bb42c - main - kqueue: fix the always-empty NT_PROCSTAT_KQUEUES core note Adrian Chadd
- git: 9590878fca68 - main - kqueue: stream the knote report instead of buffering all of it Adrian Chadd
- git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Alan Somers
- git: 9f071039ca34 - main - sys/ofed: fix GID table reference leak in roce_gid_update_addr_callback() Konstantin Belousov
- git: d8afb9b13f41 - main - sys/ofed: don't stop removing stale RoCE GIDs at the first hole Konstantin Belousov
- git: 1c0d2f0b1a98 - main - ip_mroute: Don't assume that a multicast router is running Mark Johnston
- git: bbf95a9b8481 - main - exterror(9): split category into multiple sources Brooks Davis
- git: 295f10230903 - main - exterror(9): dynamic kernel categories Brooks Davis
- git: 5dff273d680a - main - uexterr_gettext(3): support dynamic kernel categories Brooks Davis
- git: 7516130eb912 - main - kdump(1): minimally adapt to exterror category sources Brooks Davis
- git: d3a0bf0a79ef - main - ng_ipfw: provide a tree for faster hook lookup Gleb Smirnoff
- Tue, 04 Aug 2026
- git: 5ab48fb9f7ac - main - nfs_commonkrpc.c: Fix recovery that was broken by 4d80d4913e79 Rick Macklem
- git: ff2bc641599a - main - manuals: Fix Fx and nearby mechanical typos Alexander Ziaee
- git: f70e4664a685 - main - stand: consume UEFI PXE Base Code cache to seed DHCP Alexander Motin
- git: 495826f69d96 - main - stand: add ARCH and MSZ into DHCP requests Alexander Motin
- git: ddd850aa7720 - main - sys/socket.h: Fix AF_MAX Dag-Erling Smørgrav
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Herbert J. Skuhra
- git: 82c013fb5911 - main - manuals: Fix more Fx and nearby mechanical typos Alexander Ziaee
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Alan Somers
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Herbert J. Skuhra
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Alan Somers
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Herbert J. Skuhra
- git: 8f20299b473a - main - nfs_commonkrpc.c: Get rid of NFSv4.0 delegation cruft Rick Macklem
- git: 2d21dbaaaf75 - main - fix p9fs_vget_common() panics Konstantin Belousov
- git: 69c3e0de01c1 - main - iflib: restore TX watchdog functionality Alexander Leidinger
- git: 5da9bc88936a - main - iflib: remove the unused TX queue state machine Alexander Leidinger
- git: 65349af4422f - main - iflib: clear the deferred TX descriptor state when a queue is stopped Alexander Leidinger
- git: 7a789145f88a - main - unbound: Update to 1.26.0 Dag-Erling Smørgrav
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Mark Johnston
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Alan Somers
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Alan Somers
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Herbert J. Skuhra
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Mark Johnston
- git: b95a859483f1 - main - autofs_lookup(): busy the mount point around autofs_trigger() Konstantin Belousov
- Wed, 05 Aug 2026
- git: abdde8b60281 - main - e1000: defer sysctl-driven reinit to the admin task Kevin Bowling
- git: 30ccf2f48c11 - main - igc: defer sysctl-driven reinit to the admin task Kevin Bowling
- git: 4ebcdb8dd9a7 - main - pseudofs: Don't purge the cache on shutdown Dag-Erling Smørgrav
- git: 196874ce2e97 - main - rawip: Fix handling of checksums in rip6_input() Mark Johnston
- git: 3c8f8432b6f6 - main - ctl.4: Document the assumption that CTL HA runs only on trusted networks Mark Johnston
- git: e6b038456b2b - main - lib9p: fix compilation errors in example server Mark Johnston
- git: 62ccaec3dba6 - main - kern/tty.c: Exterrorize returns Gleb Popov
- git: 200de1b70e2b - main - rtadvd(8): Fix RA flag inconsistency messages Pouria Mousavizadeh Tehrani
- git: e8b9b6b9f31c - main - pdkill(2), pdgetpid(2): return EBADF if the file type is not procdesc Konstantin Belousov
- git: dfdd8af5a8de - main - pddupfd.2: fix errno value returned for non-procdesc argument Konstantin Belousov
- git: 4dc196233e40 - main - bhyve: Fix assignment of *niov2 in split_iov() Mark Johnston
- git: 3c5c55beee5e - main - tests/sys/kern: Skip capsicum procdesc tests when capability mode is unavailable Olivier Cochard
- Thu, 06 Aug 2026
- Re: git: c3707bd3d658 - main - linuxkpi: use SI_SUB_EVENTHANDLER + 1, like other consumers Gleb Smirnoff
- git: 5349a46babc0 - main - gpio: add generic Intel GPIO pin controller framework Corvin Köhne
- git: 8c7a3ccf54f9 - main - gpio: add Intel Alder Lake-N GPIO driver Corvin Köhne
- git: c2bd655dc3f9 - main - gpio: add Intel Tiger Lake-H GPIO driver Corvin Köhne
- git: d3c3a705b5e6 - main - autofs: try to avoid waiting for timeouts of in-flight requests for forced unmounts Konstantin Belousov
- git: 5e05c40aff53 - main - ixv: defer every admin-vector interrupt Kevin Bowling
- git: 4c03feacd171 - main - ixv: reconcile the PF-approved MAC address Kevin Bowling
- git: 1a180b4c86fc - main - ixgbe: rebuild the shared multicast table Kevin Bowling
- git: 74bd6fb1eb02 - main - fts: fix fts_accpath regression after fts_children() Alan Somers
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Alan Somers
- git: b0a85cb9df01 - main - ptrace_test: require debug.ptrace_transparent_attach enabled for its test Konstantin Belousov
- git: 6e81fbf5833d - main - bsdinstall: add a hardening knob for unprivileged kenv access Kyle Evans
- Fri, 07 Aug 2026
- git: 7d3d6309398e - main - ixgbe: enforce configured VF anti-spoofing Kevin Bowling
- git: a81f97aecbfd - main - ixgbe: preserve VLAN ownership with SR-IOV Kevin Bowling
- git: caa08ed331da - main - ixgbe: Preserve priority-tagged traffic with SR-IOV Kevin Bowling
- git: 660ea2c4dafe - main - ixgbe: enforce VF promiscuity and multicast policy Kevin Bowling
- git: 6404ef10d629 - main - ixgbe: implement VF secondary MAC filters Kevin Bowling
- git: 4f42ec2f38ee - main - prometheus_sysctl_exporter: don't abort on bad labels Kyle Evans
- git: b83204edf101 - main - powerpc/pmap: Support booke64 kernel pmap growing Justin Hibbits
- git: 7bc06551cc7f - main - tools/cryptocheck: Fix allow_soft sysctl name Justin Hibbits
- git: a66890355558 - main - powerpc64: Bump KVA to 2TB Justin Hibbits
- git: 9d871fa96a6e - main - ixv: reconcile VLAN filters through the mailbox Kevin Bowling
- git: 5aab6164161d - main - pci: Ignore SR-IOV VFs when tuning MPS Kevin Bowling
- git: a9752e9ac8a6 - main - pci: Preserve adjusted PCIe control state Kevin Bowling
- git: 8e9fe9996a1f - main - pci: Reconcile MPS before attaching PCIe devices Kevin Bowling
- git: 673cb5265a2d - main - pci: Add a hierarchy-wide MPS limit Kevin Bowling
- git: 114f4a68f213 - main - pci: Optionally disable endpoints with unsafe MPS Kevin Bowling
- git: ee776a8e291c - main - pci: Permit function-level reset of 82599 VFs Kevin Bowling
- git: 2cf580c694f6 - main - iflib: Permit SR-IOV configuration on a down interface Kevin Bowling
- git: 86199f1a74ab - main - ixgbe: restart iflib around SR-IOV reconfiguration Kevin Bowling
- git: 703c756a2d29 - main - ixgbe: Validate SR-IOV before restarting the PF Kevin Bowling
- git: 1d97ad676d58 - main - lockmgr(9): add lockcanrecurse(9) Konstantin Belousov
- git: 9f5c4ef32812 - main - dounmount(9): temporarily enable recursion for the covered vnode lock Konstantin Belousov
- git: 33fdcdb18eb6 - main - ixgbe: complete PF cleanup after VF FLR Kevin Bowling
- git: dda6a00a5202 - main - ixgbe: recover from X550 malicious-driver events Kevin Bowling
- git: 4383ab82b0bb - main - ixgbe: force receive drops on every VF queue Kevin Bowling
- git: a554906ea44c - main - bhyve: rtc_pl031: Fix PeriphID and CellID values Jessica Clarke
- git: 36d57489ca07 - main - gve: Implement AQ batching for queue creation and destruction Mark Johnston
- git: 5afb49180c2a - main - riscv/vmm: allow vmm to be built in kernel Mark Johnston
- git: 78547d542f77 - main - pci: Skip PF SR-IOV state handling for VFs Kevin Bowling
- git: fe02e14c8843 - main - ixgbe: Recover legacy VFs from invalid DMA targets Kevin Bowling
- git: 31285bddf21e - main - ixgbe: quarantine repeatedly faulting legacy VFs Kevin Bowling
- git: 545779a99290 - main - ixgbe: Re-enable the SFP laser during initialization Kevin Bowling
- git: 2a2867c89a7e - main - ixv: Defer reset after mailbox failure Kevin Bowling
- git: d025b84268ec - main - ixgbe: Apply the 82599 D3 link workaround only for D3 Kevin Bowling
- git: 2a803e6f349c - main - ixgbe: Use PF MTU for 82599 VF jumbo policy Kevin Bowling
- git: aea4240ef583 - main - ixgbe: Quiesce VFs across PF reset Kevin Bowling
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Mark Johnston
- git: ca0cff79320d - main - Revert "release: Ship firmware from kmods repo on DVD" Colin Percival
- git: 800d5b7a8a4f - main - netmap: Fix driver name handling Mark Johnston
- git: 6de818285f06 - main - netmap: Fix a race in kqueue registration Mark Johnston
- git: 319414a926af - main - netmap: Handle overflow when computing ring sizes Mark Johnston
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Mark Millard
- git: d2a9eef321dc - main - mpt: mpt_map_physdisk() is internal and shall not return cam_status Gleb Smirnoff
- git: 6a15fd92392c - main - linuxkpi: add WLAN_EID_HT_OPERATION to ieee80211_eid Gleb Smirnoff
- git: 9d765453b0a9 - main - urtw: return error of usb_error_t Gleb Smirnoff
- git: 2ae8976a3f6a - main - ocs_fc: return correct error code from ocs_hw_set_persistent_topology() Gleb Smirnoff
- Re: git: 6a15fd92392c - main - linuxkpi: add WLAN_EID_HT_OPERATION to ieee80211_eid Bjoern A. Zeeb
- git: e79f6aa3e5e1 - main - ath: return error code of HAL_STATUS type Gleb Smirnoff
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Mark Johnston
- git: 4c4bad4421fb - main - kqueue: avoid closing a file under the knlist lock Adrian Chadd
- Sat, 08 Aug 2026
- git: fd79bf63442e - main - du: Print progress information to stderr Dag-Erling Smørgrav
- git: 8befc9e8b194 - main - kern: fix oversight in security.bsd.unprivileged_kenv_read Kyle Evans
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Don Lewis
- git: 65228a835267 - main - axgbe: Align channel lifetime with queue allocation Kevin Bowling
- git: a97e1c2450ae - main - enic: Correct queue and attach resource ownership Kevin Bowling
- git: c521b16752c5 - main - route.4: Add RTV_METRIC flag to rt_metrics Pouria Mousavizadeh Tehrani
- git: 26e3a8045ec7 - main - ixv: Tolerate temporary PF mailbox unavailability Kevin Bowling
- git: 2b763a82f9f2 - main - ixgbe: Handle deferred link-status requests Kevin Bowling
- git: 5017a241b987 - main - ixgbe: Drain events for inactive VFs Kevin Bowling
- git: 4174cc2f69d3 - main - release/Makefile.gce: migrate gsutil usages to gcloud CLI Xin LI
- git: 42d54a8fd466 - main - vmm: Tear down the IOMMU before AMD-Vi detach Kevin Bowling
- git: 8ea4e92945d3 - main - net: don't panic on ifconfig pfsync0 mtu 9000 Kristof Provost
- git: 7e2781fdcfdb - main - pfsync: handle large MTU pfsync interfaces Kristof Provost
- git: d6f97c6bbca6 - main - iflib: Add sysctl stat for TX watchdog reset events Kevin Bowling
- git: 9f4df9fc1ba8 - main - amd_iommu: Honor disabled interrupt remapping Kevin Bowling
- git: c017bceda48c - main - ixgbe: Reject Flow Director with SR-IOV Kevin Bowling
- git: 8eeb25899afd - main - ixv: Remove unused loader tunables Kevin Bowling
- git: 4a13b8a7c561 - main - ixv: Advertise SCTP checksum offload Kevin Bowling
- git: 66baeec9f8a4 - main - e1000: Program Tx descriptor control by family Kevin Bowling
- git: abe22383f1b1 - main - e1000: Correct Rx descriptor threshold programming Kevin Bowling
- git: fddc393d9316 - main - igb: Match Tx descriptor control to iflib Kevin Bowling
- git: bd4182a2c96e - main - igb: Program Rx descriptor thresholds by family Kevin Bowling
- git: e2aff50727cb - main - igc: Correct descriptor control programming Kevin Bowling
- git: 0baf0fabdb5e - main - ix/ixv: Match Tx writeback thresholds to iflib Kevin Bowling
- git: 98fad621ed69 - main - ixv: Negotiate VF queue-set limits Kevin Bowling
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Herbert J. Skuhra
- Sun, 09 Aug 2026
- git: 75538a0f3275 - main - igbv: Do not replay VLANs while stopped Kevin Bowling
- git: 1ccf543b21ef - main - ifconfig: Add SR-IOV VF status output Kevin Bowling
- git: 2c04cfa148ec - main - ifconfig: Use nvlist to report SR-IOV VF status Kevin Bowling
- git: 2d6114f6d26b - main - libifconfig: Add an SR-IOV VF status query Kevin Bowling
- git: 6f8b3be1fbd6 - main - pci: Add SR-IOV status reporting Kevin Bowling
- git: 25de742864f7 - main - iovctl: Report SR-IOV status Kevin Bowling
- git: d15f2551b25f - main - rtnetlink: Report SR-IOV VF status Kevin Bowling
- git: ceb282bbd62e - main - igb: Report SR-IOV VF status Kevin Bowling
- git: c30021fe0df9 - main - ixgbe: Report SR-IOV VF status Kevin Bowling
- Re: git: 2d6114f6d26b - main - libifconfig: Add an SR-IOV VF status query Herbert J. Skuhra
- git: fb1820d23a04 - main - rescue: Satisfy libifconfig's libnv dependency in crunched links Kevin Bowling
- Re: git: c30021fe0df9 - main - ixgbe: Report SR-IOV VF status A FreeBSD User
- git: 6a1703c112ff - main - ixgbe: Add missing mailbox API 1.6 definition Kevin Bowling
- git: 776ba7badef0 - main - freebsd-tips: Tip about drivers licenses Aymeric Wibo
- git: 185a03ad8aa8 - main - libgcc_s: export the IEEE-128 long double runtime on powerpc64le Piotr Kubaj
- git: 8696cc600f44 - main - iflib: Avoid locking for unsupported VF status queries Kevin Bowling
- git: da309ed47603 - main - pci_iov: Use native types for status ioctl Kevin Bowling
- git: 9c9428825f4c - main - video: add generic video(4) capture framework Adrian Chadd
- git: 8cdcf4b27c7b - main - uvideo: convert to video(4) framework Adrian Chadd
- git: f5dc2263ab1b - main - fwcam: convert to video(4) framework Adrian Chadd
- git: 5d0258d4ea51 - main - fwcamctl: remove, superseded by the video(4) interface Adrian Chadd
- git: ad9cc3f1da14 - main - uvideo: limit isochronous transfers to 32 frames Adrian Chadd
- git: a8165edb50ab - main - fwcam: release the IR DMA channel when starting the stream fails Adrian Chadd
- git: 33fd5d168d32 - main - uvideo: do not reject unsupported pixel formats Adrian Chadd
- git: 0343ab8a6afa - main - video: disable the static assertions for now Adrian Chadd
- git: d38b3a5ead0d - main - libpmc: Fix AMD L3 counter parameter parsing Mitchell Horne
- git: af3f2dd124f0 - main - aq(4): report link transitions and previously silent failures Nick Price
- git: fd809148cafd - main - pmc(8): resolve -Wshadow issues Enji Cooper
- git: 503f16182e08 - main - pmc(8): add missing headers to not rely on header pollution Enji Cooper
- Re: git: 776ba7badef0 - main - freebsd-tips: Tip about drivers licenses Enji Cooper (yaneurabeya)
- Re: git: 2d6114f6d26b - main - libifconfig: Add an SR-IOV VF status query Enji Cooper (yaneurabeya)
- git: 5007a5d682d3 - main - cpuset(9): correct markup Enji Cooper
- git: b96a063f6100 - main - DB_COMMAND(9): correct mdoc markup for .Nm entries Enji Cooper
- git: 4fa245edc7ad - main - alq(9): add missing .Nm entry for ALQ(9) Enji Cooper
- git: 8eced03c369a - main - atomic(9): add missing .Nm entries Enji Cooper
- git: 9fd963b0a149 - main - acl(9): fix typo (ACL_ACL -> ACL) Enji Cooper
- Re: git: 2d6114f6d26b - main - libifconfig: Add an SR-IOV VF status query Kevin Bowling
- git: 9328a7eedba1 - main - iflib: Support recoverable initialization failure Kevin Bowling
- git: 612f87c949a2 - main - igbv: Recover when the PF mailbox is unavailable Kevin Bowling
- Mon, 10 Aug 2026
- Re: git: 776ba7badef0 - main - freebsd-tips: Tip about drivers licenses Adrian Chadd
- git: 0e56ccb5d866 - main - ixv: Recover when the PF mailbox is unavailable Kevin Bowling
- git: 49f9143d9a37 - main - ixgbe: Enable PF RSS across queues with SR-IOV Kevin Bowling
- git: cb0e8f5fb6de - main - bnxt: Report initialization failures to iflib Kevin Bowling
- git: dcdc00a41d3e - main - ice: Report initialization failures to iflib Kevin Bowling
- git: 2f1d9ab96214 - main - e1000: Correct 82542 flow-control mode handling Kevin Bowling
- git: 880865783d9c - main - pmc(8): revert unnecessary lvalue reference change from prior commit Enji Cooper
- git: cf04a05424f1 - main - ufshci: fix data direction encoding for read commands Jaeyoon Choi
- git: 5f3a2b364ea5 - main - ufshci: abort submission when payload DMA mapping fails Jaeyoon Choi
- git: 154e335cd635 - main - ufshci: fail attribute reads on a non-zero config result code Jaeyoon Choi
- git: c9827f1528a6 - main - ufshci: handle controller command submit failures Jaeyoon Choi
- git: 360b7c1635ea - main - ufshci: fix SCSI I/O request failure cleanup Jaeyoon Choi
- git: 607189d789ac - main - ufshci: free the lookup path when the periph search times out Jaeyoon Choi
- git: c84c2bf78b39 - main - ufshci: fix WLUN periph reference counting Jaeyoon Choi
- git: c2186638ff70 - main - ufshci: free the correct address when DMA load fails Jaeyoon Choi
- git: 24c2ead33b44 - main - ufshci: tolerate partially constructed queues in SDB teardown Jaeyoon Choi
- git: 25a61a7927c8 - main - ufshci: check SDB queue allocations for failure Jaeyoon Choi
- git: c71705a08304 - main - ufshci: do not free the devq twice on SIM attach failure Jaeyoon Choi
- git: 456ab423dddc - main - ufshci: initialize alloc_units before the dedicated-buffer scan Jaeyoon Choi
- git: 50a00f10d830 - main - ufshci: byte-swap big-endian UPIU fields Jaeyoon Choi
- git: af00e00f23a1 - main - ufshci: initialize desc_size for non-descriptor query requests Jaeyoon Choi
- git: 266ce89fc231 - main - ufshci: read UIC command results while holding the lock Jaeyoon Choi
- git: c686e7d3b0d3 - main - ufshci: check completions under the queue lock Jaeyoon Choi
- git: aaf0e80e684d - main - ufshci: release the CCB after sending a start stop unit command Jaeyoon Choi
- git: 2d3296131624 - main - ufshci: free the taskqueue on detach Jaeyoon Choi
- git: a33860b0a2b9 - main - ufshci: do not reset the device in the XPT_RESET_DEV handler Jaeyoon Choi
- git: e9a4d3969a31 - main - iavf: Recover when PF communication is unavailable Kevin Bowling
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Don Lewis
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Herbert J. Skuhra
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Don Lewis
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Don Lewis
- git: dd32931271c7 - main - ixl: Honor iflib transmit completion batching Kevin Bowling
- git: 8eb4403e9d4a - main - iavf: Honor iflib transmit completion batching Kevin Bowling
- git: ae122c544388 - main - ixl: Initialize VF sysctl contexts before use Kevin Bowling
- git: 4b195f1a25d5 - main - pci_iov: Roll back failed VF enumeration Kevin Bowling
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Don Lewis
- git: e779914354db - main - ixl: Validate VF virtchnl configuration Kevin Bowling
- git: f98d856f613b - main - ipfilter(4): Fix a typo in a source code comment Gordon Bergling
- git: ee52b925fa08 - main - ixl: Make VF reset resource reconstruction fallible Kevin Bowling
- git: e2daa5c06c2f - main - ixl: Enforce VF VLAN policy Kevin Bowling
- git: 983e628a0c47 - main - ixl: Rebuild VF resources after a PF reset Kevin Bowling
- git: f008b582c9f1 - main - ixl: Report PF initialization failures to iflib Kevin Bowling
- git: 93f1065920d8 - main - ixl: Track and recover MDD-blocked VFs Kevin Bowling
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Herbert J. Skuhra
- git: 46241b7d6647 - main - iavf: Do not publish link-up while stopped Kevin Bowling
- git: a841961da752 - main - if_ovpn: free crp, mbuf, and release refcount on crypto_dispatch() failure Kristof Provost
- git: 02fbb1ce07f6 - main - iavf: Resume AdminQ processing after PF reset Kevin Bowling
- git: 0048dfddc049 - main - ixl: Quiesce VF DMA before a PF reset Kevin Bowling
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Kyle Evans
- git: 1d926be8824a - main - libsysdecode : add attribute parsing for PFNL_CMD_KILLSTATES Kristof Provost
- git: 91aa9bf0ae16 - main - libsysdecode : add attribute parsing for PFNL_CMD_GET_LIMIT Kristof Provost
- git: 11bc53984b1f - main - libsysdecode: add attribute parsing for PFNL_CMD_GETRULES Kristof Provost
- git: 15c0c9df3a4a - main - libsysdecode: use decoder table for PF netlink commands Kristof Provost
- git: 2ef4baaffce0 - main - libsysdecode: avoid extra commas for undecoded netlink attributes Kristof Provost
- git: 0f2e98c1515d - main - libsysdecode: verify decoder tables are sorted Kristof Provost
- git: 9b9b3b157a89 - main - libsysdecode: also verify command decoders Kristof Provost
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Alan Somers
- git: 4d2f90f5a694 - main - riscv: Add support for the Svinval extension Bojan Novković
- git: 99360212c739 - main - riscv/pmap.c: Add an Svinval-aware variant of pmap_invalidate_range Bojan Novković
- git: dd532ad13371 - main - fts: reduce fd usage by storing fts_dirfd on directory entries only Alan Somers
- Re: git: 4bd01d6ae016 - main - fts: refactor to use fd-relative operations internally Alan Somers
- git: 877f0ee40c2a - main - ixgbe: Preserve VF jumbo frame size across PF resets Kevin Bowling
- git: 660099c985e8 - main - ixgbe: Restore missed packet accounting Kevin Bowling
- git: be3e1068ea86 - main - ixgbe: Validate EEPROM checksum section bounds Kevin Bowling
- git: c410551b9fea - main - ixgbe: Compare flow control against requested mode Kevin Bowling
- git: a884921abbaf - main - ixv: Report multigigabit link speeds Kevin Bowling
- git: ff86fd4f3661 - main - ixgbe: Expose EEE LPI event counters Kevin Bowling
- git: 4220b52453c9 - main - net: Add ifmedia support for 10GBase-BX BiDi Kevin Bowling
- git: f9ce33b0d8ef - main - ixgbe: Add 10GBase-BX BiDi SFP+ module support Kevin Bowling
- git: 8b668bc7e7c8 - main - ixgbe: Preserve the full VF RSS domain in the shared RETA Kevin Bowling
- git: 6dfd710963da - main - unix: Fix a missing initialization in uipc_sosend_stream_or_seqpacket() Mark Johnston
- git: e27d36e038bf - main - unix: Simplify uipc_detach() Mark Johnston
- git: 3b93d3597cc3 - main - unix: Fix some bugs in the SOCK_STREAM receive path Mark Johnston
- git: ba47678b30a5 - main - git-arc: Use full names in reviewed-by lines Mark Johnston
- git: 7977edb76560 - main - unix: split unp_connectat() in two Mark Johnston
- git: 44e99b672835 - main - unix: factor unp_sun_path() out of bind and connect Mark Johnston
- git: 26147c51546e - main - unix: pin the pathname peer by reference across the connect Mark Johnston
- git: 2c01d10f67b3 - main - unix: factor unp_vnode_peer() out of unp_connectat() Mark Johnston
- git: 9b27a22ac696 - main - unix: factor unp_connectat_peer() out of unp_connectat() Mark Johnston
- git: 6563dcb6b1f5 - main - unix: allow connectat(2) to name the peer socket by descriptor Mark Johnston
- git: e181e2342d11 - main - tests: exercise unix connectat(2) with a socket peer descriptor Mark Johnston
- git: ce3750b5995c - main - unix: allow listening on an unbound socket, and binding after listen Mark Johnston
- git: 46dc4af526f6 - main - RELNOTES: Add an entry for a new unix socket feature Mark Johnston
- git: 4f8782840291 - main - riscv/atomic: Provide some additional aliases Mark Johnston
- git: 392f0af6685a - main - ixgbe: Recognize production X550 PHY IDs Kevin Bowling
- git: 435cde959c88 - main - ixgbe: Report the management packet drop counter Kevin Bowling
- Re: git: 1ccf543b21ef - main - ifconfig: Add SR-IOV VF status output Gleb Smirnoff
- Re: git: 1ccf543b21ef - main - ifconfig: Add SR-IOV VF status output Kevin Bowling
- Re: git: d15f2551b25f - main - rtnetlink: Report SR-IOV VF status Pouria Mousavizadeh Tehrani
- git: 0053a4b9cca7 - main - tcp: fix TF_BITS Michael Tuexen
- Re: git: d15f2551b25f - main - rtnetlink: Report SR-IOV VF status Pouria Mousavizadeh Tehrani
- Re: git: d15f2551b25f - main - rtnetlink: Report SR-IOV VF status Kevin Bowling
- Re: git: d15f2551b25f - main - rtnetlink: Report SR-IOV VF status Pouria Mousavizadeh Tehrani
- Re: git: d15f2551b25f - main - rtnetlink: Report SR-IOV VF status Kevin Bowling
- git: c8f38634eda3 - main - tests/netinet6: remove test that uses Jumbo Payload Option Gleb Smirnoff
- git: a6847ba19592 - main - taskqueue: Move wakeup() out of tq_mutex Alexander Motin
- git: 8f6d8a901671 - main - tests/netinet/socket_afinet: unroll multibind test into a table Gleb Smirnoff
- git: e70e25761fca - main - tests/netinet/socket_afinet: multibind second socket can be different Gleb Smirnoff
- git: 618dc484b581 - main - tests/netinet/socket_afinet: add more tests to multibind Gleb Smirnoff
- git: 1dda8ba77a20 - main - inpcb: take a pcbinfo database out from single lock Gleb Smirnoff
- git: 413346fddb51 - main - usb: use SYSINIT(9) order instead of using non-existing subsystem Gleb Smirnoff
- git: d1eeae750662 - main - linker: rely on kick_init running at SI_ORDER_MIDDLE Gleb Smirnoff
- git: a6999a1c947f - main - net: Revert the ioctl SR-IOV VF status interface Kevin Bowling
- Re: git: 6f8b3be1fbd6 - main - pci: Add SR-IOV status reporting Oliver Pinter
- Re: git: 6f8b3be1fbd6 - main - pci: Add SR-IOV status reporting Kevin Bowling
- Re: git: 6f8b3be1fbd6 - main - pci: Add SR-IOV status reporting Oliver Pinter
- git: 207d96dabfec - main - contrib/expat: import expat 2.8.3 Philip Paeps
- Tue, 11 Aug 2026
- git: 135df7785431 - main - usb: xhci: allow up to 1s for SET_ADDRESS Kyle Evans
- Re: git: d15f2551b25f - main - rtnetlink: Report SR-IOV VF status Lexi Winter
- git: 71e72c9e91c4 - main - wpa: Update to 2.12 Cy Schubert
- git: 6ca41d484d54 - main - committers-src: Add new src committer (kfv) Faraz Vahedi
- git: 56ce613f21f2 - main - mailmap: Add entry for kfv Faraz Vahedi
- git: 9720746c2b51 - main - calendars: Add entry for kfv Faraz Vahedi
- git: 8ec108914247 - main - nuageinit: adopt cloud-init disable_root semantics Baptiste Daroussin
- git: 8d4d5f2e8e56 - main - nuageinit: fix ssh_pwauth string handling Baptiste Daroussin
- git: cd06bf52053d - main - nuageinit: accept lock_passwd for users Baptiste Daroussin
- git: 8f378c83c6b8 - main - nuageinit: support allow_public_ssh_keys Baptiste Daroussin
- git: 6a8558cf9f01 - main - vm/vm_phys.c: allow PHYS_TO_VM_PAGE(0) for registered fictitious page @0 Konstantin Belousov
- git: 12857d8f4269 - main - vm_object: Augment an assertion in vm_object_split() Mark Johnston
- git: 80d82fca1f0d - main - bhyve: add deprecation warning function Mark Johnston
- git: 2d985d577d79 - main - bhyve: namescope virtio_msix to virtio.msix Mark Johnston
- Re: git: d38b3a5ead0d - main - libpmc: Fix AMD L3 counter parameter parsing Mitchell Horne
- git: 662497d5a741 - main - SYSINIT: add explicit SI_ORDER_LAST Gleb Smirnoff
- git: 4f2465260f03 - main - SYSINIT: add SI_SUB_FIRST Gleb Smirnoff
- git: 87b21f30d3fe - main - SYSINIT: add SI_SUB_NUMA Gleb Smirnoff
- Re: git: 6a15fd92392c - main - linuxkpi: add WLAN_EID_HT_OPERATION to ieee80211_eid Gleb Smirnoff
- Re: git: 1ccf543b21ef - main - ifconfig: Add SR-IOV VF status output Gleb Smirnoff
- Re: git: 5d0258d4ea51 - main - fwcamctl: remove, superseded by the video(4) interface Gleb Smirnoff
- Re: git: 5d0258d4ea51 - main - fwcamctl: remove, superseded by the video(4) interface Adrian Chadd
- git: 8194c32827e9 - main - ice(4): Add support for E835 CNSA 2.0 adapters Kevin Bowling
- Re: git: 5d0258d4ea51 - main - fwcamctl: remove, superseded by the video(4) interface Abdelkader Boudih
- Re: git: 6a15fd92392c - main - linuxkpi: add WLAN_EID_HT_OPERATION to ieee80211_eid Bjoern A. Zeeb
- git: 698c3b0ce1e7 - main - e1000: Add Nova Lake I219 support Kevin Bowling
- git: 0979b0430c2d - main - e1000: Disable autonomous PCH power gating after reset Kevin Bowling
- git: e85ae6f6a6c0 - main - fbsdrun_virtio_msix(): update virtio_msix to virtio.msix Mark Johnston
- Re: git: a6999a1c947f - main - net: Revert the ioctl SR-IOV VF status interface Gleb Smirnoff
- Re: git: a6999a1c947f - main - net: Revert the ioctl SR-IOV VF status interface Kevin Bowling
- git: 66118c3f1011 - main - hwpmc: fix false runcount assertion in user callchain capture Mitchell Horne
- git: af3929c5152b - main - hwpmc: fix false callchain assertion on the PMC_UR ring Mitchell Horne
- git: b7b73d0fc1f0 - main - git-mfc: Make --pending work with releng branches Mark Johnston
- git: b9db5a5b1647 - main - in_mcast: Fix uninitialized variable usage in inm_merge() Mark Johnston
- git: 34718e01869b - main - linuxulator: map IFF_LOWER_UP through NETLINK_ROUTE for Linux apps Devin Teske
- git: afe56ee24679 - main - sound: Use unsigned long instead of legacy u_long Christos Margiolis
- git: 15a0db2101cd - main - e1000: fix iterator type Kevin Bowling
- git: 146ae81c6a5c - main - e1000: fix NVM data type in bit shift Kevin Bowling
- git: b3bdffd7a428 - main - e1000: fix possible variable overflow Kevin Bowling
- git: 0fc30789dff0 - main - e1000: fix NVM loop bounds and pointer access Kevin Bowling
- git: 8e8755e01195 - main - e1000: improve NVM checksum handling Kevin Bowling
- git: ccb8ad1f645e - main - e1000: Accept uninitialized Tiger Lake NVM checksums Kevin Bowling
- git: 262519268925 - main - e1000: Separate hardware semaphore policies by family Kevin Bowling
- git: ea2e8b056b45 - main - e1000: fix semaphore timeout value Kevin Bowling
- git: df34ccfc913d - main - e1000: Retry transient MDIC failures on modern PCH Kevin Bowling
- git: 17d90d5b9350 - main - e1000: Reconfigure modern PCH K1 clock synchronization Kevin Bowling
- git: 6058dfa40238 - main - e1000: Compare decoded PCH LTR latencies Kevin Bowling
- git: e49cb7f757f6 - main - e1000: Allow more time for PCH ULP exit Kevin Bowling
- git: c276a80a4e52 - main - e1000: Check PHY control register reads Kevin Bowling
- git: c80aface0f46 - main - e1000: fix unchecked return Kevin Bowling
- git: d1c20195c0fa - main - e1000: add LPI counters Kevin Bowling
- git: eff55e5e098b - main - e1000: Export EEE Low Power Idle counters Kevin Bowling
- git: a753ca9c3f06 - main - sound: Retire sndcard_func Christos Margiolis
- git: 53e471161604 - main - e1000: fix reset for 82580 Kevin Bowling
- git: e7ffea395ee8 - main - e1000: fix MAC address hash bit shift Kevin Bowling
- git: a09034d561cb - main - e1000: fix data type in MAC hash Kevin Bowling
- git: a86d65b2c99b - main - e1000: Avoid a signed multicast bitmap shift Kevin Bowling
- git: bb8d0944b5d5 - main - e1000: Verify i210 and i211 multicast table writes Kevin Bowling
- git: 505e6bb93f80 - main - igbv: Accept reset NACKs when no MAC is assigned Kevin Bowling
- git: b1da641d23a9 - main - e1000: Preserve errors while disabling D0 LPLU Kevin Bowling
- git: 275ca86f6abf - main - igc: Avoid a signed multicast bitmap shift Kevin Bowling
- git: 8704d29c6cc8 - main - ixgbe: Avoid a signed multicast bitmap shift Kevin Bowling
- git: 5587cb18b168 - main - igc: fix iterator type Kevin Bowling
- git: cba56bc3427d - main - igc: fix MAC address hash bit shift Kevin Bowling
- git: 3fc1786aa2a3 - main - igc: fix data type in MAC hash Kevin Bowling
- git: 1121aaa0758b - main - igc: Check PHY control register reads Kevin Bowling
- git: baa6e3af8525 - main - ixgbe: Avoid a signed shift while assembling the PBA number Kevin Bowling
- git: bbdd3c4692e2 - main - ixgbe: Avoid signed overflow in LED register masks Kevin Bowling
- git: bf6feffef6c1 - main - ixgbe: Use unsigned register bitmap shifts Kevin Bowling
- git: 392fbdcf2232 - main - e1000: Avoid a signed manageability VLAN bitmap shift Kevin Bowling
- git: f7427f890c7f - main - ixl: Avoid a signed PHY capability shift Kevin Bowling
- git: 13d78e4b9d0a - main - igc: Export EEE Low Power Idle counters Kevin Bowling
- git: 13a747009656 - main - e1000: Avoid signed shifts while assembling PHY IDs Kevin Bowling
- git: f5fd839fe688 - main - igc: Avoid a signed shift while assembling the PHY ID Kevin Bowling
- git: f4bf1da7bac8 - main - ixgbe: Avoid a signed shift while assembling the PHY ID Kevin Bowling
- git: 3e67b90c55b4 - main - snd_uaudio: Define USB IDs in usbdevs Christos Margiolis
- git: 889d08f6b61d - main - makefs: tests: Fix a missing slash in multi_dataset_4 Jose Luis Duran
- git: 59d6422d6f21 - main - makefs: Allow "legacy" as a valid ZFS mountpoint Jose Luis Duran
- Wed, 12 Aug 2026
- git: 952994751911 - main - iflib: Defer LED control to the device taskqueue Kevin Bowling
- git: 6591a7f69192 - main - iflib: Create led(4) devices Kevin Bowling
- git: fc0e6adb9d26 - main - igb(4): Document identification LED device nodes Kevin Bowling
- git: 19f75b38199b - main - igc: Add led(4) identification support Kevin Bowling
- git: 28f96cc3748f - main - e1000: Identify SerDes adapters with LED blink Kevin Bowling
- git: 7dd826171b69 - main - e1000: Fix the multiqueue debug register dump Kevin Bowling
- git: 423927d6c3dc - main - igc: Remove invalid debug ring pointer iteration Kevin Bowling
- git: fb7e249ce4fd - main - ixgbe: Add led(4) identification support Kevin Bowling
- git: 8b2e75970c03 - main - ixl: Add led(4) identification support Kevin Bowling
- git: c28f2c551daf - main - ixgbe: Defer ECC recovery to iflib Kevin Bowling
- git: 43aa553ef45a - main - ixgbe: Defer firmware recovery transitions to iflib Kevin Bowling
- git: 3aac283613bd - main - ixgbe: Defer E610 thermal shutdown to iflib Kevin Bowling
- git: 7d576f1d657f - main - Change /dev/geom.ctl from root:operator to root:wheel. Poul-Henning Kamp
- git: 527a82474cb3 - main - libusb: versioning symbols ShengYi Hung
- git: fb3564b44fa7 - main - video: fix v4l2_buffer size assert on non-i386 32-bit ports Adrian Chadd
- git: a8c126b6903e - main - video: add V4L2 compat symbols for ffmpeg/opencv Adrian Chadd
- git: f77fa28422ee - main - video: bump __FreeBSD_version for video(4) refactor Adrian Chadd
- Re: git: 7d576f1d657f - main - Change /dev/geom.ctl from root:operator to root:wheel. Benjamin Kaduk
- git: e15d22609c7d - main - mfc-candidates: Fix remote repo detection Ed Maste
- git: bbf93227fe9e - main - igc: Recover from fatal internal memory errors Kevin Bowling
- git: 9f7633b93295 - main - igc: Report corrected internal ECC errors Kevin Bowling
- git: 2519e19f05e0 - main - iflib: Allow conditional LED device support Kevin Bowling
- git: 529177b332dc - main - thunderbolt: Get NHI version number from caps Aymeric Wibo
- git: efdb82413963 - main - thunderbolt: Reset controllers Aymeric Wibo
- Thu, 13 Aug 2026
- git: 7858a57baa2f - main - thunderbolt: Explicitly read NHI ISR0 register to clear it Aymeric Wibo
- git: 1f09e354297c - main - sys/limits.h: Add BOOL_MAX, BITINT_MAXWIDTH, and C23 feature test macro Faraz Vahedi
- git: ca1c1eceb38c - main - sys/limits.h: Fix typo Faraz Vahedi
- git: b54dcb897a5f - main - libc/tests: Add assertions for BOOL_WIDTH, BOOL_MAX, and BITINT_MAXWIDTH Faraz Vahedi
- git: 336b6d11922a - main - build: Use -f when copying sources Dag-Erling Smørgrav
- git: 3c33729ce2f4 - main - rc_subr_test: ignore stderr in no_cycles test Siva Mahadevan
- git: 2ea905c875b6 - main - cdefs(9): document __nonstring Mitchell Horne
- git: fe06e383cc64 - main - daemon(8): Add option to write pidfile w/o supervising it Michael Osipov
- git: 79e0b69ce8af - main - unix: Fix mchain handling in uipc_sosend_stream_or_seqpacket() Mark Johnston
- git: 17952b653256 - main - vmm: fix compilation errors for static kernel on arm64 Mark Johnston
- git: e2cfbd498af8 - main - tty: do not recurse on ttydev_close() Konstantin Belousov
- git: 6747bf7e223e - main - linuxkpi: stop inlining accesses to curthread->td_lkpi_task Konstantin Belousov
- git: 98b5640786f8 - main - bnxt: Add led(4) identification support Kevin Bowling
- git: 1c1bce5bbd4d - main - libusb: Mark defualt smybol tag as latest stable version ShengYi Hung
- git: 49749f21284d - main - release/riscv: tweak GENERICSD partition placement Mitchell Horne
- Re: git: 1ccf543b21ef - main - ifconfig: Add SR-IOV VF status output John Baldwin
- git: 4a8bf4de7b1e - main - pfsync test: reduce the number of states to bulk-sync Kristof Provost
- git: d08296c7ab0d - main - libc: Implement qualifier-preserving standard library functions Faraz Vahedi
- git: f9dfe9b8deee - main - libc: Use C23 pseudo-types in qualifier-preserving man page synopses Faraz Vahedi
- git: ec8985a10033 - main - rtld: Remove a stale #ifdef PIC John Baldwin
- git: 6c41d1e26614 - main - libcxgb4: Use t4fw_interface.h from the cxgbe driver sources John Baldwin
- git: 7271ee7b4ba7 - main - jng: Fix mislabeled stats output Faraz Vahedi
- Re: git: 7d576f1d657f - main - Change /dev/geom.ctl from root:operator to root:wheel. Ed Maste
- git: 3baada83bf2d - main - unix: only treat an empty sun_path as a peer descriptor for connectat(2) Devin Teske
- git: a8347f442824 - main - git-arc: Add a diff subcommand Devin Teske
- Fri, 14 Aug 2026
- Re: git: 7d576f1d657f - main - Change /dev/geom.ctl from root:operator to root:wheel. Benjamin Kaduk
- git: 6c41d928bcd7 - main - routing: Fix table sizes Dag-Erling Smørgrav
- git: 79a6ad63e6af - main - libifconfig: Fix table size Dag-Erling Smørgrav
- git: 84d8d2878a6e - main - rc.d/bgfsck: use the correct variable name Alexander Leidinger
- git: d0f0a3b89b93 - main - etc/rc.subr: svcj - use the filename for services Alexander Leidinger
- git: d9cf2a867184 - main - Increase the default mlock limit from 64k to 256k Alan Somers
- git: fbe9aa7ebfcd - main - netipsec/key.c::key_checksockaddrs(): constify src/dst address buffer pointers Konstantin Belousov
- git: cba481a7bff2 - main - PF_KEY socket: limit the length of copied socket address Konstantin Belousov
- git: 01d4e3c1d3ff - main - netipsec/xform_ipcomp.c: fix sockaddr type set in ipcomp6_nonexp_encapcheck() Konstantin Belousov
- git: f6000e9dd934 - main - kern/kern_proc.c: do not throw out read data in get_ps_strings() Konstantin Belousov
- git: 1a71d24ecd0d - main - kern/sys_process.c: make vmspace_rwmem() similar to io functions Konstantin Belousov
- git: 4b17776d9afd - main - compat/freebsd32: set uio_rw for trailer's uio in freebsd32_sendfile() Konstantin Belousov
- git: 7144a1d58c5c - main - nfsd: Add glue for the nfsrdma.ko module Rick Macklem
- git: 749318f2ae56 - main - libusb: capsicumize libusb ShengYi Hung
- git: 34bb38445b07 - main - libusb: Bump version to 1.0.27 ShengYi Hung
- git: 89d155360810 - main - RELNOTES: Add an entry for bumping libusb version ShengYi Hung
- git: 8822ef05e61e - main - clknode_if.m: fix two typos Mitchell Horne
- git: 5729a0b45cd1 - main - pmcstat.8: Add a missing ERRORS section header Mateusz Piotrowski
- git: a257e2dc9c6e - main - bhyve: document missing options in bhyve_config(5) Roman Bogorodskiy
- git: 10d5a548596c - main - libc: Add _PRINTF_NAN_LEN_MAX per C23 Faraz Vahedi
- git: cd0727ec709b - main - libc: Add <stdio.h> C23 feature test macro Faraz Vahedi
- git: 73cceb046cd8 - main - iflib: Fix several memory handling issues around iflib_encap() Andrew Gallatin
- git: 471e14267bea - main - nfsd: Update the rc.d script for RDMA for the nfsd service Rick Macklem
- git: 554978566508 - main - arm64 pmap: use range-based TLBI instructions Alan Cox
- git: 7753a59fdf19 - main - netinet6: Fix check for pktinfo outgoing ifindex in route cache Pouria Mousavizadeh Tehrani
- git: 6fa9c2b1d282 - main - arm64: close a race in SVE register management Alan Cox
- git: 2193da1c4457 - main - pthread_create(3): fix dead references to racct(2) Eric van Gyzen
- git: 57293f4541cd - main - pci: Do not reconcile MPS across PCI domains Kevin Bowling
- git: fe00ca2f8871 - main - iflib: Complete registration failure cleanup Kevin Bowling
- git: ffc9b42f5a38 - main - rctl(4): document the sysctl tree Eric van Gyzen
- git: 90e7dbe5e2ca - main - iflib: Add registration failure injection points Kevin Bowling
- git: ba353c8950d5 - main - iflib: Drain configuration tasks before interface detach Kevin Bowling
- git: ac56d36007a5 - main - iflib: Add an admin task detach fail point Kevin Bowling
- git: b4208a67edc2 - main - iflib: Initialize the VFLR task unconditionally Kevin Bowling
- git: 06aaca43fe05 - main - iflib: actually disable simple_tx when ALTQ is in use Andrew Gallatin
- Sat, 15 Aug 2026
- git: fa0dc4f0f96a - main - MFV: less v704. Xin LI
- git: 1f3aeb3ea5a5 - main - bhyve: monitor: detect monitor exit Roman Bogorodskiy
- git: 1100d9eca9cb - main - share/man/man4: Move non-USB man pages out of MK_USB block Li-Wen Hsu
- git: 521fdb95cc78 - main - ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc Adrian Chadd
- git: 087d722624c7 - main - busdma_bounce: fix unused-function warning on powerpc Adrian Chadd
- Re: git: cd0727ec709b - main - libc: Add <stdio.h> C23 feature test macro Dimitry Andric
- Re: git: cd0727ec709b - main - libc: Add <stdio.h> C23 feature test macro Dimitry Andric
- Re: git: 521fdb95cc78 - main - ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc Enji Cooper (yaneurabeya)
- Re: git: cd0727ec709b - main - libc: Add <stdio.h> C23 feature test macro Dimitry Andric
- git: 45e00486d695 - main - linuxkpi: Include <linux/notifier.h> and <linux/device.h> from <linux/pm_qos.h> Jean-Sébastien Pédron
- git: 0fbdaf0c9aac - main - linuxkpi: Define `__GFP_HIGH` in <linux/gfp.h> Jean-Sébastien Pédron
- git: d77271ce7a65 - main - linuxkpi: Add `kunit_fail_current_test()` Jean-Sébastien Pédron
- git: 4565eeaccddf - main - linuxkpi: Define `PCI_CLASS_BRIDGE_HOST` Jean-Sébastien Pédron
- git: af9c64fd6c54 - main - linuxkpi: Fix return type of `kobject_uevent_env()` Jean-Sébastien Pédron
- git: d93aa77e0e9e - main - linuxkpi: Create empty <linux/sprintf.h> Jean-Sébastien Pédron
- git: f4cfc8a7f727 - main - linuxkpi: Include <linux/page-flags.h> from <linux/mm.h> Jean-Sébastien Pédron
- Re: git: cd0727ec709b - main - libc: Add <stdio.h> C23 feature test macro Faraz Vahedi
- Re: git: cd0727ec709b - main - libc: Add <stdio.h> C23 feature test macro Mark Millard
- git: 3ce28106a887 - main - rc.conf: Fix the default NFS-over-RDMA port number Rick Macklem
- Sun, 16 Aug 2026
- git: 5b48968c1a57 - main - pci: Export pcie_flr_supported() Kevin Bowling
- Re: git: 521fdb95cc78 - main - ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc Adrian Chadd
- git: bdb561843e86 - main - linux: implement pkey_alloc, pkey_free and pkey_mprotect Devin Teske
- git: 08c41a679b28 - main - ixv: Reject unsupported E610 Hyper-V VFs Kevin Bowling
- git: 40367d1f3b8f - main - ixv: Support E610 mailbox API 1.6 Kevin Bowling
- git: df02513fd44b - main - ixgbe: Enable SR-IOV on E610 PFs Kevin Bowling
- git: cb85c4397bb3 - main - ixv: Preserve statistics across resets Kevin Bowling
- git: 87406f835166 - main - ixgbe: Enable per-pool RSS on X550 family devices Kevin Bowling
- git: f177ff939a91 - main - ixgbe: Correct the PFVFRSSRK index range comment Kevin Bowling
- git: 1391e272de36 - main - ixv(4): Add a manual page Kevin Bowling
- git: 5e6c894510fc - main - libexpat: update AUTHORS section of libbsdxml.3 Philip Paeps
- git: 8cfe06ee4415 - main - bsdconfig: add datetime module for live system clock Devin Teske
- git: f1cfcfb2e51a - main - traceroute6: implement firewall evasion mode Eugene Grosbein
- git: 39762c840a15 - main - e1000: Recover from PCH packet buffer ECC errors Kevin Bowling
- git: d7be8a3e2291 - main - e1000: Report PCH packet buffer ECC statistics Kevin Bowling
- git: 8d2d6284bb8c - main - e1000: Recover from I210 and I211 memory errors Kevin Bowling
- git: 0ea53a7123ff - main - e1000: Report corrected I210 and I211 ECC errors Kevin Bowling
- git: 28bbe1d28d6f - main - e1000: Recover from I350 memory errors Kevin Bowling
- git: 8367882d5313 - main - e1000: Report corrected I350 ECC errors Kevin Bowling
- git: 4c2dda4c70e2 - main - e1000: Recover from 82576 memory errors Kevin Bowling
- git: 17042fd31571 - main - e1000: Report 82576 memory ECC errors Kevin Bowling
- git: 24917c22a330 - main - e1000: Recover from 82575 memory errors Kevin Bowling
- git: 7accd803e28c - main - e1000: Report 82575 memory ECC errors Kevin Bowling
- git: 6248e7de9d6c - main - igb: Reinitialize through iflib after media changes Kevin Bowling
- git: 41a0f7a0a447 - main - e1000: Propagate hardware initialization failures Kevin Bowling
- git: c82a015ede8d - main - igc: Propagate hardware initialization failures Kevin Bowling
- git: 81d5356799a1 - main - e1000: Recover from the 82574 PHY hang Kevin Bowling
- Re: git: bdb561843e86 - main - linux: implement pkey_alloc, pkey_free and pkey_mprotect Michael Tuexen
- git: aab7bd4d9903 - main - mtree: usr: add missing bsdconfig datetime directories Devin Teske
- git: 1a78f5ae3917 - main - aq(4): probe the D100 device ID Nick Price
- git: 6dbf809bafe1 - main - aq(4): arm PHY thermal shutdown only where a sensor exists Nick Price
- git: 28f3123ec720 - main - riscv: Add spacemit SoC files to the build Bojan Novković
- git: dcb10e3add17 - main - clk: Initial support for the SpacemiT K1 clock control units Bojan Novković
- git: 9b3415e9ec55 - main - sys/dts: Add SD card overlays for the BananaPi-F3 SoC Bojan Novković
- git: 550db3d6f502 - main - sdhci: Initial support for the SpacemiT K1 sdhci controller Bojan Novković
- git: f343f036c780 - main - epair: allow disabling receive checksum offloading Michael Tuexen
- git: 95a4412e3a4d - main - zonectl: Consistently report ZAC conv. zones WP LBA Alan Somers
- git: c1ff9c93b107 - main - fts: fix trailing-slash regression in fts_read after fts_children Alan Somers
- Re: git: 95a4412e3a4d - main - zonectl: Consistently report ZAC conv. zones WP LBA Ronald Klop
- git: cce53d108a9e - main - linux: unbreak arm64 linux_emul_md.c after pkey syscalls Devin Teske
- git: 374799f2b7c3 - main - linux: sort sys headers in linux_emul_md.c Devin Teske
- Re: git: 95a4412e3a4d - main - zonectl: Consistently report ZAC conv. zones WP LBA Alan Somers
- Re: git: bdb561843e86 - main - linux: implement pkey_alloc, pkey_free and pkey_mprotect Devin Teske
- Mon, 17 Aug 2026
- Re: git: 521fdb95cc78 - main - ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc Enji Cooper (yaneurabeya)
- git: 37826269b41b - main - asmc: prefer MMIO backend over PIO when both are present Enji Cooper
- git: 14e3daa72db7 - main - sqlite3: Vendor import of sqlite3 3.53.3 Cy Schubert
- git: cd4aae2fa9d3 - main - msun: Fix a typo in a source code comment Gordon Bergling
- git: 27c70deb3d26 - main - nullfs(4): Fix a typo in a source code comment Gordon Bergling
- git: 88293bdd1eef - main - swap_pager: Fix a typo in a source code comment Gordon Bergling
- git: 709bd45a1b3a - main - ppbus(4): Fix a typo in a source code comment Gordon Bergling
- git: c47b430c6ea3 - main - fxp(4): Fix a typo in a source code comment Gordon Bergling
- git: 8362aecdeb25 - main - ichwd(4): Fix a typo in a source code comment Gordon Bergling
- git: 251e6ef40203 - main - ipfw(4): Fix a typo in a source code comment Gordon Bergling
- git: 8e968c5ff411 - main - bluetooth(4): Fix a typo in a kernel message in l2cap Gordon Bergling
- git: 62d5d119ee7d - main - ix(4): Remove workaround for 2.5/5G speeds on E610 Krzysztof Galazka
- git: ba9aaed01a48 - main - Revert "ciss: Add max physical target" Warner Losh
- git: ba120b8d38f3 - main - mfc-candidates: Annotate variables as local Ed Maste
- Re: git: a8347f442824 - main - git-arc: Add a diff subcommand John Baldwin
- Re: git: 521fdb95cc78 - main - ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc John Baldwin
- Re: git: cd0727ec709b - main - libc: Add <stdio.h> C23 feature test macro John Baldwin
- git: f370d9e4d584 - main - ice(4): Add two more 4-part IDs for E835 adapters Krzysztof Galazka
- git: 557ba0c2a513 - main - yes: Avoid static initialization Dag-Erling Smørgrav
- git: d383c870f7fe - main - mdoc: Standardize SYNOPISIS section for drivers Alexander Ziaee
- Re: git: cd0727ec709b - main - libc: Add <stdio.h> C23 feature test macro Faraz Vahedi
- git: 4c1004c00ff2 - main - snd_hdspe: Avoid allocation in the interrupt handler Kevin Bowling
- git: 37bd69d43c70 - main - sys: Add sys/ckdint.h Mark Johnston
- git: 2d67765f10e7 - main - malloc: Use ckdint.h helpers instead of WOULD_OVERFLOW Mark Johnston
- git: 2cefae4cf34e - main - Fix transposed arguments in call to calloc(). Reported by GCC 15 warning. Kirk McKusick
- git: a77edeb0e54a - main - SYSINIT: add SI_SUB_KENV Gleb Smirnoff
- git: 9b8c2bffeba9 - main - fts: fix file descriptor leak in fts_close Alan Somers
- Tue, 18 Aug 2026
- git: 9aed7a774551 - main - fts: add fts_openat() API Alan Somers
- git: a781965b91ea - main - ice: Add led(4) identification support Kevin Bowling
- git: af069400a8ea - main - bnxt(4): Cross-reference led(4) Kevin Bowling
- git: a508a9f72388 - main - ufshci: return the real errno from SDB queue construction Jaeyoon Choi
- git: dbcebc7c661e - main - ufshci: pass the queue being destroyed to the cmd descriptor teardown Jaeyoon Choi
- git: f3c3db35d545 - main - ufshci: validate the CDB before allocating a request Jaeyoon Choi
- git: e1aa173f8120 - main - ufshci: consolidate the device query submit/poll pattern Jaeyoon Choi
- git: 34518292a3e0 - main - ufshci: correct the crypto/config register offsets and HCMID fields Jaeyoon Choi
- git: 68091ebf0a72 - main - ufshci: report the highest LUN number in the path inquiry Jaeyoon Choi
- git: 189ee41b6cc3 - main - arm64 vfp: eliminate nested critical sections Alan Cox
- Re: git: 521fdb95cc78 - main - ossl: fix unused-function warning for AES_CBC_ENCRYPT on powerpc Enji Cooper (yaneurabeya)
- git: 33e2eac3e3e7 - main - ix(4): Sanitize negative error codes Krzysztof Galazka
- git: 44cddaa99dee - main - vtnet: move offload functions to virtio_net.h to share them Michael Tuexen
- Re: git: cd0727ec709b - main - libc: Add <stdio.h> C23 feature test macro John Baldwin
- Re: git: cd0727ec709b - main - libc: Add <stdio.h> C23 feature test macro Faraz Vahedi
- git: 31f9f09bf7b9 - main - fts: add fts_capsicum_test.c Alan Somers
- Re: git: cd0727ec709b - main - libc: Add <stdio.h> C23 feature test macro Dimitry Andric
- git: c08a97fa27b9 - main - ipfilter: Fix checksum update for NAT_DIVERTOUT Cy Schubert
- git: b39457bb1566 - main - virtio_p9fs: Disallow detach if a session is in progress Mark Johnston
- Re: git: cd0727ec709b - main - libc: Add <stdio.h> C23 feature test macro Faraz Vahedi
- git: b567434a592e - main - stand: set st_dev/st_ino in the loader's ZFS stat for veriexec Kyle Evans
- git: 5e0e6a9e2f83 - main - unix: wrap comments to fit in 80 char line Gleb Smirnoff
- git: 644990f193cc - main - New version of jng (9.0) Devin Teske
- git: 95c04b25323d - main - bcm2835_audio: Comment out vchi_service_release() Christos Margiolis
- Go to: [ monthly archives ] [ by author ] [ by date ]