OPNSense/core ffcd43bsrc/opnsense/mvc/app/views/OPNsense/Diagnostics netflow.volt

trim this as well
DeltaFile
+1-1src/opnsense/mvc/app/views/OPNsense/Diagnostics/netflow.volt
+1-11 files

OPNSense/core a245839src/opnsense/mvc/app/views/OPNsense/Unbound overview.volt

leftover here
DeltaFile
+0-1src/opnsense/mvc/app/views/OPNsense/Unbound/overview.volt
+0-11 files

OPNSense/core d9e578bsrc/opnsense/mvc/app/views/OPNsense/Unbound overview.volt

unbound: overview: reset page on data reset
DeltaFile
+3-1src/opnsense/mvc/app/views/OPNsense/Unbound/overview.volt
+3-11 files

OPNSense/core 0ce0b97. plist

update plist
DeltaFile
+1-2plist
+1-21 files

OPNSense/core c759b4fsrc/opnsense/mvc/app/controllers/OPNsense/Unbound/forms dnsreporting.xml

trim this
DeltaFile
+1-3src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms/dnsreporting.xml
+1-31 files

OPNSense/core c69ab0bsrc/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api SystemhealthController.php, src/opnsense/mvc/app/models/OPNsense/Diagnostics SystemHealth.php

Reporting: Settings: convert to MVC
DeltaFile
+0-311src/www/reporting_settings.php
+192-68src/opnsense/mvc/app/views/OPNsense/Diagnostics/health.volt
+59-11src/opnsense/mvc/app/views/OPNsense/Unbound/overview.volt
+53-3src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api/SystemhealthController.php
+27-10src/opnsense/mvc/app/views/OPNsense/Diagnostics/netflow.volt
+35-0src/opnsense/mvc/app/models/OPNsense/Diagnostics/SystemHealth.php
+366-40314 files not shown
+473-40920 files

OPNSense/core 3ce5b08src/opnsense/mvc/app/models/OPNsense/Diagnostics/Migrations M1_0_0.php

safeguard post as well
DeltaFile
+4-0src/opnsense/mvc/app/models/OPNsense/Diagnostics/Migrations/M1_0_0.php
+4-01 files

OPNSense/core 438dcd9src/opnsense/mvc/app/models/OPNsense/Core/Menu Menu.xml, src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL ACL.xml

fix ACL and menu
DeltaFile
+0-1src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL/ACL.xml
+0-1src/opnsense/mvc/app/models/OPNsense/Core/Menu/Menu.xml
+0-22 files

OPNSense/core 3986018src/opnsense/www/js opnsense_ui.js

ui: SimpleActionButton exclude scope should apply to first active tab as well
DeltaFile
+13-2src/opnsense/www/js/opnsense_ui.js
+13-21 files

LLVM/project d63f996bolt/test merge-fdata-no-lbr-event-multi.test merge-fdata-no-lbr-event.test, bolt/tools/merge-fdata merge-fdata.cpp

[BOLT][merge-fdata] Preserve event names



Test Plan: added merge-fdata-no-lbr-event*.test

Reviewers:
maksfb, paschalis-mpeis, yozhu, yota9, yavtuk, rafaelauler, ayermolo

Reviewed By: rafaelauler

Pull Request: https://github.com/llvm/llvm-project/pull/199323
DeltaFile
+21-2bolt/tools/merge-fdata/merge-fdata.cpp
+22-0bolt/test/merge-fdata-no-lbr-event-multi.test
+18-0bolt/test/merge-fdata-no-lbr-event.test
+61-23 files

NetBSD/pkgsrc SY4BYoSdoc CHANGES-2026

   Updated devel/py-zope.interface, archivers/py-zopfli
VersionDeltaFile
1.3299+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 7yEHtxoarchivers/py-zopfli distinfo Makefile

   py-zopfli: updated to 0.4.2

   0.4.2
   Support building on free-threaded Python
   Fix sdist build and add setuptools_scm to build system requirements
VersionDeltaFile
1.8+4-4archivers/py-zopfli/distinfo
1.14+2-3archivers/py-zopfli/Makefile
+6-72 files

LLVM/project 7a93152clang/include/clang/Basic riscv_vector.td, clang/lib/CodeGen/TargetBuiltins RISCV.cpp

Merge commit '853d532794be83adc97d51c9ff8c9095ce32631b' into users/chenshanzhi/AArch64-TTI-getTgtMemIntrinsic
DeltaFile
+178-267llvm/lib/Target/RISCV/RISCVInstrInfoP.td
+71-67llvm/lib/Target/AMDGPU/VOP3PInstructions.td
+49-43clang/lib/CodeGen/TargetBuiltins/RISCV.cpp
+32-27clang/include/clang/Basic/riscv_vector.td
+21-18clang/utils/TableGen/RISCVVEmitter.cpp
+10-12clang/lib/Support/RISCVVIntrinsicUtils.cpp
+361-4343 files not shown
+371-4389 files

NetBSD/pkgsrc Hfr3oosdevel/py-zope.interface distinfo Makefile

   py-zope.interface: updated to 8.5

   8.5 (2026-05-26)

   - Build and upload free-threaded (``cp314t``, ``cp315t``) wheels for all
     platforms.
     Expand CI testing for free-threaded Python 3.14t from Linux-only to all
     platforms (macOS, Windows), and add 3.15t CI.

   - Replace all remaining ``PyDict_GetItem()`` calls in the C extension with
     exception-safe alternatives (``PyDict_Contains``, ``PyDict_GetItemWithError``).
     ``PyDict_GetItem`` silently swallows exceptions from ``__hash__``/``__eq__``,
     causing ``isOrExtends()`` to return ``False`` instead of raising ``TypeError``
     for unhashable objects. Also use ``PyType_GetDict()`` on Python 3.13+ for
     free-threading safety when accessing the type dict.
VersionDeltaFile
1.19+4-4devel/py-zope.interface/distinfo
1.25+2-2devel/py-zope.interface/Makefile
+6-62 files

LLVM/project 3e0c818clang/lib/CIR/CodeGen CIRGenBuiltinAMDGPU.cpp CIRGenTypes.cpp, clang/test/CIR/CodeGenHIP builtins-amdgcn-image.hip

[CIR][AMDGPU] Adds lowering for amdgcn image load/store builtins (#198184)

Support for lowering of amdgcn_image_load/store for AMDGPU builtins to
clangIR.
Followed similar lowering from clang->llvmir:
`clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp`.

Upstreaming clangIR PR: https://github.com/llvm/clangir/pull/2058
DeltaFile
+466-0clang/test/CIR/CodeGenHIP/builtins-amdgcn-image.hip
+73-12clang/lib/CIR/CodeGen/CIRGenBuiltinAMDGPU.cpp
+17-0clang/lib/CIR/CodeGen/CIRGenTypes.cpp
+556-123 files

OpenBSD/ports fjZ6C7vproductivity/davical Makefile distinfo, productivity/davical/pkg PLIST

   productivity/davical: update to 1.1.13.

   dont forget to run /var/www/davical/dba/update-davical-database to
   update the database schema to version 1.3.6.
VersionDeltaFile
1.42+3-4productivity/davical/Makefile
1.9+2-2productivity/davical/distinfo
1.13+1-2productivity/davical/pkg/PLIST
+6-83 files

LLVM/project 4c9296dbolt/tools/driver llvm-bolt.cpp

[BOLT][NFC] Unify perf data setting

Combine opts::PerfData handling into one place per driver (llvm-bolt and
heatmap).
* Allow using perf data directly after DataAggregator/DataReader
  unification in #195986.
* Drop redundant perf data checks in perf2boltMode done by setProfile.

Test Plan: NFC

Reviewers:
ritter-x2a, david-salinas, grypp, Pierre-vh, dcaballe, aartbik, adam-smnk, fabianmcg, yota9, JDevlieghere, banach-space, xlauko, nikic, #reviewers-libcxx, rafaelauler, Moxinilian, nicolasvasilache, yozhu, ayermolo, paschalis-mpeis, lamb-j, andykaylor, #reviewers-libc, vangthao95, bcardosolopes, yavtuk, aaronmondal, rupprecht, matthias-springer, keith, maksfb, lanza, Jianhui-Li, charithaintc

Reviewed By: yozhu, rafaelauler

Pull Request: https://github.com/llvm/llvm-project/pull/199322
DeltaFile
+3-22bolt/tools/driver/llvm-bolt.cpp
+3-221 files

OpenBSD/ports I2w8OKpwww/awl Makefile distinfo

   www/awl: update to 0.65.
VersionDeltaFile
1.29+2-3www/awl/Makefile
1.8+2-2www/awl/distinfo
+4-52 files

FreeBSD/ports 0749751databases/p5-DBIx-SearchBuilder Makefile, devel/p5-Capture-Tiny-Extended Makefile

*: use MASTER_SITE_SUBDIR with the CPAN macro
DeltaFile
+2-1databases/p5-DBIx-SearchBuilder/Makefile
+2-1devel/p5-Capture-Tiny-Extended/Makefile
+2-1devel/p5-MooseX-HasDefaults/Makefile
+2-1devel/p5-Time-ParseDate/Makefile
+8-44 files

FreeBSD/ports 1fad606misc/ncnn distinfo Makefile

misc/ncnn: update 2026011320260526
DeltaFile
+3-3misc/ncnn/distinfo
+1-2misc/ncnn/Makefile
+4-52 files

FreeBSD/ports 7229ec0graphics/filament distinfo Makefile

graphics/filament: update 1.71.4 → 1.71.5
DeltaFile
+3-3graphics/filament/distinfo
+1-1graphics/filament/Makefile
+4-42 files

FreeBSD/ports 7620bbbmultimedia/youtui distinfo Makefile

multimedia/youtui: update 0.0.36 → 0.0.37
DeltaFile
+477-391multimedia/youtui/distinfo
+238-196multimedia/youtui/Makefile
+715-5872 files

FreeBSD/ports 3897719devel/quill distinfo pkg-plist

devel/quill: update 9.0.1 → 11.1.0
DeltaFile
+3-3devel/quill/distinfo
+5-0devel/quill/pkg-plist
+4-1devel/quill/Makefile
+12-43 files

FreeBSD/ports defe280cad/apio Makefile distinfo, cad/apio/files patch-pyproject.toml

cad/apio: update 0.9.5 → 1.4.2
DeltaFile
+48-16cad/apio/files/patch-pyproject.toml
+21-9cad/apio/Makefile
+3-3cad/apio/distinfo
+72-283 files

FreeBSD/ports 05d21b0misc/github-copilot-cli Makefile

misc/github-copilot-cli: Add comment
DeltaFile
+1-1misc/github-copilot-cli/Makefile
+1-11 files

FreeBSD/ports b42d858databases/weaviate distinfo Makefile

databases/weaviate: update 1.37.5 → 1.37.6
DeltaFile
+5-5databases/weaviate/distinfo
+1-1databases/weaviate/Makefile
+6-62 files

LLVM/project c797b79clang/test/CodeGen builtin-masked.c, clang/test/Sema warn-lifetime-safety.cpp

Merge branch 'main' into users/chenshanzhi/AArch64-TTI-getTgtMemIntrinsic
DeltaFile
+178-267llvm/lib/Target/RISCV/RISCVInstrInfoP.td
+416-0mlir/test/Conversion/TosaToSPIRVTosa/tosa-to-spirv.mlir
+109-109clang/test/Sema/warn-lifetime-safety.cpp
+195-0clang/test/CodeGen/builtin-masked.c
+71-67llvm/lib/Target/AMDGPU/VOP3PInstructions.td
+127-0mlir/lib/Conversion/TosaToSPIRVTosa/TosaToSPIRVTosaOps.cpp
+1,096-44355 files not shown
+1,620-77761 files

LLVM/project b926cf7mlir/include/mlir/Conversion/TosaToSPIRVTosa TosaToSPIRVTosa.h, mlir/lib/Conversion/TosaToSPIRVTosa TosaToSPIRVTosaOps.cpp CMakeLists.txt

[mlir][tosa][spirv] Lower TOSA elementwise ops to SPIR-V TOSA (#199505)

Add conversion patterns for simple TOSA elementwise operations to the
SPIR-V TOSA dialect.

The lowering covers unary and binary elementwise ops with shared pattern
templates, plus min/max handling for NaN propagation mode.

Add focused conversion tests that check the generated SPIR-V TOSA ops.

Signed-off-by: Davide Grohmann <davide.grohmann at arm.com>
DeltaFile
+416-0mlir/test/Conversion/TosaToSPIRVTosa/tosa-to-spirv.mlir
+127-0mlir/lib/Conversion/TosaToSPIRVTosa/TosaToSPIRVTosaOps.cpp
+2-0mlir/include/mlir/Conversion/TosaToSPIRVTosa/TosaToSPIRVTosa.h
+1-0mlir/lib/Conversion/TosaToSPIRVTosa/CMakeLists.txt
+1-0mlir/lib/Conversion/TosaToSPIRVTosa/TosaToSPIRVTosaPass.cpp
+547-05 files

LLVM/project 9923871bolt/include/bolt/Profile DataAggregator.h, bolt/lib/Profile DataAggregator.cpp

[BOLT][NFC] Split out DataAggregator::parseInput



Test Plan: NFC

Reviewers:
paschalis-mpeis, maksfb, ayermolo, yavtuk, yozhu, rafaelauler, yota9

Reviewed By: yozhu, rafaelauler

Pull Request: https://github.com/llvm/llvm-project/pull/199321
DeltaFile
+12-7bolt/lib/Profile/DataAggregator.cpp
+4-1bolt/include/bolt/Profile/DataAggregator.h
+16-82 files

LLVM/project 66bafd4mlir/lib/Support TypeID.cpp

[MLIR] Improve TypeID anonymous namespace check to handle GCC's __PRETTY_FUNCTION__ format (#199634)

The anonymous namespace detection in
`FallbackTypeIDResolver::registerImplicitTypeID` only checked for
Clang's `(anonymous namespace)` and MSVC's `anonymous-namespace`
formats. GCC produces `{anonymous}` in `__PRETTY_FUNCTION__`, silently
bypassing the check.
DeltaFile
+7-5mlir/lib/Support/TypeID.cpp
+7-51 files