OPNSense/core 78a6f9dsrc/opnsense/scripts/firmware connection.sh

firmware: split ping into min and max size ones for #10540
DeltaFile
+12-3src/opnsense/scripts/firmware/connection.sh
+12-31 files

LLVM/project 61fa8d3llvm/include/llvm/CodeGen LibcallLoweringInfo.h, llvm/lib/CodeGen PreISelIntrinsicLowering.cpp AtomicExpandPass.cpp

CodeGen: Rename LibcallLoweringModuleAnalysisResult to ModuleLibcallLoweringInfo (#210176)
DeltaFile
+9-10llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
+7-7llvm/include/llvm/CodeGen/LibcallLoweringInfo.h
+6-7llvm/lib/CodeGen/AtomicExpandPass.cpp
+2-2llvm/lib/CodeGen/LibcallLoweringInfo.cpp
+1-1llvm/lib/CodeGen/StackProtector.cpp
+1-1llvm/lib/Target/AArch64/GISel/AArch64O0PreLegalizerCombiner.cpp
+26-285 files not shown
+31-3311 files

LLVM/project 513ac13clang/lib/Headers riscv_packed_simd.h, clang/test/CodeGen/RISCV rvp-intrinsics.c

[Clang][RISCV] Add P extension reinterpret cast intrinsics (#210241)

Implement the "Reinterpret casts" section of the RISC-V P extension intrinsic
spec in `riscv_packed_simd.h`.

The 82 `__riscv_preinterpret_<from>_<to>` intrinsics provide
bit-pattern-preserving conversions between packed types and equal-width
scalars, and between equal-width packed types. They generate no instructions;
each is a `__builtin_bit_cast`.
DeltaFile
+1,074-0clang/test/CodeGen/RISCV/rvp-intrinsics.c
+97-0clang/lib/Headers/riscv_packed_simd.h
+1,171-02 files

LLVM/project 9445ad3clang/lib/CIR/CodeGen CIRGenTypes.cpp, clang/test/CIR/CodeGenHIP amdgcn-buffer-rsrc-type.hip

[CIR][AMDGPU] Adds `__amdgpu_buffer_rsrc_t` in the buffer-resource address space (#204782)

CIR previously lowering every AMDGPU opaque pointer to
`!cir.ptr<!void>`. Now `__amdgpu_buffer_rsrc_t` lower to
`!cir.ptr<!void, target_address_space(8)>` similar to (`ptr
addrspace(8)` in LLVM IR) matching CodeGen.

This change requires for upcoming raw buffer load/store/atomic builtins.
Those builtins `__builtin_amdgcn_raw_buffer_load/store_b*,
__builtin_amdgcn_raw_ptr_buffer_atomic_*` take a
`__amdgpu_buffer_rsrc_t` as operand, and the corresponding LLVM
intrinsics expect a `ptr addrspace(8)` resource argument.
DeltaFile
+80-0clang/test/CIR/CodeGenHIP/amdgcn-buffer-rsrc-type.hip
+3-1clang/lib/CIR/CodeGen/CIRGenTypes.cpp
+83-12 files

NetBSD/pkgsrc S8Qwo7Sdoc CHANGES-2026

   doc: Updated textproc/p5-YAML-Syck to 1.47
VersionDeltaFile
1.4514+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc tvSxAOPtextproc/p5-YAML-Syck Makefile distinfo

   p5-YAML-Syck: update to 1.47.

   1.47 Jul 13 2026

     [Security]
     - Fix four libsyck memory-safety CVEs reachable from the default
       YAML::Syck::Load() path on untrusted input with no special flags
       (reported by Paul Johnson via CPANSec, PR #213):
       - CVE-2026-57075 (CWE-125): out-of-bounds read in the base64 decoder
         caused by signed-char indexing of the decode table on !!binary input
       - CVE-2026-57076 (CWE-416): use-after-free of an anchor key string
         shared between the node and the anchors table
       - CVE-2026-57077 (CWE-125): one-byte out-of-bounds read in the lexer
         newline scan during block-scalar parsing (incomplete-fix follow-on
         to CVE-2025-11683)
       - CVE-2026-13713 (CWE-416/CWE-415): use-after-free / double-free of an
         anchor node on anchor redefinition, a remote-crash DoS from a
         7-byte input
     - Harden syck_base64dec() to bounds-check each read so it cannot run past

    [32 lines not shown]
VersionDeltaFile
1.43+5-3textproc/p5-YAML-Syck/Makefile
1.24+4-4textproc/p5-YAML-Syck/distinfo
+9-72 files

OPNSense/plugins 9872a0dsysutils/cpu-microcode/src/etc/rc.loader.d 40-cpu-microcode.in

put this back as a comment so people can  copy+paste
DeltaFile
+4-0sysutils/cpu-microcode/src/etc/rc.loader.d/40-cpu-microcode.in
+4-01 files

NetBSD/pkgsrc CunFaJalang/nqp PLIST Makefile, lang/rakudo Makefile

   nqp: update for perl 5.44

   Noted by Marc Baudoin.
VersionDeltaFile
1.6+3-3lang/nqp/PLIST
1.47+3-3lang/rakudo/Makefile
1.61+2-1lang/nqp/Makefile
+8-73 files

LLVM/project 37db5a5llvm/lib/Target/WebAssembly WebAssemblyMemIntrinsicResults.cpp WebAssembly.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+78-30llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
+75-15llvm/lib/Target/WebAssembly/WebAssembly.h
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+55-11llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
+45-12llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
+43-8llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.h
+342-978 files not shown
+503-16814 files

LLVM/project f6fbe1bllvm/lib/Target/WebAssembly WebAssemblyMemIntrinsicResults.cpp WebAssembly.h

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+78-30llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
+65-13llvm/lib/Target/WebAssembly/WebAssembly.h
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+55-11llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
+45-12llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
+43-8llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.h
+332-958 files not shown
+458-15414 files

LLVM/project 7f4c93allvm/lib/Target/WebAssembly WebAssemblyMemIntrinsicResults.cpp WebAssembly.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+78-30llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
+65-13llvm/lib/Target/WebAssembly/WebAssembly.h
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+55-11llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
+45-12llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
+43-8llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.h
+332-958 files not shown
+458-15414 files

LLVM/project 9aa8902llvm/lib/Target/WebAssembly WebAssemblyMemIntrinsicResults.cpp WebAssembly.h

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+78-30llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
+65-13llvm/lib/Target/WebAssembly/WebAssembly.h
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+45-12llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
+36-12llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
+30-9llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
+300-978 files not shown
+392-14914 files

LLVM/project 1c805dfllvm/lib/Target/WebAssembly WebAssemblyMemIntrinsicResults.cpp WebAssembly.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+78-30llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
+65-13llvm/lib/Target/WebAssembly/WebAssembly.h
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+45-12llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
+36-12llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
+30-9llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
+300-978 files not shown
+392-14914 files

LLVM/project 7bc3987llvm/lib/Target/WebAssembly WebAssemblyMemIntrinsicResults.cpp WebAssembly.h

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+78-30llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
+64-12llvm/lib/Target/WebAssembly/WebAssembly.h
+46-21llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+45-12llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
+36-12llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
+30-9llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
+299-964 files not shown
+351-12610 files

LLVM/project c5837b4libc/test/src/sys/socket/linux socket_test_support.h sockname_test.cpp, utils/bazel/llvm-project-overlay/libc BUILD.bazel

[libc][bazel] Add remaining sys/socket functions and tests (#209798)

This patch adds the following sys/socket functions and syscall wrapper
libraries to BUILD.bazel:
- accept
- accept4
- bind
- connect
- getpeername
- getsockname
- listen
- sockatmark

I'm also enabling the unit tests for these functions. Running AF_UNIX
socket tests under Bazel ran into a problem where the absolute path to
the test sandbox directory exceeds the 108-byte limit of
sockaddr_un::sun_path. To work around that, I added a TestDirectoryScope
helper that temporarily chdirs into the test directory so the tests can
use short relative filenames, and restores the original working

    [2 lines not shown]
DeltaFile
+238-0utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+117-1utils/bazel/llvm-project-overlay/libc/test/src/sys/socket/BUILD.bazel
+40-1libc/test/src/sys/socket/linux/socket_test_support.h
+11-12libc/test/src/sys/socket/linux/sockname_test.cpp
+5-6libc/test/src/sys/socket/linux/connect_accept_test.cpp
+5-1libc/test/src/sys/socket/linux/CMakeLists.txt
+416-212 files not shown
+420-278 files

NetBSD/pkgsrc 0bklc64doc TODO CHANGES-2026

   doc: Updated www/webkit-gtk to 2.36.8nb30
VersionDeltaFile
1.27597+3-3doc/TODO
1.4513+2-1doc/CHANGES-2026
+5-42 files

NetBSD/pkgsrc uNS7Rhewww/webkit-gtk Makefile distinfo, www/webkit-gtk/patches patch-Source_cmake_WebKitMacros.cmake

   webkit-gtk: fix cmake syntax error

   Broke build with cmake 4.4.

   Bump PKGREVISION.

   Clean up references to non-existent files while here.
VersionDeltaFile
1.1+15-0www/webkit-gtk/patches/patch-Source_cmake_WebKitMacros.cmake
1.282+2-6www/webkit-gtk/Makefile
1.182+2-1www/webkit-gtk/distinfo
+19-73 files

LLVM/project 30bc042compiler-rt/test lit.common.cfg.py

[compiler-rt][test] Use configured Python for lit page-size probe (#209175)

Use the same Python executable configured for the test suite, rather
than relying on python3 being on PATH.

Co-authored-by: MarcoFalke <*~=`'#}+{/-|&$^_ at 721217.xyz>
DeltaFile
+1-1compiler-rt/test/lit.common.cfg.py
+1-11 files

LLVM/project a376783compiler-rt/lib/ubsan ubsan_diag.cpp, compiler-rt/test/ubsan/TestCases/Integer suppressions-nested-calls.c

[compiler-rt][ubsan] Fix suppressions for inlined functions (#206735)

Align suppression PC handling with getCallerLocation(), so function
suppressions identify the inlined function that caused a report.

Intentionally match only the innermost inline frame.

Extend suppressions-nested-calls.c coverage to -O1.


Fixes https://github.com/llvm/llvm-project/issues/209501

---------

Co-authored-by: MarcoFalke <*~=`'#}+{/-|&$^_ at 721217.xyz>
DeltaFile
+15-7compiler-rt/test/ubsan/TestCases/Integer/suppressions-nested-calls.c
+6-0compiler-rt/lib/ubsan/ubsan_diag.cpp
+21-72 files

LLVM/project c488b2cllvm/docs AMDGPUDMAOperations.md

[Docs][AMDGPU] Consistent use of "wave-uniform", "per-lane" and "immediate" (#209974)

When documenting DMA operations, use consistent qualifiers
(wave-uniform, per-lane, immediate) instead of referring to SGPRs and
VGPRs.

Assisted-By: Claude Opus 4.6
DeltaFile
+18-18llvm/docs/AMDGPUDMAOperations.md
+18-181 files

LLVM/project 15ae01dclang-tools-extra/clangd LSPBinder.cpp LSPBinder.h, llvm/include/llvm/Support/LSP Transport.h

[clangd][Support] Outline LSP payload decode errors (#203121)

Move failed payload handling from `clangd::LSPBinder::parse<T>` and
`llvm::lsp::MessageHandler::parse<T>` into their non-inline
`handleParseError` functions, while keeping successful payload
conversion specialized in each `parse<T>` instantiation.

For a Darwin arm64 build, stripped clangd decreased by 32,848 bytes and
`__TEXT,__text` decreased by 25,180 bytes.

`ClangdTests --gtest_filter=LSPBinderTest.*` passes, and
`llvm/lib/Support/LSP/Transport.cpp` passes a standalone syntax compile.

Work towards #202616

AI tool disclosure: Co-authored with OpenAI Codex.

Co-authored-by: OpenAI Codex <noreply at openai.com>
DeltaFile
+36-0clang-tools-extra/clangd/LSPBinder.cpp
+6-14clang-tools-extra/clangd/LSPBinder.h
+7-13llvm/include/llvm/Support/LSP/Transport.h
+17-0llvm/lib/Support/LSP/Transport.cpp
+1-0llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
+1-0utils/bazel/llvm-project-overlay/clang-tools-extra/clangd/BUILD.bazel
+68-271 files not shown
+69-277 files

LLVM/project 78ed03fflang/test/Lower global-initialization-parens.f90

[flang] Add lowering tests for parenthesized initial values (#209664)

Add a LIT test that baselines the current lowering of parenthesized
initial values in fir.global initializer regions. Today a parenthesized
scalar or derived constant survives constant folding as a Parentheses
node and is lowered to a fir.no_reassoc operation inside the global init
region, while parentheses around characters, array named-constants, and
structure-constructor components are stripped before lowering.

This test pins that behavior so that an upcoming change to the
initializer-lowering path shows its behavior delta explicitly and has a
regression guard.

Assisted-by: AI
DeltaFile
+113-0flang/test/Lower/global-initialization-parens.f90
+113-01 files

NetBSD/pkgsrc TT2F9N3doc CHANGES-2026

   doc: Updated sysutils/dua-cli to 2.38.0
VersionDeltaFile
1.4512+2-1doc/CHANGES-2026
+2-11 files

LLVM/project a873939llvm/test/CodeGen/AMDGPU memset-param-combinations.ll call-constexpr.ll

[LLC][AMDGPU] start using new pass manager for backend codegen
DeltaFile
+418-215llvm/test/CodeGen/AMDGPU/memset-param-combinations.ll
+0-388llvm/test/CodeGen/AMDGPU/call-constexpr.ll
+115-115llvm/test/CodeGen/AMDGPU/memmove-var-size.ll
+67-64llvm/test/CodeGen/AMDGPU/recursive-resource-usage-mcexpr.ll
+46-46llvm/test/CodeGen/AMDGPU/function-resource-usage.ll
+36-37llvm/test/CodeGen/AMDGPU/indirect-call-known-callees.ll
+682-86582 files not shown
+977-1,12588 files

NetBSD/pkgsrc c7laCArsysutils/dua-cli distinfo Makefile

   sysutils/dua-cli: update to 2.38.0

   New Features

       notify after interactive work when unfocused
       Interactive scans, refreshes, deletion, and trash operations can take long
       enough that users leave the terminal, but dua previously had no way to signal
       completion without exiting the TUI.

       Track terminal focus events and emit sanitized OSC 777 notifications only when
       the terminal is unfocused. Include concise entry, byte, duration, and error
       statistics, and add a notifications config section whose scan_finished and
       delete_finished switches default to true.
VersionDeltaFile
1.50+4-4sysutils/dua-cli/distinfo
1.50+2-2sysutils/dua-cli/Makefile
1.38+0-0sysutils/dua-cli/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc 89UsgN4doc CHANGES-2026

   doc: Updated shells/oh-my-posh to 29.31.1
VersionDeltaFile
1.4511+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc c0CuXfcshells/oh-my-posh distinfo Makefile

   shells/oh-my-posh: update to 29.31.1

   v29.31.1
   Bug Fixes

       init: isolate strict init scripts (439202c)
       zsh: keep the prompt on multi-line loop headers (4bda0c3)

   v29.31.0
   Features

       segment: add Uno Platform support (de6ce37)
       shell: add on-demand prompt repaint for zsh and pwsh (971e150), closes #7427

   v29.30.0
   Features

       palette: support templates as color values (dc94c11), closes #7572
       template: add .Executed global property (ede9d54), closes #7679

    [27 lines not shown]
VersionDeltaFile
1.313+4-4shells/oh-my-posh/distinfo
1.345+2-2shells/oh-my-posh/Makefile
+6-62 files

LLVM/project f2ef567llvm/lib/Target/AMDGPU AMDGPUWaitSGPRHazards.cpp GCNHazardRecognizer.cpp, llvm/test/CodeGen/AMDGPU valu-mask-write-hazard.mir atomic_optimizations_local_pointer.ll

[AMDGPU] Refactor GFX11 VALU Mask Hazard Waitcnt Merging (#169213)

Move GFX11 SGPR VALU mask hazard waitcnt merging to the a forward scan
within the AMDGPUWaitSGPRHazard pass.
This simplifies the hazard recognizer code and allows merging of waitcnt
instructions in cases where SGPRs unaffected by pending writes are used.
In turn this greatly decreasing numbers of waits inserted in sequences
of V_CMP instructions writing SGPRs improving VALU pipeline performance.
DeltaFile
+130-11llvm/test/CodeGen/AMDGPU/valu-mask-write-hazard.mir
+60-60llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+116-1llvm/lib/Target/AMDGPU/AMDGPUWaitSGPRHazards.cpp
+20-85llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
+36-36llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
+28-28llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.add.ll
+390-22120 files not shown
+538-37826 files

NetBSD/pkgsrc TT41mVodoc CHANGES-2026

   doc: Updated devel/hexpatch to 1.13.0
VersionDeltaFile
1.4510+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc LbKhcuvdevel/hexpatch distinfo cargo-depends.mk

   devel/hexpatch: update to 1.13.0

   What's Changed

       Added support for EBPF deasm and patching by @Lorenzinco in #156
       Changed license to AGPL-3.0
VersionDeltaFile
1.18+262-298devel/hexpatch/distinfo
1.18+86-98devel/hexpatch/cargo-depends.mk
1.18+6-6devel/hexpatch/Makefile
+354-4023 files