LLVM/project cf004c9libcxx/test/std/utilities/format/format.range/format.range.fmtstr parse.pass.cpp format.pass.cpp, libcxx/test/std/utilities/format/format.range/format.range.formatter format.functions.vformat.pass.cpp format.functions.format.pass.cpp

[libcxx] Do not mark mkstemp tests xfail for libc (#203681)

mkstemp was recently implemented in
c9b25a6437fd97fdb1e55ab6661c0cccce98913e, so these tests now pass.
DeltaFile
+0-3libcxx/test/std/utilities/format/format.range/format.range.formatter/format.functions.vformat.pass.cpp
+0-3libcxx/test/std/utilities/format/format.range/format.range.formatter/format.functions.format.pass.cpp
+0-3libcxx/test/std/utilities/format/format.range/format.range.fmtstr/parse.pass.cpp
+0-3libcxx/test/std/utilities/format/format.range/format.range.fmtstr/format.pass.cpp
+0-3libcxx/test/std/utilities/format/format.range/format.range.fmtstr/format.functions.vformat.pass.cpp
+0-3libcxx/test/std/utilities/format/format.range/format.range.fmtstr/format.functions.format.pass.cpp
+0-186 files not shown
+0-3612 files

OpenBSD/src QyCrCO4usr.bin/tmux format.c tty-features.c

   Add an I format modifier to get some bits of information about a client
   (terminal features, capabilities and environment).
VersionDeltaFile
1.376+49-3usr.bin/tmux/format.c
1.37+40-1usr.bin/tmux/tty-features.c
1.1082+20-2usr.bin/tmux/tmux.1
1.106+13-1usr.bin/tmux/tty-term.c
1.1347+3-1usr.bin/tmux/tmux.h
+125-85 files

LLVM/project 94b46a0llvm/include/llvm/Passes MachinePassRegistry.def

[Passes] Remove redundant IR pass registries in MachinePassRegistry.def (#203659)

IR pass registries are redundant, remove them.
DeltaFile
+0-42llvm/include/llvm/Passes/MachinePassRegistry.def
+0-421 files

OPNSense/core 3d9cccfsrc/opnsense/mvc/app/controllers/OPNsense/Base ControllerBase.php, src/opnsense/mvc/app/views/layout_partials base_form.volt base_dialog.volt

MVC:ui - refactor base_dialog and parseFormNode to simplify the template for https://github.com/opnsense/core/issues/9955 (#10410)

Move defaults to parseFormNode() and introduce "sections" with children to avoid some more magic in the volt templates.

Set default title on multi selectpickers as these sometimes seem to miss the "Nothing selected" phrase for some odd reason.

Functionally this should be a backward compatible change.
DeltaFile
+69-80src/opnsense/mvc/app/views/layout_partials/base_form.volt
+32-81src/opnsense/mvc/app/views/layout_partials/base_dialog.volt
+31-3src/opnsense/mvc/app/controllers/OPNsense/Base/ControllerBase.php
+2-2src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt
+134-1664 files

NetBSD/pkgsrc Cm7LBGpeditors/texworks Makefile distinfo

   texworks: update to 0.6.11

   Release 0.6.11 (TL'26) [February 2026]
   * Add additional cleanup patterns for LaTeXmk, biblatex, minitoc
   * List dictionary folders in the "Settings & Resources" dialog

   * Include prefix in selection if at the beginning of a line
   * Properly report version info in Windows installer
   * Make spell checker backend accept multiple languages
   * Update translations
   * Switch to build with Qt6 by default
   * Refactor and modernize parts of the code
   * Update URLs

   * Enlarge drawing rect to avoid artifacts in the PDF preview
   * Fix magnifier shadow position when ruler is shown
   * Correctly detect PDF 2.x
   * Fix Scripts menu for nested folders
   * Fix error handling of QSaveFile::commit

    [23 lines not shown]
VersionDeltaFile
1.145+7-7editors/texworks/Makefile
1.12+4-4editors/texworks/distinfo
1.8+3-3editors/texworks/PLIST
+14-143 files

OPNSense/core c822d0esrc/opnsense/mvc/app/views/OPNsense/Diagnostics traceroute.volt dns_diagnostics.volt

mvc/templates - remove direct apply_btn_id usage in favor of base_apply_button template partial. discussed in https://github.com/opnsense/core/pull/10410

Eventually we want to remove apply_btn_id from base_form completely, but since base_tabs_content is using the same construct and appears in quite some plugins, we have to postpone that action.
At least aim for consistency in the forms that only depend on base_form in core.
DeltaFile
+7-7src/opnsense/mvc/app/views/OPNsense/Diagnostics/traceroute.volt
+7-7src/opnsense/mvc/app/views/OPNsense/Diagnostics/dns_diagnostics.volt
+7-7src/opnsense/mvc/app/views/OPNsense/Diagnostics/packetcapture.volt
+7-7src/opnsense/mvc/app/views/OPNsense/Diagnostics/portprobe.volt
+7-5src/opnsense/mvc/app/views/OPNsense/Diagnostics/ping.volt
+35-335 files

LLVM/project 76aed38clang-tools-extra/clang-tidy/readability NonConstParameterCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Avoid non-const-parameter fix-it conflicts with overloads (#202490)

`readability-non-const-parameter` can suggest changing `T *` to `const T
*` when that would conflict with an existing overload. Suppress the
diagnostic in that case by comparing the post-fix parameter list against
other declarations with the same name.

Closes https://github.com/llvm/llvm-project/issues/202478
DeltaFile
+75-0clang-tools-extra/test/clang-tidy/checkers/readability/non-const-parameter.cpp
+31-0clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
+3-0clang-tools-extra/docs/ReleaseNotes.rst
+109-03 files

OpenBSD/src PJxAOv5usr.bin/tmux format.c window-copy.c

   Change relative time for now to only work in the past and not show a
   sign which is more useful. Also tidy up some minor style nits.
VersionDeltaFile
1.375+14-17usr.bin/tmux/format.c
1.405+3-7usr.bin/tmux/window-copy.c
1.132+5-4usr.bin/tmux/cmd-split-window.c
1.1081+4-4usr.bin/tmux/tmux.1
1.33+2-2usr.bin/tmux/window-clock.c
+28-345 files

LLVM/project e5cfc1ellvm/lib/Target/Xtensa XtensaInstrInfo.td, llvm/lib/Target/Xtensa/Disassembler XtensaDisassembler.cpp

[Xtensa] Implement support of the ESP32S2 target. (#200130)
DeltaFile
+34-0llvm/lib/Target/Xtensa/XtensaInstrInfo.td
+21-0llvm/test/MC/Xtensa/xtensa-esp32s2-valid.s
+16-0llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCCodeEmitter.cpp
+12-2llvm/lib/Target/Xtensa/MCTargetDesc/XtensaInstPrinter.cpp
+9-0llvm/test/CodeGen/Xtensa/cpus.ll
+8-0llvm/lib/Target/Xtensa/Disassembler/XtensaDisassembler.cpp
+100-210 files not shown
+141-416 files

LLVM/project b48dd92clang/lib/Parse ParseOpenACC.cpp, clang/test/ParserOpenACC directive-scope-setup.cpp gh197858.cpp

[OpenACC] Fix scope setup for OpenACC directives without scope. (#203687)

When implementing these, I intended to have the 'empty' parse scopes for
most of the directives introduced for simplicity. However some
assertions show that this is not a valid use of this, as it doesn't
tolerate 'empty' parse scopes. This patch stops introducing one.

Fixes: #203679
DeltaFile
+12-0clang/test/ParserOpenACC/directive-scope-setup.cpp
+0-10clang/test/ParserOpenACC/gh197858.cpp
+3-1clang/lib/Parse/ParseOpenACC.cpp
+15-113 files

LLVM/project 7fc7e0dllvm/test/CodeGen/RISCV clmul.ll clmulr.ll, llvm/test/CodeGen/RISCV/rvv clmulh-sdnode.ll clmul-sdnode.ll

Merge branch 'main' into users/jofrn/x86-remove-shouldcastatomicloadinir-v2
DeltaFile
+38,494-84,026llvm/test/CodeGen/RISCV/rvv/clmulh-sdnode.ll
+22,388-22,086llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
+19,087-24,391llvm/test/CodeGen/RISCV/clmul.ll
+10,473-12,572llvm/test/CodeGen/RISCV/clmulr.ll
+10,281-12,374llvm/test/CodeGen/RISCV/clmulh.ll
+8,361-8,920llvm/test/CodeGen/RISCV/rvv/expandload.ll
+109,084-164,3696,726 files not shown
+643,033-442,5026,732 files

OpenBSD/ports X7RKAgDx11/yaru distinfo Makefile, x11/yaru/patches patch-gtk_src_meson_build

   Update to yaru-26.10.1.
VersionDeltaFile
1.34+0-3,420x11/yaru/pkg/PLIST
1.38+2-2x11/yaru/distinfo
1.44+1-3x11/yaru/Makefile
1.2+1-1x11/yaru/patches/patch-gtk_src_meson_build
+4-3,4264 files

LLVM/project 34802b9llvm/test/Transforms/AtomicExpand/X86 expand-atomic-non-integer.ll

[AtomicExpand][test] Add CHECK32 and CHECK64 via whole-file regen (#201303)

Add CHECK32 and CHECK64 via whole-file regen for the
`@load_v2i64_cmpxchg`, `@load_v4i32_cmpxchg`, `@load_v16i8_cmpxchg`
tests of https://github.com/llvm/llvm-project/pull/199310.

Stacked below https://github.com/llvm/llvm-project/pull/199520.
DeltaFile
+195-1llvm/test/Transforms/AtomicExpand/X86/expand-atomic-non-integer.ll
+195-11 files

OpenBSD/ports MNb8bCAsysutils/opentofu distinfo modules.inc

   Update to opentofu-1.12.2.
VersionDeltaFile
1.42+6-4sysutils/opentofu/distinfo
1.17+2-1sysutils/opentofu/modules.inc
1.42+1-1sysutils/opentofu/Makefile
+9-63 files

LLVM/project 57109bellvm/utils/lit/lit/formats shtest.py, llvm/utils/lit/tests/Inputs/per-test-coverage lit.cfg

Reapply "[lit] Deprecate execute_external=True in ShTest" (#203316) (#203689)

This reverts commit 6713634507b21efe6c895dd40e85ba72fe0ce269.

The fuzzer tests now use the internal shell by default, so we should be
good to go ahead and enable this.
DeltaFile
+12-1llvm/utils/lit/lit/formats/shtest.py
+4-2llvm/utils/lit/tests/Inputs/per-test-coverage-by-lit-cfg/lit.cfg
+4-2llvm/utils/lit/tests/Inputs/per-test-coverage/lit.cfg
+2-1llvm/utils/lit/tests/Inputs/shtest-external-shell-kill/lit.cfg
+2-1llvm/utils/lit/tests/Inputs/shtest-timeout/lit.cfg
+2-1llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/lit.local.cfg
+26-82 files not shown
+30-108 files

LLVM/project cbf3f87llvm/test/Analysis/CostModel/AMDGPU minimumnum.ll maximumnum.ll, llvm/test/Transforms/SLPVectorizer/AMDGPU slp-v2f64.ll

[AMDGPU] gfx1251 cost model (#203682)
DeltaFile
+407-35llvm/test/Analysis/CostModel/AMDGPU/minimumnum.ll
+364-56llvm/test/Analysis/CostModel/AMDGPU/maximumnum.ll
+192-16llvm/test/Analysis/CostModel/AMDGPU/fadd.ll
+145-9llvm/test/Analysis/CostModel/AMDGPU/fma.ll
+135-0llvm/test/Analysis/CostModel/AMDGPU/fmul.ll
+107-0llvm/test/Transforms/SLPVectorizer/AMDGPU/slp-v2f64.ll
+1,350-1164 files not shown
+1,526-13410 files

OpenBSD/ports dh8MYhesysutils/awscli/v1 distinfo Makefile

   Update to awscli-1.45.29.
VersionDeltaFile
1.34+2-2sysutils/awscli/v1/distinfo
1.36+1-1sysutils/awscli/v1/Makefile
+3-32 files

OpenBSD/ports zdii433net/py-boto3 distinfo Makefile

   Update to py3-boto3-1.43.29.
VersionDeltaFile
1.652+2-2net/py-boto3/distinfo
1.664+1-1net/py-boto3/Makefile
+3-32 files

OpenBSD/ports qhg6q53net/py-botocore distinfo Makefile, net/py-botocore/pkg PLIST

   Update to py3-botocore-1.43.29.
VersionDeltaFile
1.869+2-2net/py-botocore/distinfo
1.879+1-1net/py-botocore/Makefile
1.327+1-0net/py-botocore/pkg/PLIST
+4-33 files

OPNSense/tools 8bda019config/26.7 make.conf

config: FIPS is default on for openssl35 as well
DeltaFile
+1-1config/26.7/make.conf
+1-11 files

LLVM/project 9a3e91dllvm/lib/Target/SPIRV SPIRVEmitIntrinsics.cpp, llvm/test/CodeGen/SPIRV/pointers type-deduce-ptr-to-ptr-arg-alloca-store.ll

[SPIR-V] Preserve pointer-to-pointer element type for T*& parameters (#203113)

SPIR-V backend was collapsing T*& reference parameters down to T*,
dropping a level of indirection during element-type deduction. This
patch keeps the pointer-to-pointer level intact, fixing it both within a
function (a T** reloaded from its alloca) and across calls via
cross-function parameter propagation.

Fixes HeCBench/topk on HIP.
DeltaFile
+38-3llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
+27-0llvm/test/CodeGen/SPIRV/pointers/type-deduce-ptr-to-ptr-arg-alloca-store.ll
+65-32 files

NetBSD/pkgsrc jLHwVrkdoc CHANGES-2026

   doc: Updated www/chromium to 149.0.7827.114
VersionDeltaFile
1.3782+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc burmwDswww/chromium distinfo Makefile

   www/chromium: update to 149.0.7827.114

   * 149.0.7827.114
   This update includes 28 security fixes. Below, we highlight fixes
   that were contributed by external researchers.
   Please see the Chrome Security Page for more information.

   * 149.0.7827.102
   This update includes 74 security fixes. Below, we highlight fixes
   that were contributed by external researchers.
   Please see the Chrome Security Page for more information.
VersionDeltaFile
1.46+9-9www/chromium/distinfo
1.61+2-3www/chromium/Makefile
+11-122 files

OpenBSD/ports q0hcMMesecurity/nss distinfo Makefile

   security/nss: update to 3.125, will be required by mozilla 153

   see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_125.html
VersionDeltaFile
1.174+2-2security/nss/distinfo
1.215+1-1security/nss/Makefile
+3-32 files

OPNSense/core 86ac515src/opnsense/scripts/firmware config.sh

firmware: fix return value masking during updates

This caused reboots when updates not supposed to reboot
in case base/kernel could not install.  This way since
26.1.8.

(cherry picked from commit 2e90e6fbf77202efdbd599697951e6da12b78e26)
DeltaFile
+3-4src/opnsense/scripts/firmware/config.sh
+3-41 files

OPNSense/core 8d78389src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php

Firewall: Rules: use strnatcasecmp() for interface list (#10412)

(cherry picked from commit 0fe799f7872cd8436fa896394dd3bb5fa03397ef)
DeltaFile
+1-1src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
+1-11 files

OPNSense/ports 4609eccopnsense/update Makefile distinfo

opnsense/update: for 26.7-BETA we need to provide the correct version
DeltaFile
+4-0opnsense/update/Makefile
+3-1opnsense/update/distinfo
+7-12 files

NetBSD/pkgsrc-wip 57806b6chromium distinfo COMMIT_MSG

chromium: update to 149.0.7827.114
DeltaFile
+9-9chromium/distinfo
+8-3chromium/COMMIT_MSG
+1-1chromium/Makefile
+18-133 files

OPNSense/ports 9192ea2www/phalcon distinfo Makefile

www/phalcon: update to 5.14.2
DeltaFile
+3-3www/phalcon/distinfo
+1-1www/phalcon/Makefile
+4-42 files

OpenBSD/ports dD1UFFTgeo/pdal Makefile distinfo, geo/pdal/patches patch-cmake_macros_cmake

   geo/pdal: update to 2.10.2.

   see https://github.com/PDAL/PDAL/releases/tag/2.10.2
VersionDeltaFile
1.51+2-2geo/pdal/Makefile
1.39+2-2geo/pdal/distinfo
1.11+1-1geo/pdal/patches/patch-cmake_macros_cmake
+5-53 files