NetBSD/pkgsrc-wip 2df77e4glsmac Makefile

Modified GCC_REQD 11, typo said 17 before, which is not existent!
DeltaFile
+1-1glsmac/Makefile
+1-11 files

NetBSD/pkgsrc-wip 96ec473glsmac DESCR

Modified DESCR due to warning line 4 is too long.
DeltaFile
+2-1glsmac/DESCR
+2-11 files

LLVM/project d4179f6mlir/include/mlir/Dialect/Polygeist/IR PolygeistOps.td, mlir/lib/Dialect/Polygeist/IR PolygeistOps.cpp CMakeLists.txt

[MLIR] Initial upstream of polygeist dialect
DeltaFile
+379-0mlir/lib/Dialect/Polygeist/IR/PolygeistOps.cpp
+226-0mlir/test/Dialect/Polygeist/canonicalize-pointer2memref.mlir
+66-0utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+40-0mlir/include/mlir/Dialect/Polygeist/IR/PolygeistOps.td
+24-0mlir/test/Dialect/Polygeist/canonicalize-memref2pointer.mlir
+19-0mlir/lib/Dialect/Polygeist/IR/CMakeLists.txt
+754-010 files not shown
+811-016 files

NetBSD/pkgsrc-wip a0b0348glsmac TODO

Add TODO, explaining my lack of experience.
DeltaFile
+1-0glsmac/TODO
+1-01 files

GhostBSD/ports 3f81c9dsysutils/install-station distinfo Makefile

sysutils/install-station: update to 0.5
DeltaFile
+3-3sysutils/install-station/distinfo
+1-1sysutils/install-station/Makefile
+1-0sysutils/install-station/pkg-plist
+5-43 files

LLVM/project b34d81emlir/include/mlir/Dialect/Polygeist/IR PolygeistOps.td, mlir/lib/Dialect/Polygeist/IR PolygeistOps.cpp CMakeLists.txt

[MLIR] Initial upstream of polygeist dialect
DeltaFile
+379-0mlir/lib/Dialect/Polygeist/IR/PolygeistOps.cpp
+226-0mlir/test/Dialect/Polygeist/canonicalize-pointer2memref.mlir
+66-0utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+40-0mlir/include/mlir/Dialect/Polygeist/IR/PolygeistOps.td
+24-0mlir/test/Dialect/Polygeist/canonicalize-memref2pointer.mlir
+19-0mlir/lib/Dialect/Polygeist/IR/CMakeLists.txt
+754-09 files not shown
+808-015 files

NetBSD/pkgsrc-wip 31900ecglsmac DESCR

Add DESCR
DeltaFile
+4-0glsmac/DESCR
+4-01 files

LLVM/project 3873d15lldb/source/Core Module.cpp, lldb/source/Plugins/Platform/MacOSX PlatformDarwin.cpp PlatformMacOSX.cpp

[LLDB] Add a progress event to xcrun invocations (#198953)

LLDB invokes xcrun to find SDKs on disk. This is usually very fast, but
sometimes (after an Xcode update, or when the searched SDK does not
exist) it can take very long (10s or more). The progress event provides
user feedback to explain the hang.

Previously this functionality was in HostInfo, but it may not depend on
Core, so this patch is instrumenting the call sites instead.


cf: https://github.com/llvm/llvm-project/pull/198931
DeltaFile
+5-4lldb/test/API/functionalities/progress_reporting/clang_modules/TestClangModuleBuildProgress.py
+6-0lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
+4-2lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
+2-0lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
+2-0lldb/source/Core/Module.cpp
+19-65 files

FreeBSD/src d66fec4sys/netlink/route nexthop.c

netlink: Fix lock leak in nl_find_nhop

Reviewed by: bz, pouria
Fixes: 7e5bf68495cc ("netlink: add netlink support")
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57156
DeltaFile
+1-1sys/netlink/route/nexthop.c
+1-11 files

LLVM/project 5534eb6llvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp, llvm/lib/Target/PowerPC PPCISelLowering.cpp

Revert "[PowerPC] set libcall lowering for fp setcc ops on SPE boards (#153238)"

This reverts commit 4d0100789dc9b4db7d77c033d8f53f8b7dc68437.
DeltaFile
+182-888llvm/test/CodeGen/PowerPC/fp-strict-fcmp-spe.ll
+205-608llvm/test/CodeGen/PowerPC/spe.ll
+12-40llvm/test/CodeGen/PowerPC/legalize-invert-br_cc.ll
+4-47llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+6-6llvm/test/CodeGen/PowerPC/fast-isel-cmp-imm.ll
+0-2llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+409-1,5911 files not shown
+409-1,5927 files

FreeBSD/ports 821151aeditors/zed distinfo Makefile.crates, editors/zed/files patch-crates_fs_src_fs.rs patch-crates_fs_src_fs__watcher.rs

editors/zed: Update to 1.3.5

Changelog:
- https://github.com/zed-industries/zed/releases/tag/v1.2.4
- https://github.com/zed-industries/zed/releases/tag/v1.2.5
- https://github.com/zed-industries/zed/releases/tag/v1.2.6
- https://github.com/zed-industries/zed/releases/tag/v1.2.7
- https://github.com/zed-industries/zed/releases/tag/v1.3.5

Reported by:    GitHub (watch releases)
DeltaFile
+9-78editors/zed/files/patch-crates_fs_src_fs.rs
+70-0editors/zed/files/patch-crates_fs_src_fs__watcher.rs
+8-62editors/zed/files/patch-Cargo.lock
+33-35editors/zed/distinfo
+15-16editors/zed/Makefile.crates
+8-8editors/zed/files/patch-crates_zed_src_main.rs
+143-1994 files not shown
+152-20910 files

LLVM/project 8bef5d9flang-rt/lib/runtime CMakeLists.txt, runtimes/cmake config-Fortran.cmake

Fix typo
DeltaFile
+8-9runtimes/cmake/config-Fortran.cmake
+1-0flang-rt/lib/runtime/CMakeLists.txt
+9-92 files

FreeBSD/ports 6299553security/tailscale distinfo Makefile

security/tailscale: Update to 1.98.3

MFH:            2026Q2
(cherry picked from commit dad24dc5362f78a860065f14ca41276161491da1)
DeltaFile
+5-5security/tailscale/distinfo
+1-1security/tailscale/Makefile
+6-62 files

FreeBSD/ports dad24dcsecurity/tailscale distinfo Makefile

security/tailscale: Update to 1.98.3

MFH:            2026Q2
DeltaFile
+5-5security/tailscale/distinfo
+1-1security/tailscale/Makefile
+6-62 files

GhostBSD/ports 3181f5csysutils/setup-station distinfo Makefile

sysutils/setup-station: update to 0.3
DeltaFile
+3-3sysutils/setup-station/distinfo
+1-1sysutils/setup-station/Makefile
+1-0sysutils/setup-station/pkg-plist
+5-43 files

OpenBSD/ports 177nYhsmultimedia/libheif Makefile, multimedia/libheif/patches patch-libheif_api_libheif_heif_properties_h

   unbreak installed header
VersionDeltaFile
1.1+17-0multimedia/libheif/patches/patch-libheif_api_libheif_heif_properties_h
1.25+1-0multimedia/libheif/Makefile
+18-02 files

LLVM/project 38045ddclang/test/CIR/CodeGenBuiltins/X86 ssse3-builtins.c

[CIR][X86][NFC] Add _mm_alignr_epi8 edge immediate tests (#198522)

Cover the 16-byte boundary and all-zero result cases in
`ssse3-builtins.c`. These cases mirror the coverage in
`clang/test/CodeGen/palignr.c`.

Rename the existing `_mm_alignr_epi8` cases consistently with the new
tests.

Partially addresses https://github.com/llvm/llvm-project/issues/156747.
DeltaFile
+32-8clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
+32-81 files

FreeBSD/src 2bf6b65sys/conf newvers.sh

15.1: Update to RC1

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+1-1sys/conf/newvers.sh
+1-11 files

LLVM/project 6278e64mlir/include/mlir/Dialect/Polygeist/IR PolygeistOps.td, mlir/lib/Dialect/Polygeist/IR PolygeistOps.cpp CMakeLists.txt

[MLIR] Initial upstream of polygeist dialect
DeltaFile
+379-0mlir/lib/Dialect/Polygeist/IR/PolygeistOps.cpp
+224-0mlir/test/Dialect/Polygeist/canonicalize-pointer2memref.mlir
+66-0utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+40-0mlir/include/mlir/Dialect/Polygeist/IR/PolygeistOps.td
+24-0mlir/test/Dialect/Polygeist/canonicalize-memref2pointer.mlir
+19-0mlir/lib/Dialect/Polygeist/IR/CMakeLists.txt
+752-08 files not shown
+805-014 files

LLVM/project 094c3d4mlir/include/mlir/Dialect/Polygeist/IR PolygeistOps.td, mlir/lib/Dialect/Polygeist/IR PolygeistOps.cpp CMakeLists.txt

[MLIR] Initial upstream of polygeist dialect
DeltaFile
+379-0mlir/lib/Dialect/Polygeist/IR/PolygeistOps.cpp
+133-0mlir/test/Dialect/Polygeist/canonicalize-pointer2memref.mlir
+66-0utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+40-0mlir/include/mlir/Dialect/Polygeist/IR/PolygeistOps.td
+24-0mlir/test/Dialect/Polygeist/canonicalize-memref2pointer.mlir
+19-0mlir/lib/Dialect/Polygeist/IR/CMakeLists.txt
+661-08 files not shown
+714-014 files

LLVM/project f97abd4

Merge remote-tracking branch 'official/users/meinersbur/flang_builtin-mods_3' into users/meinersbur/flang_builtin-mods_3
DeltaFile
+0-00 files

LLVM/project e099bfblldb/include/lldb/Utility Locked.h, lldb/unittests/Utility LockedTest.cpp CMakeLists.txt

[lldb] Add Locked<T> and SharedLocked<T> RAII handles in Utility (NFC) (#198941)

Introduce two RAII handles that pair a pointer-like value with a lock on
a caller-supplied mutex.

- Locked<PtrT, Mutex>: holds std::unique_lock<Mutex>. Move-only;
enforces exclusive access. Defaults to std::recursive_mutex to match
LLDB's existing synchronization style.
- SharedLocked<PtrT, Mutex>: holds a reference-counted
std::shared_lock<Mutex>. Copyable — copies share the same reader lock
and the lock releases when the last copy goes away. Defaults to
llvm::sys::RWMutex, the LLDB convention.

PtrT may be a raw pointer, std::shared_ptr, or std::unique_ptr;
convenience aliases LockedPtr/LockedSP/LockedUP and
SharedLockedPtr/SharedLockedSP/SharedLockedUP cover the common
combinations. SharedLocked's borrowed pointer is const-qualified so
readers can't mutate the pointee.
DeltaFile
+225-0lldb/unittests/Utility/LockedTest.cpp
+173-0lldb/include/lldb/Utility/Locked.h
+1-0lldb/unittests/Utility/CMakeLists.txt
+399-03 files

LLVM/project d23274aflang-rt CMakeLists.txt, flang-rt/lib/runtime CMakeLists.txt

Add comment about module-only sources & rename RUNTIMES_ENABLE_FLANG_MODULES
DeltaFile
+8-8runtimes/cmake/config-Fortran.cmake
+8-2flang-rt/lib/runtime/CMakeLists.txt
+1-1flang-rt/CMakeLists.txt
+1-1openmp/CMakeLists.txt
+18-124 files

LLVM/project b75f5d7lldb/include/lldb/Target ScriptedThreadPlan.h, lldb/source/API SBThreadPlan.cpp SBThread.cpp

[lldb] Consolidate ScriptedThreadPlan state into ScriptedMetadata (#199064)

This is a follow-up to 1b4a578a9f77.

Replace ScriptedThreadPlan's separate `m_class_name` and `m_args_data`
members with a single `m_scripted_metadata`, and update its constructor,
Thread::QueueThreadPlanForStepScripted and the SB/CLI callers to take a
`const ScriptedMetadata &` directly. Drop the now-redundant `args_sp`
parameter from ScriptedThreadPlanInterface::CreatePluginObject; the
Python override constructs a StructuredDataImpl from the metadata's args
dict for the dispatched call.

ScriptedThreadPlan keeps its own `m_scripted_metadata` member because
the interface's metadata is only set when `DidPush()` calls
`CreatePluginObject`, so the plan needs to hold the metadata between
construction and `DidPush()`.

Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
DeltaFile
+22-24lldb/source/Target/ScriptedThreadPlan.cpp
+23-9lldb/source/API/SBThreadPlan.cpp
+5-4lldb/include/lldb/Target/ScriptedThreadPlan.h
+3-5lldb/source/Target/Thread.cpp
+6-1lldb/source/API/SBThread.cpp
+3-2lldb/source/Commands/CommandObjectThread.cpp
+62-454 files not shown
+70-5310 files

OpenBSD/ports Mc1fyDfdevel/arm-none-eabi/gdb/patches patch-sim_common_callback_c patch-sim_common_sim-io_c, devel/msp430/gdb/patches patch-sim_common_callback_c patch-sim_common_sim-io_c

   devel/*/gdb: do not assume that time_t is long

   llvm22 rightly objects to this
VersionDeltaFile
1.1+32-0devel/msp430/gdb/patches/patch-sim_common_callback_c
1.1+21-0devel/arm-none-eabi/gdb/patches/patch-sim_common_callback_c
1.1+15-0devel/msp430/gdb/patches/patch-sim_common_sim-io_c
1.1+15-0devel/arm-none-eabi/gdb/patches/patch-sim_common_sim-io_c
1.1+12-0devel/arm-none-eabi/gdb/patches/patch-sim_common_sim-io_h
1.1+12-0devel/arm-none-eabi/gdb/patches/patch-include_gdb_callback_h
+107-04 files not shown
+133-210 files

LLVM/project 691d540lldb/include/lldb/Interpreter/Interfaces ScriptedHookInterface.h, lldb/include/lldb/Target Target.h

[lldb] Consolidate Target Hook/StopHook scripted state into ScriptedMetadata (#199088)

This is a follow-up to 1b4a578a9f77.

Replace `Target::HookScripted`'s and `Target::StopHookScripted`'s
separate `m_class_name` and `m_extra_args` members with a single
`m_scripted_metadata`, and update `SetScriptCallback to take a `const
ScriptedMetadata &` directly. Drop the now-redundant `args_sp` parameter
from ScriptedHookInterface::CreatePluginObject and
ScriptedStopHookInterface::CreatePluginObject; the Python overrides
construct a StructuredDataImpl from the metadata's args dict for the
dispatched call.

Each hook subclass keeps its own `m_scripted_metadata` member because
the interface's metadata is only set when SetScriptCallback runs the
Python override of CreatePluginObject; the hook needs to hold the
metadata between construction and that callback. Read-side description
printing goes through the new GetScriptClassName() helper which
delegates to m_interface_sp->GetScriptedMetadata(). The two

    [3 lines not shown]
DeltaFile
+44-43lldb/source/Target/Target.cpp
+7-10lldb/include/lldb/Target/Target.h
+6-4lldb/source/Commands/CommandObjectTarget.cpp
+2-2lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedStopHookPythonInterface.cpp
+2-2lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedHookPythonInterface.cpp
+1-2lldb/include/lldb/Interpreter/Interfaces/ScriptedHookInterface.h
+62-633 files not shown
+65-699 files

LLVM/project 85c3be1llvm/include/llvm/Transforms/IPO Instrumentor.h InstrumentorUtils.h, llvm/lib/Transforms/IPO Instrumentor.cpp InstrumentorUtils.cpp

[Instrumentor][FIX] Ensure we indicate changes properly. (#199106)

We now indicate changes whenever we might have changed things even if
the filter will rule out instrumentation. The issue was that we need to
get the argument to check the filter and that process might create new
IR, e.g., a global variable containing the function name.
DeltaFile
+13-8llvm/lib/Transforms/IPO/Instrumentor.cpp
+4-2llvm/include/llvm/Transforms/IPO/Instrumentor.h
+5-1llvm/lib/Transforms/IPO/InstrumentorUtils.cpp
+1-1llvm/include/llvm/Transforms/IPO/InstrumentorUtils.h
+23-124 files

LLVM/project 1e58c28.github/actions/checkout-baseline-tooling action.yml

Whoops, too much copy and paste
DeltaFile
+1-1.github/actions/checkout-baseline-tooling/action.yml
+1-11 files

OpenBSD/ports hh5Cr9Wsysutils/skim Makefile

   skim fails with an error because of -Wno-error=date-time

   Move to ports-gcc on base-gcc to fix build on sparc64
VersionDeltaFile
1.4+4-0sysutils/skim/Makefile
+4-01 files

FreeBSD/src ac8fe88release/pkg_repos release-dvd.conf

Switch from "quarterly" to "release" pkgs on DVD

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+1-1release/pkg_repos/release-dvd.conf
+1-11 files