OPNSense/core 15bf3fbsrc/opnsense/service configd_ctl.py

backend: fix typo
DeltaFile
+1-1src/opnsense/service/configd_ctl.py
+1-11 files

OPNSense/plugins e4375d2security/q-feeds-connector pkg-descr

security/q-feeds-connector: finish release notes
DeltaFile
+2-1security/q-feeds-connector/pkg-descr
+2-11 files

OPNSense/plugins 4c9ec85security/q-feeds-connector Makefile pkg-descr, security/q-feeds-connector/src/etc/inc/plugins.inc.d qfeeds.inc

security/q-feeds-connector: prep for hotfix
DeltaFile
+4-4security/q-feeds-connector/src/etc/inc/plugins.inc.d/qfeeds.inc
+2-1security/q-feeds-connector/src/opnsense/scripts/qfeeds/lib/api.py
+1-1security/q-feeds-connector/Makefile
+2-0security/q-feeds-connector/pkg-descr
+9-64 files

LLVM/project 39ee115mlir/lib/Dialect/Shard/Transforms Simplify.cpp, mlir/test/Dialect/Shard simplify.mlir

[MLIR][Shard] Fold all_gather/all_slice inverse pairs (#193906)

Add a simplify pattern that replaces all_gather(all_slice(x))/all_slice(all_gather(x))
with x when grid, grid axes, and gather/slice axis match.

Co-authored-by: Cursor <cursoragent at cursor.com>
DeltaFile
+102-1mlir/test/Dialect/Shard/simplify.mlir
+54-3mlir/lib/Dialect/Shard/Transforms/Simplify.cpp
+156-42 files

LLVM/project fc00af7llvm/lib/Target/AArch64 AArch64Processors.td, llvm/test/Transforms/LoopVectorize/AArch64 scalable-vectorization-cost-tuning.ll force-scalable-vectorization-always.ll

[AArch64] Enable SVE MaxBW for Neoverse-N2, prefer fixed at same cost (#195108)

This should be using the same settings as other 128b SVE cores. Very
slight performance improvement from MaxBW, regressions alleviated
by preferring fixed VFs over scalable when they're the same cost.
DeltaFile
+6-6llvm/test/Transforms/LoopVectorize/AArch64/scalable-vectorization-cost-tuning.ll
+1-1llvm/lib/Target/AArch64/AArch64Processors.td
+1-1llvm/test/Transforms/LoopVectorize/AArch64/force-scalable-vectorization-always.ll
+8-83 files

LLVM/project 6d8d7d0openmp CMakeLists.txt, openmp/cmake/modules LibompUtils.cmake

[OpenMP] Add target to build OpenMP runtime (#189557)

This adds a top-level target to build the OpenMP runtime, similar to
what was done in https://github.com/llvm/llvm-project/pull/186099 for
the Offload runtime.

Having this top-level target enables us to execute the build in the
pre-commit CI as shown in
https://github.com/llvm/llvm-project/pull/174955 (I actually just
cherry-picked the commit from that branch)
DeltaFile
+9-0openmp/cmake/modules/LibompUtils.cmake
+6-0openmp/CMakeLists.txt
+3-0openmp/runtime/src/CMakeLists.txt
+2-0openmp/libompd/src/CMakeLists.txt
+2-0openmp/device/CMakeLists.txt
+2-0openmp/libompd/gdb-plugin/CMakeLists.txt
+24-03 files not shown
+30-09 files

LLVM/project 1f8efdcmlir/include/mlir/Dialect/SPIRV/IR SPIRVAtomicOps.td SPIRVBase.td, mlir/test/Dialect/SPIRV/IR atomic-ops.mlir

[mlir][SPIR-V] Add AtomicLoad and AtomicStore ops (#195797)
DeltaFile
+89-0mlir/include/mlir/Dialect/SPIRV/IR/SPIRVAtomicOps.td
+60-0mlir/test/Dialect/SPIRV/IR/atomic-ops.mlir
+8-0mlir/test/Target/SPIRV/atomic-ops.mlir
+4-1mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
+161-14 files

OPNSense/core 603605asrc/man/man8 configctl.8, src/opnsense/service configd_ctl.py

backend: configctl: support -f cache flush parameter

While this doesn't fix the actual issue it provides the
base for a proper fix in qfeeds plugin.

PR: https://forum.opnsense.org/index.php?topic=51791.0
DeltaFile
+7-2src/opnsense/service/configd_ctl.py
+4-2src/man/man8/configctl.8
+11-42 files

FreeBSD/ports 239d06bmisc/py-openai distinfo Makefile

misc/py-openai: update 2.28.0 → 2.34.0
DeltaFile
+3-3misc/py-openai/distinfo
+2-3misc/py-openai/Makefile
+5-62 files

FreeBSD/ports df9060fmisc/py-google-genai distinfo Makefile

misc/py-google-genai: update 1.67.0 → 1.75.0
DeltaFile
+3-3misc/py-google-genai/distinfo
+1-1misc/py-google-genai/Makefile
+4-42 files

FreeBSD/ports 79eeaa8misc/ggml distinfo Makefile

misc/ggml: update 0.10.0 → 0.10.2
DeltaFile
+3-3misc/ggml/distinfo
+2-2misc/ggml/Makefile
+5-52 files

LLVM/project 5035d76clang/include/clang/CIR MissingFeatures.h, clang/lib/CIR/CodeGen CIRGenModule.cpp

[CIR] Implement function target/tune attrs and FMV metadata.
DeltaFile
+244-0clang/test/CIR/CodeGen/attr-target-aarch64.c
+186-0clang/test/CIR/CodeGen/attr-target-x86.c
+74-0clang/test/CIR/CodeGenHIP/attr-target-amdgpu.hip
+66-3clang/lib/CIR/CodeGen/CIRGenModule.cpp
+0-1clang/include/clang/CIR/MissingFeatures.h
+570-45 files

OPNSense/core 9fa2c6asrc/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv4.xml KeaDhcpv6.xml

kea: style sweep
DeltaFile
+6-6src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv4.xml
+6-6src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.xml
+12-122 files

FreeBSD/src c8167ebsys/dev/virtio/network if_vtnet.c if_vtnetvar.h

Revert "virtio_net: Use bus_dma for command/ack buffers"

This reverts commit b5bad6df467cc95bea641afe674c55cd5b9f1510.

Revert until we can fix reported issues
DeltaFile
+58-278sys/dev/virtio/network/if_vtnet.c
+0-6sys/dev/virtio/network/if_vtnetvar.h
+58-2842 files

FreeBSD/src dc00f11sys/dev/virtio/network if_vtnet.c if_vtnetvar.h

Revert "virtio_net: Use bus_dma for rxq/txq buffers"

This reverts commit c16c95192f01237a876eb7bc336e3bbda9310171.

Revert until we can fix reported issues
DeltaFile
+17-258sys/dev/virtio/network/if_vtnet.c
+0-10sys/dev/virtio/network/if_vtnetvar.h
+17-2682 files

FreeBSD/ports 77b9a08lang/chibi-scheme distinfo Makefile

lang/chibi-scheme: update to 0.12

Release notes: https://github.com/ashinn/chibi-scheme/releases/tag/0.12
DeltaFile
+3-3lang/chibi-scheme/distinfo
+1-1lang/chibi-scheme/Makefile
+4-42 files

FreeBSD/ports 03df096sysutils/btop Makefile

sysutils/btop: add DOCS option

PR:     295003
DeltaFile
+2-0sysutils/btop/Makefile
+2-01 files

LLVM/project ed07c92mlir/include/mlir/Target/LLVMIR/Dialect OpenMPCommon.h, mlir/lib/Target/LLVMIR/Dialect OpenMPCommon.cpp

[MLIR] Fix offload map metadata order (#195346)

This fixes one part of
https://github.com/llvm/llvm-project/issues/195333.

There are two different semicolon-field orders in
offload/include/Shared/SourceInfo.h:

1. Per-map strings (`map_var_info_t`): first field is the mapped name,
second
is the file path:
```
/// Type alias for source location information for variable mappings with
/// data layout ";name;filename;row;col;;\0" from clang.
using map_var_info_t = void *;
```

2. `ident_t` region strings: first field is the file path, second is the
function name:

    [46 lines not shown]
DeltaFile
+9-6mlir/lib/Target/LLVMIR/Dialect/OpenMPCommon.cpp
+7-7mlir/test/Target/LLVMIR/openacc-llvm.mlir
+6-2mlir/include/mlir/Target/LLVMIR/Dialect/OpenMPCommon.h
+22-153 files

NetBSD/pkgsrc-wip dc78a00webkit-gtk60 distinfo, webkit-gtk60/patches patch-Source_WTF_wtf_glib_FileSystemGlib.cpp

webkit-gtk60: add upstream pull request URL
DeltaFile
+1-1webkit-gtk60/distinfo
+1-0webkit-gtk60/patches/patch-Source_WTF_wtf_glib_FileSystemGlib.cpp
+2-12 files

NetBSD/pkgsrc-wip 86b151awebkit-gtk60 Makefile distinfo, webkit-gtk60/patches patch-Source_WTF_wtf_glib_FileSystemGlib.cpp

webkit-gtk60: update patch after review comments

Fix PKGCONFIG_OVERRIDE while here
DeltaFile
+23-12webkit-gtk60/patches/patch-Source_WTF_wtf_glib_FileSystemGlib.cpp
+5-2webkit-gtk60/Makefile
+1-1webkit-gtk60/distinfo
+29-153 files

LLVM/project 40cdfd2mlir/lib/Dialect/SPIRV/IR SPIRVTypes.cpp

[mlir][SPIR-V][NFC] Add pushCaps/pushExts helpers to type visitors (#195796)

Discussed in
https://github.com/llvm/llvm-project/pull/195060#discussion_r3183984853
DeltaFile
+47-67mlir/lib/Dialect/SPIRV/IR/SPIRVTypes.cpp
+47-671 files

FreeBSD/ports 6f27eb3devel/freebsd-sysroot pkg-plist.powerpc pkg-plist.armv7

devel/freebsd-sysroot: update to 14.3-RELEASE

Also update GCC for powerpc to 14.2.0.

Reviewed by:    mikael
Differential Revision: https://reviews.freebsd.org/D56754
DeltaFile
+1,584-1,485devel/freebsd-sysroot/pkg-plist.powerpc
+124-288devel/freebsd-sysroot/pkg-plist.armv7
+175-91devel/freebsd-sysroot/pkg-plist.aarch64
+143-96devel/freebsd-sysroot/pkg-plist.amd64
+126-101devel/freebsd-sysroot/pkg-plist.i386
+123-91devel/freebsd-sysroot/pkg-plist.powerpc64le
+2,275-2,1525 files not shown
+2,672-2,45611 files

LLVM/project e12c108clang/lib/AST/ByteCode InterpBuiltin.cpp

[NFC][clang] InterpBuiltin.cpp - use consistent ia32 naming convention for all x86 builtin expansions (#195699)

Also, add IsAdd argument to interp__builtin_ia32_addcarry_subborrow instead of repeated builtinid comparisons
DeltaFile
+39-40clang/lib/AST/ByteCode/InterpBuiltin.cpp
+39-401 files

FreeBSD/ports e7388e0cad/openvsp distinfo Makefile

cad/openvsp: Update to 3.50.0

Features:

 * Legacy analyses now available as Geometry Analyses — CompGeom, Planar Slice,
   Projected Area, Mass Properties
 * Risk Angle Geometry Analysis
 * AC 20-128A Rotor fragment Aux Geom
 * AC 25.905-1 Thrown blade Aux Geom
 * ESDU 83042a Tire spray Aux Geom
 * AMC 25.734 Wheel and tire failure mode Aux Geom
 * Geometry Analysis API
 * FEA Poly Spar API

Fixes:

 * Point gaps fixed along intersections in CFD / FEA Mesh
 * Tolerance that was collapsing features and elements fixed
 * Point order crash in Triangle worked around

    [3 lines not shown]
DeltaFile
+3-3cad/openvsp/distinfo
+1-1cad/openvsp/Makefile
+4-42 files

FreeBSD/ports 508f2c9net/redpanda-connect distinfo Makefile

net/redpanda-connect: Update to 4.90.2
DeltaFile
+5-5net/redpanda-connect/distinfo
+3-3net/redpanda-connect/Makefile
+8-82 files

FreeBSD/ports a80de8cnet/natscli distinfo Makefile

net/natscli: Update to 0.4.0
DeltaFile
+5-5net/natscli/distinfo
+1-1net/natscli/Makefile
+6-62 files

FreeBSD/ports 24ac27bcomms/hydrasdr Makefile

comms/hydrasdr: remove unnecessary powerpc64 CFLAGS
DeltaFile
+0-2comms/hydrasdr/Makefile
+0-21 files

FreeBSD/ports a540a7dmath/universal distinfo Makefile

math/universal: update 4.6.11 → 4.6.13
DeltaFile
+3-3math/universal/distinfo
+2-2math/universal/Makefile
+3-0math/universal/pkg-plist
+8-53 files

FreeBSD/ports f3b0e55devel/ffs distinfo pkg-plist

devel/ffs: update 3.2.0 → 3.3.0
DeltaFile
+3-3devel/ffs/distinfo
+2-1devel/ffs/pkg-plist
+1-1devel/ffs/Makefile
+6-53 files

FreeBSD/ports 74f6128lang/odin pkg-plist distinfo

lang/odin: update 2026-03 → 2026.05
DeltaFile
+57-15lang/odin/pkg-plist
+3-3lang/odin/distinfo
+1-1lang/odin/Makefile
+61-193 files