OPNSense/core 09e3ac4. plist, src/opnsense/mvc/app/models/OPNsense/Kea/Migrations M1_0_6.php

Most likely dont need this kind of migration approach
DeltaFile
+0-38src/opnsense/scripts/kea/kea_get_config.py
+0-25src/opnsense/mvc/app/models/OPNsense/Kea/Migrations/M1_0_6.php
+0-2plist
+0-653 files

LLVM/project 50f1e69llvm/lib/Target/AArch64 AArch64CondBrTuning.cpp, llvm/test/CodeGen/AArch64 cmp-frameindex.ll large-stack-cmp.ll

[AArch64][CodeGen] Don't try to compute stack addresses in xzr (#213009)

Conditional branch tuning can replace an ADD + CBZ with an ADDS + Bcc.
This patch disables that transformation in the case where the ADD
instruction has a frame offset operand, because in that situation, it
can later be expanded into multiple instructions.

Fixes #212528, which had a case of this in which the destination
register of the ADDS was rewritten to XZR, because the value was
calculated _only_ to compare against zero. When the ADDS was expanded
into multiple instructions, the output instructions were not even
legal with XZR as the destination.

However we disable this transformation even when not rewriting the
destination register, because some of the instructions involved in
computing a frame offset have no flag-setting variant. (E.g. ADDVL, if
there are SVE variable-sized vectors on the stack.)
DeltaFile
+153-0llvm/test/CodeGen/AArch64/condbr-stack-slot-flag-setting.mir
+21-7llvm/lib/Target/AArch64/AArch64CondBrTuning.cpp
+3-3llvm/test/CodeGen/AArch64/large-stack-cmp.ll
+2-2llvm/test/CodeGen/AArch64/cmp-frameindex.ll
+179-124 files

LLVM/project 62c5edellvm/include/llvm/IR BasicBlock.h, llvm/lib/IR BasicBlock.cpp

[IR] Remove deprecated BasicBlock::getFirstNonPHI (#213926)

All in-tree callers already migrated to getFirstNonPHIIt(), which
preserves debug-info placement. No remaining users of the deprecated
overloads exist in the codebase.

Co-authored-by: Claude <noreply at anthropic.com>
DeltaFile
+0-15llvm/include/llvm/IR/BasicBlock.h
+0-14llvm/lib/IR/BasicBlock.cpp
+0-292 files

LLVM/project 962d16flibc/src/__support/CPP simd.h, libc/src/__support/mathvec CMakeLists.txt expf.h

[libc][mathvec] Vectorise exp2f and exp10f (#211365)

Replaces exp2f and exp10f with fully vectorised implementations.

Includes refactoring of expf polynomial evalulation into expf_utils.h
DeltaFile
+41-5libc/src/__support/mathvec/exp10f.h
+37-5libc/src/__support/mathvec/exp2f.h
+34-1libc/src/__support/mathvec/expf_utils.h
+6-28libc/src/__support/mathvec/expf.h
+17-3libc/src/__support/CPP/simd.h
+7-3libc/src/__support/mathvec/CMakeLists.txt
+142-451 files not shown
+143-457 files

FreeNAS/freenas 6dff5casrc/middlewared/middlewared/plugins/iscsi_ iscsi_global.py

NAS-142057 / 26.0.0-RC.1 / Allow ALUA toggle when standby is unreachable (by bmeagherix) (#19480)

CI shows no regressions:
[here](http://jenkins-eng-ci.cmb1.ixsystems.net:8080/job/master/job/sharing_protocols_tests/68/).

Original PR: https://github.com/truenas/middleware/pull/19478

Co-authored-by: bmeagherix <118192357+bmeagherix at users.noreply.github.com>
DeltaFile
+28-22src/middlewared/middlewared/plugins/iscsi_/iscsi_global.py
+28-221 files

FreeBSD/ports 4c88953misc/qwen-code distinfo Makefile, misc/qwen-code/files package-lock.json

misc/qwen-code: update to 0.21.5
DeltaFile
+0-802misc/qwen-code/pkg-plist
+631-9misc/qwen-code/files/package-lock.json
+9-1misc/qwen-code/Makefile
+3-3misc/qwen-code/distinfo
+643-8154 files

LLVM/project fa70bdd.github/workflows/require-team-membership action.yml

workflows/require-team-membership: Fix typo (#212686)

(cherry picked from commit e423bace201fd04fd594e7fcd666d559ca12fda3)
DeltaFile
+1-1.github/workflows/require-team-membership/action.yml
+1-11 files

LLVM/project d28193flibcxx/test/std/depr/depr.c.headers math_h.pass.cpp

[libc++][test] Add `void` cast to a discarded call to `remquo` (#213849)

For calls to `remquo`, the return values are generally expected to be
used, while it is rare to only use the value written via the pointer
parameter. Moreover, some implementors already planned to apply
`[[nodiscard]]` to `remquo`, see also https://llvm.org/PR171763. As a
result, it is perhaps better to add `void` cast to the discarded call to
`remquo` in the test file.
DeltaFile
+1-1libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp
+1-11 files

FreeBSD/ports 4b11149misc/mc6 distinfo pkg-descr, misc/mc6/files patch-lib_tty_tty-ncurses.c patch-lib_tty_tty-slang.c

misc/mc6: Midnight Commander fork with plugins (new port)

Also features new archive manager built on libarchive that
replaces the legacy built-in tarfs and cpiofs VFS modules.

Via:    https://www.opennet.ru/opennews/art.shtml?num=66018
DeltaFile
+399-0misc/mc6/pkg-plist
+66-0misc/mc6/Makefile
+28-0misc/mc6/files/patch-lib_tty_tty-slang.c
+20-0misc/mc6/files/patch-lib_tty_tty-ncurses.c
+3-0misc/mc6/distinfo
+3-0misc/mc6/pkg-descr
+519-01 files not shown
+520-07 files

OPNSense/core 64a5bbcsrc/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv6.php KeaDhcpv4.php, src/opnsense/mvc/app/models/OPNsense/Kea/Migrations M1_0_6.php

Services: Kea DHCPv4/6: Store subnet IDs inside the model so they cannot shift during config generation (WIP)
DeltaFile
+38-0src/opnsense/scripts/kea/kea_get_config.py
+25-0src/opnsense/mvc/app/models/OPNsense/Kea/Migrations/M1_0_6.php
+12-1src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.xml
+12-1src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv4.xml
+1-2src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.php
+1-2src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv4.php
+89-61 files not shown
+91-67 files

LLVM/project 55b38aellvm/lib/Target/SPIRV SPIRVInstrInfo.cpp SPIRVCallLowering.cpp, llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2 fp-fast-math-mode-function-call.ll

[SPIRV] Emit FPFastMathMode for Call (#211879)

`SPV_KHR_float_controls2` makes `FPFastMathMode` valid for all core
instructions, so this patch enables translation of fast math flags for
`OpFunctionCall`.
DeltaFile
+41-0llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/fp-fast-math-mode-function-call.ll
+4-1llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp
+1-0llvm/lib/Target/SPIRV/SPIRVInstrInfo.cpp
+46-13 files

LLVM/project 330dfca.github CODEOWNERS

[runtimes] Drop reviewers-libcxx from reviews touching runtimes/ (#213736)

Since runtimes/ has been picked up by other subprojects, it doesn't make
sense anymore for reviewers-libcxx to watch all changes to it.
DeltaFile
+0-1.github/CODEOWNERS
+0-11 files

LLVM/project ab8b037libcxx/test/libcxx/diagnostics unused_variables.verify.cpp unused_variables.compile.pass.cpp, libcxx/test/std/containers/sequences/vector.bool ctor_exceptions.pass.cpp

[libc++] Diagnose unused variables of container types (#203084)

This adds `[[gnu::warn_unused]]` to all container types currently
implemented. In the future new containers should be added to the list,
as well as other value types in the library.

Clang has `-Wunused`, which is a suite of warnings about unused
variables. However, that doesn't warn for a lot of class types,
especially non-trivial ones. That is done to avoid false-positives for
RAII-style types like `lock_guard`. `[[gnu::warn_unused]]` exists to
tell Clang that a given class is a value type.
DeltaFile
+87-0libcxx/test/libcxx/diagnostics/unused_variables.compile.pass.cpp
+70-0libcxx/test/libcxx/diagnostics/unused_variables.verify.cpp
+18-0libcxx/test/std/containers/sequences/vector/vector.cons/exceptions.pass.cpp
+13-0libcxx/test/std/containers/sequences/vector.bool/ctor_exceptions.pass.cpp
+6-6libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/converted.pass.cpp
+9-0libcxx/test/std/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp
+203-6106 files not shown
+385-102112 files

NetBSD/pkgsrc QVbi9f6doc CHANGES-2026

   doc: Updated www/resterm to 0.51.1
VersionDeltaFile
1.4959+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc EQPH0Mnwww/resterm go-modules.mk Makefile

   resterm: Update to 0.51.1

   Changelog:
   gRPC authentication
   Timeouts
   New gRPC settings
   Status details
   File resolution for gRPC
   Explicit credentials skip unused auth work
   Workspace and file handling
   Compatibility Notes
VersionDeltaFile
1.21+3-3www/resterm/distinfo
1.23+1-1www/resterm/Makefile
1.12+0-0www/resterm/go-modules.mk
+4-43 files

LLVM/project adba9dallvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/lib/Transforms/Vectorize/SLPVectorizer SLPCompatibilityAnalysis.cpp SLPCompatibilityAnalysis.h

[SLP]Support copyable fadds in fmuladd, modeled as fmuladd(1.0, a, b)

A copyable single-use fadd a, b is modeled as fmuladd(1.0, a, b), which
equals fadd a, b (the multiply by 1.0 is exact and preserves signed
zeros), so the add dies instead of being computed and gathered. The
addend/multiplicand assignment per lane matches the majority operand
kinds of the non-copyable lanes. Same all-or-nothing and tie-break
rules as for absorbed fmuls.

Reviewers: hiraditya, bababuck, RKSimon

Pull Request: https://github.com/llvm/llvm-project/pull/213786
DeltaFile
+61-72llvm/test/Transforms/SLPVectorizer/X86/fmuladd-copyable-fadd.ll
+65-44llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+22-13llvm/lib/Transforms/Vectorize/SLPVectorizer/SLPCompatibilityAnalysis.h
+26-6llvm/lib/Transforms/Vectorize/SLPVectorizer/SLPCompatibilityAnalysis.cpp
+174-1354 files

NetBSD/pkgsrc-wip 2d9beb1py-xy TODO DESCR

py-xy: add new package

packages fine, needs testing & import
DeltaFile
+227-0py-xy/PLIST
+32-0py-xy/distinfo
+21-0py-xy/Makefile
+11-0py-xy/DESCR
+11-0py-xy/cargo-depends.mk
+1-0py-xy/TODO
+303-01 files not shown
+304-07 files

FreeNAS/freenas 27011d6

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files

FreeNAS/freenas a540133

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files

FreeNAS/freenas fd67e1dsrc/middlewared/middlewared/plugins/iscsi_ iscsi_global.py

NAS-142057 / 27.0.0-BETA.1 / Allow ALUA toggle when standby is unreachable (#19478)
DeltaFile
+28-22src/middlewared/middlewared/plugins/iscsi_/iscsi_global.py
+28-221 files

FreeBSD/ports 07bcf0bdevel/py-shandy-sqlfmt Makefile distinfo

devel/py-shandy-sqlfmt: Update to 0.31.0
DeltaFile
+3-3devel/py-shandy-sqlfmt/distinfo
+1-1devel/py-shandy-sqlfmt/Makefile
+4-42 files

LLVM/project 7e15ae5clang-tools-extra/clang-tidy/altera IdDependentBackwardBranchCheck.cpp, clang-tools-extra/clang-tidy/bugprone BranchCloneCheck.cpp NondeterministicPointerIterationOrderCheck.cpp

[clang-tidy][NFC] Apply readability-redundant-parentheses (#213848)
DeltaFile
+2-2clang-tools-extra/clang-tidy/cppcoreguidelines/NoMallocCheck.cpp
+2-2clang-tools-extra/clang-tidy/bugprone/NondeterministicPointerIterationOrderCheck.cpp
+2-2clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.cpp
+1-1clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
+1-1clang-tools-extra/clang-tidy/misc/StaticInitializationCycleCheck.cpp
+1-1clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp
+9-96 files not shown
+15-1512 files

LLVM/project 61ccfbfclang-tools-extra/clang-tidy/performance TypePromotionInMathFnCheck.cpp MoveConstArgCheck.cpp, clang-tools-extra/clang-tidy/readability SuspiciousCallArgumentCheck.cpp SimplifyBooleanExprCheck.cpp

[clang-tidy][NFC] Apply const-correctness for auto 6/N (#213844)
DeltaFile
+14-13clang-tools-extra/clang-tidy/performance/MoveConstArgCheck.cpp
+14-11clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
+11-10clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
+10-10clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
+10-9clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
+9-9clang-tools-extra/clang-tidy/readability/SuspiciousCallArgumentCheck.cpp
+68-6242 files not shown
+186-16948 files

OpenBSD/ports DZsDiPasysutils/salt/3008/patches patch-salt_utils_pycrypto_py

   add fallback code to use hashlib
VersionDeltaFile
1.1+64-0sysutils/salt/3008/patches/patch-salt_utils_pycrypto_py
+64-01 files

LLVM/project 0b71b1aclang-tools-extra/clang-tidy/modernize LoopConvertCheck.cpp UseEqualsDefaultCheck.cpp

[clang-tidy][NFC] Apply const-correctness for auto 5/N (#213843)
DeltaFile
+16-14clang-tools-extra/clang-tidy/modernize/UseStructuredBindingCheck.cpp
+15-12clang-tools-extra/clang-tidy/modernize/TypeTraitsCheck.cpp
+11-10clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp
+10-10clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
+11-9clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
+10-9clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
+73-6445 files not shown
+221-19951 files

LLVM/project 0bbee28clang-tools-extra/clang-tidy/cppcoreguidelines PreferMemberInitializerCheck.cpp MisleadingCaptureDefaultByValueCheck.cpp, clang-tools-extra/clang-tidy/objc SuperSelfCheck.cpp NSInvocationArgumentLifetimeCheck.cpp

[clang-tidy][NFC] Apply const-correctness for auto 4/N (#213842)
DeltaFile
+12-10clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsAvoidUncheckedContainerAccessCheck.cpp
+6-6clang-tools-extra/clang-tidy/performance/AvoidEndlCheck.cpp
+5-5clang-tools-extra/clang-tidy/cppcoreguidelines/MisleadingCaptureDefaultByValueCheck.cpp
+5-4clang-tools-extra/clang-tidy/objc/SuperSelfCheck.cpp
+5-4clang-tools-extra/clang-tidy/objc/NSInvocationArgumentLifetimeCheck.cpp
+5-4clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
+38-3327 files not shown
+102-9333 files

LLVM/project ddc8e4bclang-tools-extra/clang-tidy/bugprone UseAfterMoveCheck.cpp MisleadingSetterOfReferenceCheck.cpp

[clang-tidy][NFC] Apply const-correctness for auto 3/N (#213841)
DeltaFile
+37-36clang-tools-extra/clang-tidy/bugprone/StringviewNullptrCheck.cpp
+35-32clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
+14-14clang-tools-extra/clang-tidy/bugprone/EasilySwappableParametersCheck.cpp
+13-12clang-tools-extra/clang-tidy/bugprone/ImplicitWideningOfMultiplicationResultCheck.cpp
+11-11clang-tools-extra/clang-tidy/bugprone/MisleadingSetterOfReferenceCheck.cpp
+9-8clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
+119-11351 files not shown
+260-23957 files

NetBSD/src pw9n8SRdistrib/sets/lists/man mi, distrib/sets/lists/manhtml mi

   build and install pv(4) man page.
VersionDeltaFile
1.756+3-3share/man/man4/Makefile
1.59+2-1distrib/sets/lists/manhtml/mi
1.1841+2-1distrib/sets/lists/man/mi
+7-53 files

LLVM/project f5346a5llvm/lib/Target/AArch64 AArch64SVEInstrInfo.td, llvm/test/CodeGen/AArch64 vector-absolute-difference.ll

[LLVM][CodeGen][SVE] Add isel patterns for abs-diff partial reductions. (#212800)

For SVE2 we can use top/bottom [S/U]ABAL[T/B] instruction. SVE2p3 can
use just [S/U]ABAL.
DeltaFile
+106-25llvm/test/CodeGen/AArch64/vector-absolute-difference.ll
+28-0llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
+134-252 files

LLVM/project e36b2acclang-tools-extra/clang-tidy/abseil DurationComparisonCheck.cpp StringFindStrContainsCheck.cpp, clang-tools-extra/clang-tidy/custom QueryCheck.cpp

[clang-tidy][NFC] Apply const-correctness for auto 2/N (#213840)
DeltaFile
+6-6clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.cpp
+6-6clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
+5-5clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
+5-4clang-tools-extra/clang-tidy/linuxkernel/MustCheckErrsCheck.cpp
+5-4clang-tools-extra/clang-tidy/custom/QueryCheck.cpp
+4-4clang-tools-extra/clang-tidy/abseil/DurationComparisonCheck.cpp
+31-2922 files not shown
+74-6728 files