LLVM/project a76e696clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/policy/non-overloaded vabs.c vabdu.c, clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/policy/overloaded vabs.c vabdu.c

Regenerate C tests

Created using spr 1.3.6-beta.1
DeltaFile
+956-0clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/policy/overloaded/vabs.c
+956-0clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/policy/non-overloaded/vabs.c
+603-0clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/policy/overloaded/vabdu.c
+603-0clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/policy/non-overloaded/vabdu.c
+585-0clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/policy/non-overloaded/vabd.c
+585-0clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvabd/policy/overloaded/vabd.c
+4,288-035 files not shown
+9,397-2,96141 files

OPNSense/core 22b36dcsrc/opnsense/scripts/firmware upgrade.sh

firmware: restructure upgrade code

Goes over the previous change by calling the reboot only once
instead of three times:

Here we are told there are upgrades pending and the upgrade hooks
were returning successfully.  Apply the kernel immediately if
necessary to save a reboot.  Contrary to popular belief the kernel
can still apply during a reboot if something went wrong, but this
way we save a reboot.  After that don't question that a reboot is
necessary to avoid ever falling into the error case for no reason.
DeltaFile
+2-6src/opnsense/scripts/firmware/upgrade.sh
+2-61 files

LLVM/project eb30b5cllvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 neon-compare-instructions.ll

[AArch64] Lower SETLE and SETLT vector CondCodes to FCMGT/FCMGE directly.

We previously checked that the compare was NoNan, but the "don't care"
condition codes can be set from known-values as well as nnan instructions.
Lower the vector condition codes directly so that they do not get scalarized
into many scalar instructions.
DeltaFile
+18-94llvm/test/CodeGen/AArch64/neon-compare-instructions.ll
+8-0llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+26-942 files

OPNSense/core f0452d6src/opnsense/mvc/app/library/OPNsense/Core Type.php

Add a new static function containsUUID() to the new Type class. Remove some phpdoc as the function is self documenting in its types.
DeltaFile
+15-4src/opnsense/mvc/app/library/OPNsense/Core/Type.php
+15-41 files

LLVM/project 8f22e43clang/lib/AST/ByteCode Interp.h, clang/test/AST/ByteCode complex.c

[clang][bytecode] Fix multi-word complex division (#181325)

Looks like I forgot about `isZero()` when writing this.
DeltaFile
+2-4clang/lib/AST/ByteCode/Interp.h
+2-0clang/test/AST/ByteCode/complex.c
+4-42 files

OPNSense/core 81231f5src/etc/inc interfaces.inc, src/opnsense/scripts/interfaces rtsold_script.sh

interfaces: multi-dhcp6c support and custom PD association #7647

This splits off rtsold and dhcp6c into separate processes
which frees us from the restrictions of faked iterative IDs
for PD associations.  For NA we simply default to 0 now.

I'm not entirely sure why we settled for a single deamon of
dhcp6c back in the day, but there are certianly downsides to
it and I don't see something that wasn't fixed in the meantime
that makes this not work.
DeltaFile
+22-58src/etc/inc/interfaces.inc
+58-4src/www/interfaces.php
+6-6src/opnsense/scripts/interfaces/rtsold_script.sh
+86-683 files

OPNSense/core 0e31c27src/opnsense/scripts/firmware/repos OPNsense.php

firmware: use portable -E supported by opnsense-update now for #9275
DeltaFile
+4-8src/opnsense/scripts/firmware/repos/OPNsense.php
+4-81 files

OPNSense/core a5d5d9asrc/opnsense/mvc/app/library/OPNsense/Core Type.php

Style in previous
DeltaFile
+2-1src/opnsense/mvc/app/library/OPNsense/Core/Type.php
+2-11 files

OPNSense/core a701b69. plist, src/opnsense/mvc/app/controllers/OPNsense/Base ApiMutableModelControllerBase.php

Create new Type class in core library and add isValidUUID static, replace individual callers with the new static
DeltaFile
+46-0src/opnsense/mvc/app/library/OPNsense/Core/Type.php
+3-13src/opnsense/mvc/app/library/OPNsense/Base/UIModelGrid.php
+2-13src/opnsense/mvc/app/controllers/OPNsense/Base/ApiMutableModelControllerBase.php
+3-2src/opnsense/mvc/app/controllers/OPNsense/Routing/Api/SettingsController.php
+1-0plist
+55-285 files

DragonFlyBSD/src 4f67a71share/zoneinfo leap-seconds.list Makefile

Add leap-seconds.list to /usr/share/zoneinfo.

It was introduced in tzdata2024a and some software (such as
Hare language) expects this to be present. This version is
from tzdata2025c. I'll do a full upgrade of tzdata2025c in a
later commit.

Pointed-out-by: mneumann
DeltaFile
+120-0share/zoneinfo/leap-seconds.list
+2-1share/zoneinfo/Makefile
+122-12 files

LLVM/project 25ea920clang/lib/AST/ByteCode Compiler.cpp, clang/test/AST/ByteCode complex.cpp

[clang][bytecode] Fix already initializing _Complex UO_Not (#181323)

We'd accidentally leave the subexpr pointer on the stack.
DeltaFile
+2-2clang/lib/AST/ByteCode/Compiler.cpp
+1-0clang/test/AST/ByteCode/complex.cpp
+3-22 files

OPNSense/core 8b861a8src/etc/inc interfaces.inc, src/opnsense/scripts/interfaces rtsold_script.sh

interfaces: multi-dhcp6c support and custom PD association #7647

This splits off rtsold and dhcp6c into separate processes
which frees us from the restrictions of faked iterative IDs
for PD associations.  For NA we simply default to 0 now.

I'm not entirely sure why we settled for a single deamon of
dhcp6c back in the day, but there are certianly downsides to
it and I don't see something that wasn't fixed in the meantime
that makes this not work.
DeltaFile
+22-58src/etc/inc/interfaces.inc
+58-4src/www/interfaces.php
+6-6src/opnsense/scripts/interfaces/rtsold_script.sh
+86-683 files

OPNSense/core 6bd41d3src/opnsense/mvc/app/controllers/OPNsense/Base ApiMutableModelControllerBase.php, src/opnsense/mvc/app/controllers/OPNsense/Core/Api SnapshotsController.php

mvc: sweep
DeltaFile
+4-4src/opnsense/mvc/app/controllers/OPNsense/Core/Api/SnapshotsController.php
+1-1src/opnsense/mvc/app/controllers/OPNsense/Base/ApiMutableModelControllerBase.php
+5-52 files

LLVM/project e2cc034utils/bazel/llvm-project-overlay/lldb/source/Plugins BUILD.bazel

[bazel] Fix 22a3f7b.
DeltaFile
+5-5utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel
+5-51 files

OPNSense/core ee040besrc/opnsense/mvc/app/models/OPNsense/Base/Menu MenuItem.php MenuSystem.php

menu: tweak this a little more

findNodeById() is not needed as findNodeByPath() does the same.
It's also not used anywhere else so just merge both.

On the system end make a getItem() which makes the code a little
cleaner and reduces callers of findNodeByPath() to one.  ;)
DeltaFile
+13-18src/opnsense/mvc/app/models/OPNsense/Base/Menu/MenuItem.php
+12-2src/opnsense/mvc/app/models/OPNsense/Base/Menu/MenuSystem.php
+25-202 files

LLVM/project 5629f4eutils/bazel/llvm-project-overlay/mlir BUILD.bazel

[bazel] Port a1d7cda.
DeltaFile
+9-2utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+9-21 files

OpenBSD/ports Qh4F2tAaudio/lame Makefile distinfo, audio/lame/patches patch-libmp3lame_lame_c patch-include_libmp3lame_sym

   Update to lame-3.101pre6531.
VersionDeltaFile
1.1+17-0audio/lame/patches/patch-libmp3lame_lame_c
1.1+13-0audio/lame/patches/patch-include_libmp3lame_sym
1.68+7-5audio/lame/Makefile
1.8+2-2audio/lame/patches/patch-configure
1.21+2-2audio/lame/distinfo
1.14+2-1audio/lame/pkg/PLIST
+43-106 files

pkgng/pkgng 462a91ctests/frontend upgrade.sh

test: add a unit test about extract optimisation
DeltaFile
+44-0tests/frontend/upgrade.sh
+44-01 files

FreeBSD/src 36ceb55sys/x86/x86 cpu_machdep.c

x86_msr_op(9): consistently return the value read from MSR

If the operation is executed on more than one CPU, a random instance of
the read value is returned.

Reviewed by:    markj, olce
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D55045
DeltaFile
+15-4sys/x86/x86/cpu_machdep.c
+15-41 files

FreeBSD/src cb81a9csys/x86/include x86_var.h, sys/x86/x86 cpu_machdep.c

x86: provide extended description for x86_msr_op(9)

Reviewed by:    markj, olce
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision: https://reviews.freebsd.org/D55045
DeltaFile
+43-0sys/x86/x86/cpu_machdep.c
+2-4sys/x86/include/x86_var.h
+45-42 files

FreeBSD/src af99e40sys/x86/include x86_var.h, sys/x86/x86 cpu_machdep.c

x86: add a safe variant of MSR_OP_SCHED* operations for x86_msr_op(9)

The modifier executes the operation using msr{read,write}_safe()
functions instead of plain msr reads and writes.  Returns EFAULT if any
MSR access caused #GP.

Reviewed by:    markj, olce
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D55045
DeltaFile
+68-7sys/x86/x86/cpu_machdep.c
+2-1sys/x86/include/x86_var.h
+70-82 files

LLVM/project 420047cllvm/lib/Target/AArch64 AArch64SelectionDAGInfo.cpp AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 sve-mask-partition.ll

[AArch64] Fix active.lane.mask(0, cttz.elts(x)) -> 'brkb' transform (#180177)

If the result type and mask don't match, the transform is not valid.
DeltaFile
+58-0llvm/test/CodeGen/AArch64/sve-mask-partition.ll
+4-0llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
+2-1llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+64-13 files

LLVM/project 25a56fbclang-tools-extra/clang-tidy/bugprone BadSignalToKillThreadCheck.cpp, clang-tools-extra/clangd/unittests DiagnosticsTests.cpp

[clang-tidy] Fix bugprone-bad-signal-to-kill-thread not working in clangd (#180711)

After preamble deserialization, `Token::getLiteralData()` returns
`nullptr` for macro tokens defined in headers. Fall back to
`SourceManager` to retrieve the token text from the source buffer.

Fixes https://github.com/clangd/clangd/issues/2473
DeltaFile
+19-0clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
+8-2clang-tools-extra/clang-tidy/bugprone/BadSignalToKillThreadCheck.cpp
+4-0clang-tools-extra/docs/ReleaseNotes.rst
+31-23 files

OpenBSD/ports ZLgLwcEproductivity/libphonenumber Makefile distinfo

   Update to libphonenumber-9.0.24.
VersionDeltaFile
1.91+10-9productivity/libphonenumber/Makefile
1.80+2-2productivity/libphonenumber/distinfo
+12-112 files

OpenBSD/ports fW6QQrcsysutils/opentofu distinfo Makefile

   Update to opentofu-1.11.5.
VersionDeltaFile
1.38+2-2sysutils/opentofu/distinfo
1.38+1-1sysutils/opentofu/Makefile
+3-32 files

NetBSD/pkgsrc nHOaVasdoc CHANGES-2026

   Updated devel/py-filelock, devel/py-tox
VersionDeltaFile
1.1084+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc KOu2kWKdevel/py-tox Makefile distinfo

   py-tox: updated to 4.35.0

   Features - 4.35.0
   Show toxfile.py inline plugins in tox --version output, including any tox_append_version_info() result.

   Improved Documentation - 4.35.0
   Document injected environment variables (TOX_ENV_NAME, TOX_WORK_DIR, TOX_ENV_DIR, TOX_PACKAGE, VIRTUAL_ENV, PYTHONIOENCODING, __TOX_ENVIRONMENT_VARIABLE_ORIGINAL_CI) that tox automatically sets when running commands.
VersionDeltaFile
1.64+15-15devel/py-tox/Makefile
1.53+4-4devel/py-tox/distinfo
+19-192 files

NetBSD/pkgsrc UX25RX1devel/py-filelock Makefile distinfo

   py-filelock: updated to 3.21.2

   3.21.2
   fix: catch ImportError for missing sqlite3 C library
VersionDeltaFile
1.38+7-7devel/py-filelock/Makefile
1.37+4-4devel/py-filelock/distinfo
1.7+4-1devel/py-filelock/PLIST
+15-123 files

LLVM/project b9f4c78clang-tools-extra/clangd CodeComplete.cpp, clang-tools-extra/clangd/unittests CodeCompleteTests.cpp

[clangd] Respect ArgumentLists setting for lambdas (#181009)

Fixes https://github.com/clangd/clangd/issues/1861
DeltaFile
+12-0clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
+7-5clang-tools-extra/clangd/CodeComplete.cpp
+19-52 files

OpenBSD/ports dzm9z2emath/gnumeric/patches patch-src_sstest_c

   Forgot to cvs add in previous.
VersionDeltaFile
1.1+14-0math/gnumeric/patches/patch-src_sstest_c
+14-01 files