OPNSense/tools c8b23b2config/26.1 make.conf ports.conf

config: add haproxy 3.2

PR: https://github.com/opnsense/plugins/pull/5101
DeltaFile
+1-0config/26.1/make.conf
+1-0config/26.1/ports.conf
+2-02 files

LLVM/project 14df24blibcxx/docs FeatureTestMacroTable.rst, libcxx/docs/ReleaseNotes 22.rst

[libc++] define FTM __cpp_lib_ranges_zip (#176569)

P2321R2 has been implemented in various PRs. Based on the discussion
in #105169, the last bit in iterator.concept.winc doesn't require
any changes, so we can actually mark this as done.

Fixes #105169

(cherry picked from commit 985d75a57abaabbd4de3aafd42145068d6bedd13)
DeltaFile
+10-22libcxx/test/std/language.support/support.limits/support.limits.general/ranges.version.compile.pass.cpp
+10-22libcxx/test/std/language.support/support.limits/support.limits.general/utility.version.compile.pass.cpp
+10-22libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
+10-22libcxx/test/std/language.support/support.limits/support.limits.general/tuple.version.compile.pass.cpp
+1-2libcxx/docs/ReleaseNotes/22.rst
+1-1libcxx/docs/FeatureTestMacroTable.rst
+42-913 files not shown
+44-949 files

NetBSD/pkgsrc-wip 987ac1aemscripten PLIST Makefile

emscripten: Initial commit version 4.0.23
DeltaFile
+6,302-0emscripten/PLIST
+79-0emscripten/Makefile
+10-0emscripten/DESCR
+5-0emscripten/distinfo
+2-0emscripten/COMMIT_MSG
+6,398-05 files

OPNSense/plugins 1a2fd01security/acme-client pkg-descr Makefile

security/acme-client: sync with master
DeltaFile
+6-0security/acme-client/pkg-descr
+1-1security/acme-client/Makefile
+7-12 files

LLVM/project 25f405ellvm/lib/CodeGen CodeGenPrepare.cpp, llvm/test/Transforms/CodeGenPrepare/AArch64 sink-free-instructions.ll

[CGP][AArch64] Do not sink instructions that might read/write memory. (#176182)

The test case's call instruction was being sank past the point where the
memory
it accessed was valid. Add a check that CGP does not try to sink
instruction that
might be invalid to move.

Fixes #176095

(cherry picked from commit a4975a80899c3a310e856386bd6d4c7cf8c21f79)
DeltaFile
+92-6llvm/test/Transforms/CodeGenPrepare/AArch64/sink-free-instructions.ll
+1-1llvm/lib/CodeGen/CodeGenPrepare.cpp
+93-72 files

OpenBSD/ports SdwSxSTnet/bitcoin distinfo Makefile, net/bitcoin/pkg PLIST

   Update bitcoin to 30.2
VersionDeltaFile
1.30+2-2net/bitcoin/distinfo
1.19+2-2net/bitcoin/pkg/PLIST
1.54+2-2net/bitcoin/Makefile
+6-63 files

FreeBSD/ports 24aa728databases/sq distinfo Makefile

databases/sq: update 0.48.10 → 0.48.11
DeltaFile
+7-7databases/sq/distinfo
+1-2databases/sq/Makefile
+8-92 files

LLVM/project 6bce53eclang/lib/CodeGen CodeGenModule.cpp

resolve review comments
DeltaFile
+20-14clang/lib/CodeGen/CodeGenModule.cpp
+20-141 files

LLVM/project a545073llvm/utils/gn/secondary/libcxx/include BUILD.gn

[gn build] Port 2e53764f2da7
DeltaFile
+2-1llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+2-11 files

LLVM/project 2e53764libcxx/include semaphore, libcxx/include/__atomic atomic_sync_timed.h

[libc++] Introduce a native timed wait in the synchronization library (#172214)

Fixes #172137
DeltaFile
+144-0libcxx/include/__atomic/atomic_sync_timed.h
+69-19libcxx/src/atomic.cpp
+54-0libcxx/test/std/thread/thread.semaphore/lost_wakeup.timed.pass.cpp
+4-5libcxx/include/semaphore
+3-1libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
+3-1libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
+277-269 files not shown
+293-2715 files

OpenBSD/ports wUVzALasysutils/rundeck Makefile, sysutils/rundeck/files system-project_admin.aclpolicy_template system-job_writer.aclpolicy_template

   Update to 5.18.0 and jdk-11. ok tb@
VersionDeltaFile
1.22+28-43sysutils/rundeck/Makefile
1.6+37-26sysutils/rundeck/pkg/PLIST
1.1+51-0sysutils/rundeck/files/system-project_admin.aclpolicy_template
1.1+37-0sysutils/rundeck/files/system-job_writer.aclpolicy_template
1.1+35-0sysutils/rundeck/files/system-job_runner.aclpolicy_template
1.1+27-0sysutils/rundeck/files/system-job_viewer.aclpolicy_template
+215-6911 files not shown
+328-9517 files

OpenBSD/ports b48jdk6net/py-fqdn Makefile, net/py-fqdn/patches patch-setup_cfg

   fix dash-separated fields in setup.cfg (deprecation warning)
VersionDeltaFile
1.3+11-12net/py-fqdn/Makefile
1.1+10-0net/py-fqdn/patches/patch-setup_cfg
+21-122 files

LLVM/project 7ce6a94libcxx/utils test-at-commit benchmark-historical, libcxx/utils/ci benchmark-for-lnt.py

[libc++] Add a script to produce benchmarks for LNT (#175594)

This patch adds a script to run a subset of libc++'s benchmarks for
uploading to LNT.

As part of this patch the test-at-commit script is modified to no longer
build the library itself. Indeed, this provides the necessary
flexibility to run the test suite multiple times on the same built
library, and also addresses previous concerns where test-at-commit
couldn't customize how the library is being built.
DeltaFile
+128-0libcxx/utils/ci/benchmark-for-lnt.py
+71-23libcxx/utils/test-at-commit
+28-21libcxx/utils/benchmark-historical
+1-1libcxx/utils/build-at-commit
+228-454 files

FreeNAS/freenas f4a07a4src/middlewared/middlewared/api/v25_10_2 audit.py

Don't validate output of audit.query results

The audit.query output doesn't contain sensitive information that
we need to worry about leaking into log files (info should
be redacted before insert).
DeltaFile
+3-1src/middlewared/middlewared/api/v25_10_2/audit.py
+3-11 files

OpenBSD/ports OVZrrK7devel/py-mox3 Makefile, devel/py-mox3/patches patch-setup_cfg patch-mox3_tests_test_mox_py

   fix dash-separated fields in setup.cfg (deprecation warning)
   fix escaping in strings in test file
VersionDeltaFile
1.1+20-0devel/py-mox3/patches/patch-setup_cfg
1.1+18-0devel/py-mox3/patches/patch-mox3_tests_test_mox_py
1.14+2-5devel/py-mox3/Makefile
+40-53 files

LLVM/project b3212adcompiler-rt/lib/tsan/rtl tsan_flags.cpp

[TSan][Darwin] Fix error message for invalid lock_during_write flag (#176347)

Currently giving an invalid value for this flag logs the error message
"Invalid value for signal handler option" - which is misleading.

This patch fixes that error message.

rdar://157565672
DeltaFile
+1-1compiler-rt/lib/tsan/rtl/tsan_flags.cpp
+1-11 files

LLVM/project 173ec06clang/include/clang/Options Options.td, clang/lib/CodeGen CodeGenModule.cpp

[RFC][Clang][AMDGPU] Emit only delta target-features to reduce IR bloat

Currently, AMDGPU functions have `target-features` attribute populated with all default features for the target GPU. This is redundant because the backend can derive these defaults from the `target-cpu` attribute via `AMDGPUTargetMachine::getFeatureString()`.

In this PR, for AMDGPU targets only:

- Functions without explicit target attributes no longer emit `target-features`
- Functions with `__attribute__((target(...)))` or `-target-feature` emit only features that differ from the target's defaults (delta)

The backend already handles missing `target-features` correctly by falling back to the TargetMachine's defaults.

A new cc1 flag `-famdgpu-emit-full-target-features` is added to emit full features when needed.

Example:

Before:

```llvm
attributes #0 = { "target-cpu"="gfx90a" "target-features"="+16-bit-insts,+atomic-buffer-global-pk-add-f16-insts,+atomic-fadd-rtn-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,..." }

    [13 lines not shown]
DeltaFile
+53-53clang/test/CodeGenOpenCL/amdgpu-features.cl
+70-0clang/test/CodeGenOpenCL/amdgpu-features-default-delta.cl
+43-5clang/lib/CodeGen/CodeGenModule.cpp
+4-6clang/test/CodeGenOpenCL/amdgpu-readonly-features-written-with-no-target.cl
+4-4clang/test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl
+6-0clang/include/clang/Options/Options.td
+180-684 files not shown
+189-7310 files

LLVM/project cb56f78clang/include/clang/Basic CodeGenOptions.def, clang/include/clang/Options Options.td

resolve comments
DeltaFile
+0-117clang/test/CodeGenOpenCL/amdgpu-features.cl
+12-18clang/lib/CodeGen/CodeGenModule.cpp
+0-19clang/test/CodeGenOpenCL/amdgpu-features-default-delta.cl
+0-6clang/include/clang/Options/Options.td
+0-4clang/include/clang/Basic/CodeGenOptions.def
+12-1645 files

LLVM/project affb399llvm/lib/Transforms/Utils LoopPeel.cpp, llvm/test/Transforms/LoopUnroll peel-last-iteration-load-widening.ll peel-last-iteration-load-widening-be.ll

Address comments 1
DeltaFile
+1,694-0llvm/test/Transforms/LoopUnroll/AArch64/peel-last-iteration-load-widening.ll
+0-616llvm/test/Transforms/LoopUnroll/peel-last-iteration-load-widening.ll
+118-80llvm/lib/Transforms/Utils/LoopPeel.cpp
+0-104llvm/test/Transforms/LoopUnroll/peel-last-iteration-load-widening-be.ll
+67-0llvm/test/Transforms/LoopUnroll/PowerPC/peel-last-iteration-load-widening-be.ll
+56-0llvm/test/Transforms/LoopUnroll/AArch64/peel-last-iteration-load-widening-disabled.ll
+1,935-8004 files not shown
+1,948-81010 files

LLVM/project dd83eadllvm/lib/Target/AMDGPU SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU build-vector-packed-partial-undef.ll extract-subvector-16bit.ll

[AMDGPU][True16] extractEltcheap check 16bit in true16 mode (#171762)

DeltaFile
+28-9llvm/test/CodeGen/AMDGPU/build-vector-packed-partial-undef.ll
+14-14llvm/test/CodeGen/AMDGPU/extract-subvector-16bit.ll
+2-1llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+44-243 files

OpenBSD/ports CTDZ5qpdevel/py-retry2 Makefile distinfo, devel/py-retry2/patches patch-setup_cfg

   fix dash-separated fields in setup.cfg (deprecation warning)
VersionDeltaFile
1.1+20-0devel/py-retry2/patches/patch-setup_cfg
1.2+4-4devel/py-retry2/Makefile
1.2+2-2devel/py-retry2/distinfo
+26-63 files

LLVM/project df4965ellvm/test/MC/AMDGPU gfx12_asm_vop3_from_vop1.s gfx12_asm_vop1.s

[AMDGPU][AsmParser] Forbid Fake16 instructions in Real16 mode

We don't need to support both simultaneously in tests now that
all True16 instructions are supported.
DeltaFile
+56-56llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1.s
+30-45llvm/test/MC/AMDGPU/gfx12_asm_vop1.s
+46-19llvm/test/MC/AMDGPU/literals.s
+32-32llvm/test/MC/AMDGPU/gfx11_asm_vinterp.s
+14-47llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8.s
+28-28llvm/test/MC/AMDGPU/gfx12_asm_vop1_dpp16.s
+206-22712 files not shown
+319-34218 files

LLVM/project c16340emlir/include/mlir/Dialect/OpenMP OpenMPEnums.td, mlir/lib/Dialect/OpenMP/IR OpenMPDialect.cpp

[NFC][MLIR][OpenMP] Correct attach_none to attach_never (#176855)

Originally gave attach_never the incorrect name, so this patch corrects
that to keep things consistent everywhere.
DeltaFile
+4-4mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+2-2mlir/include/mlir/Dialect/OpenMP/OpenMPEnums.td
+2-2mlir/test/Dialect/OpenMP/ops.mlir
+8-83 files

FreeBSD/src 96acaa9sys/compat/freebsd32 freebsd32.h, sys/sys abi_compat.h

compat32: provide a type and a macro for (u)int64_t handling on non-x86 arches

uint64_t is 4-byte aligned on i386, but is 8-bytes aligned on all other
32bit arches FreeBSD supports.  Provide the freebsd32_uint64_t type and
the FU64_CP() macro, which are intended to be used where 32bit ABI uses
(u)int64_t type, and do proper layout and copying for the aggregate type.

Reviewed by:    des, emaste
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D54663
DeltaFile
+10-1sys/compat/freebsd32/freebsd32.h
+8-0sys/sys/abi_compat.h
+18-12 files

FreeBSD/src be1b2dasys/compat/freebsd32 freebsd32.h, sys/sys abi_compat.h

sys/abi_compat.h: fix UB for bintime32 handling

Do not cast and then access potentially unaligned uint64_t in the BT_CP()
macro.  Use freebsd32_uint64_t type and FU64_CP() for the frac member.

Noted by:       des
Reviewed by:    des, emaste
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D54663
DeltaFile
+1-1sys/compat/freebsd32/freebsd32.h
+1-1sys/sys/abi_compat.h
+2-22 files

LLVM/project 08391d2clang-tools-extra/clangd Selection.cpp, clang-tools-extra/clangd/unittests SelectionTests.cpp

[clangd] Do not skip Attr nodes in SelectionTree traversal (#174199)

SelectionTree attempts to skip nodes that don't intersect with the
selection for performance. However, Attr nodes (like AlignedAttr) often
have inaccurate source ranges (e.g. pointing to a single location).

Previously, canSafelySkipNode handled nodes that *have* attributes
attached, but failed to account for the case where the node being
visited *is* the attribute itself. This caused `alignas(WALDO)` to be
skipped, breaking features like go-to-definition on WALDO.

This commit adds a check to ensure explicit Attr nodes are visited,
fixing the issue.

Fixes https://github.com/clangd/clangd/issues/2502
DeltaFile
+5-0clang-tools-extra/clangd/Selection.cpp
+5-0clang-tools-extra/clangd/unittests/SelectionTests.cpp
+10-02 files

LLVM/project c8e5259clang-tools-extra/clangd/refactor/tweaks DefineOutline.cpp, clang-tools-extra/clangd/unittests/tweaks DefineOutlineTests.cpp

[clangd][refactor] Improve function source code qualification logic in DefineOutline (#173606)

This PR fix https://github.com/clangd/clangd/issues/2573
DeltaFile
+13-0clang-tools-extra/clangd/unittests/tweaks/DefineOutlineTests.cpp
+7-2clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
+20-22 files

NetBSD/pkgsrc 44r2Oyodoc CHANGES-2026

   doc: Updated www/ruby-selenium-webdriver to 4.40.0
VersionDeltaFile
1.522+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 591FieDwww/ruby-selenium-webdriver distinfo Makefile

   www/ruby-selenium-webdriver: update to 4.40.0

   4.40.0 (2026-01-18)

   * add synchronization and error handling for socket interactions (#16487)
   * mark low level bidi implementation as private api (#16475)
   * ensure driver process is always stopped (#15635)
   * create user-friendly method for enabling bidi (#14284)
   * Add force encoding to remove warnings caused by json 3.0 (#16728)
   * use SE_DEBUG to enable debugging (#16816)
   * ensure the grid is properly restarted in tests when there is a problem
     (#16842)
   * wait for grid to be ready when starting server (#16896)
   * check driver status endpoint rather than socket connection (#16877)
   * [build] update ruby gems with bazel (#16924)
VersionDeltaFile
1.41+4-4www/ruby-selenium-webdriver/distinfo
1.49+2-2www/ruby-selenium-webdriver/Makefile
+6-62 files

LLVM/project db7b766llvm/include/llvm/Support/LSP Protocol.h, llvm/lib/Support/LSP Protocol.cpp

[SupportLSP] Add DidSaveTextDocumentParams (#172637)

Add DidSaveTextDocumentParams

Direct copy from clangd.
DeltaFile
+12-0llvm/include/llvm/Support/LSP/Protocol.h
+10-0llvm/lib/Support/LSP/Protocol.cpp
+22-02 files