FreeBSD/src b1b4871sys/contrib/openzfs/module/os/freebsd/zfs sysctl_os.c

zfs: fix sysctl_os.c

Correctly declare vfs.zfs.metaslab.condense_pct

The following sysctls have moved to metaslab.c:
vfs.zfs.metaslab.df_alloc_threshold
vfs.zfs.metaslab.df_free_pct
vfs.zfs.metaslab.sm_blksz_no_log
vfs.zfs.metaslab.sm_blksz_with_log

Reported by:    dim at FreeBSD.org
DeltaFile
+1-54sys/contrib/openzfs/module/os/freebsd/zfs/sysctl_os.c
+1-541 files

FreeBSD/ports 6fde158math/mate-calc Makefile

math/mate-calc: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-1math/mate-calc/Makefile
+1-11 files

FreeBSD/ports 01cf774graphics/atril Makefile

graphics/atril: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-1graphics/atril/Makefile
+1-11 files

FreeBSD/ports 957d943editors/pluma-plugins Makefile

editors/pluma-plugins: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-1editors/pluma-plugins/Makefile
+1-11 files

FreeBSD/ports 68fff7aeditors/pluma Makefile

editors/pluma: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-1editors/pluma/Makefile
+1-11 files

FreeBSD/ports 7de0353devel/mate-common Makefile

devel/mate-common: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-1devel/mate-common/Makefile
+1-11 files

FreeBSD/ports 17bcda2deskutils/mozo Makefile

deskutils/mozo: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-1deskutils/mozo/Makefile
+1-11 files

FreeBSD/ports 5771788deskutils/mate-utils Makefile

deskutils/mate-utils: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-1deskutils/mate-utils/Makefile
+1-11 files

FreeBSD/ports 124c0cadeskutils/mate-notification-daemon Makefile

deskutils/mate-notification-daemon: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-1deskutils/mate-notification-daemon/Makefile
+1-11 files

FreeBSD/ports 3f716a7deskutils/mate-indicator-applet Makefile

deskutils/mate-indicator-applet: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-1deskutils/mate-indicator-applet/Makefile
+1-11 files

FreeBSD/ports 5af3e57deskutils/caja-extensions Makefile

deskutils/caja-extensions: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-1deskutils/caja-extensions/Makefile
+1-11 files

FreeBSD/ports e7adee9audio/mate-media Makefile

audio/mate-media: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-1audio/mate-media/Makefile
+1-11 files

FreeBSD/ports 37959deaudio/libmatemixer Makefile

audio/libmatemixer: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-2audio/libmatemixer/Makefile
+1-21 files

FreeBSD/ports 774f64farchivers/engrampa Makefile

archivers/engrampa: add GitHub releases site hint to PORTSCOUT
DeltaFile
+1-1archivers/engrampa/Makefile
+1-11 files

FreeNAS/freenas 8e74686src/middlewared/middlewared/plugins/truenas_connect update.py heartbeat.py, src/middlewared/middlewared/pytest/unit/plugins test_truenas_connect.py

Let TrueNAS Connect self-heal after deregistration

This commit fixes an issue where a TrueNAS Connect certificate could not be deleted (even with force) because TNC stayed wedged in a renewal state and never auto-unset itself. The heartbeat is the only thing that unsets TNC and removes its cert when it gets a 401, but its start guard only allowed the CONFIGURED state while the loop it guards ran across all configured states, so it died immediately in CERT_RENEWAL_IN_PROGRESS/SUCCESS/FAILURE and never saw the 401 that signals deregistration.

We widen the guard to match the loop, add CERT_RENEWAL_FAILURE to the configured states (with a boot-time renewal retry), and surface a 401 from the renewal check into the same unset path instead of swallowing it as "renewal not needed".
DeltaFile
+195-2src/middlewared/middlewared/pytest/unit/plugins/test_truenas_connect.py
+26-0src/middlewared/middlewared/plugins/truenas_connect/update.py
+3-17src/middlewared/middlewared/plugins/truenas_connect/heartbeat.py
+11-0src/middlewared/middlewared/plugins/truenas_connect/acme.py
+7-2src/middlewared/middlewared/plugins/truenas_connect/state.py
+4-0src/middlewared/middlewared/plugins/truenas_connect/utils.py
+246-216 files

LLVM/project 0672a17llvm/lib/Transforms/Vectorize VPlanTransforms.cpp VPlan.h, llvm/test/Transforms/LoopVectorize as_cast.ll

[VPlan] Use VPInstructionWithType for uniform casts. (#140623)

Use VPInstructionWithType instead of VPReplicate recipe for uniform
casts. This is a first step towards breaking up VPReplicateRecipe. Using
the general VPInstructionWithType has the additional benefit that we can
now apply a number of simplifications directly.

Depends on https://github.com/llvm/llvm-project/pull/140621

PR: https://github.com/llvm/llvm-project/pull/140623
DeltaFile
+16-13llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+14-6llvm/lib/Transforms/Vectorize/VPlan.h
+13-5llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+8-9llvm/test/Transforms/LoopVectorize/as_cast.ll
+17-0llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
+6-6llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
+74-398 files not shown
+98-5314 files

LLVM/project ae35674llvm/utils/gn/secondary/llvm/lib/Frontend/Offloading BUILD.gn

[gn build] Port 8aafa50c7a2d (#202224)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Frontend/Offloading/BUILD.gn
+1-01 files

LLVM/project 5469908llvm/utils/gn/secondary/lldb/source/Plugins/Process/Windows/Common BUILD.gn

[gn build] Port c4f2f2535438 (#202225)
DeltaFile
+1-0llvm/utils/gn/secondary/lldb/source/Plugins/Process/Windows/Common/BUILD.gn
+1-01 files

LLVM/project 2abe68ellvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc BUILD.gn

[gn build] Port 36b3ffbae3bd (#202223)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
+1-01 files

OpenBSD/ports NsRB3Zqgraphics/stable-diffusion.cpp Makefile

   Fails to build on riscv64
VersionDeltaFile
1.6+1-0graphics/stable-diffusion.cpp/Makefile
+1-01 files

LLVM/project ed06da7clang-tools-extra/clang-tidy/modernize MacroToEnumCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Preserve line endings in macro-to-enum fixes (#202054)

Use `StringRef::detectEOL()` when inserting enum braces so fix-its do
not mix LF into CRLF source files.

Closes https://github.com/llvm/llvm-project/issues/61593
DeltaFile
+7-2clang-tools-extra/clang-tidy/modernize/MacroToEnumCheck.cpp
+6-0clang-tools-extra/test/clang-tidy/checkers/modernize/macro-to-enum-crlf.cpp
+4-0clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/macro-to-enum/crlf.cpp.expected
+4-0clang-tools-extra/docs/ReleaseNotes.rst
+2-0clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/macro-to-enum/crlf.cpp
+2-0clang-tools-extra/test/.gitattributes
+25-26 files

OpenBSD/ports A4tqLjnsysutils/grafana distinfo Makefile, sysutils/grafana/pkg PLIST

   sysutils/grafana: update to 13.0.2
VersionDeltaFile
1.47+121-118sysutils/grafana/pkg/PLIST
1.47+4-4sysutils/grafana/distinfo
1.64+1-1sysutils/grafana/Makefile
+126-1233 files

LLVM/project 1c68822lld/MachO SyntheticSections.h ExportTrie.cpp

[lld-macho] Replace unordered_{map,set} with Dense{Map,Set} (#202100)

DenseMap no longer uses in-band sentinel keys (#201281) and is superior
to unordered_map in these scenarios.
DeltaFile
+4-12lld/MachO/SyntheticSections.h
+4-4lld/MachO/ExportTrie.cpp
+3-3lld/MachO/SyntheticSections.cpp
+11-193 files

LLVM/project a19c346libcxx/test/libcxx/strings/string.view nodiscard.iterator.verify.cpp

[libc++][string_view] Test [[nodiscard]] applied to `basic_string_view::const_iterator` (#202203)

Adds test coverage.

`[[nodicard]]` applied in:
- https://github.com/llvm/llvm-project/pull/198489
- https://github.com/llvm/llvm-project/pull/198492

Towards #172124
DeltaFile
+39-0libcxx/test/libcxx/strings/string.view/nodiscard.iterator.verify.cpp
+39-01 files

LLVM/project fcf1285libcxx/test/libcxx/strings/basic.string nodiscard.iterator.verify.cpp

[libc++][string] Test [[nodiscard]] applied to `basic_string::iterator` (#202202)

Adds test coverage.

`[[nodicard]]` applied in:
- https://github.com/llvm/llvm-project/pull/198489
- https://github.com/llvm/llvm-project/pull/198492

Towards #172124
DeltaFile
+52-0libcxx/test/libcxx/strings/basic.string/nodiscard.iterator.verify.cpp
+52-01 files

LLVM/project ebda53allvm/test/Transforms/LoopInterchange fp-reductions.ll reductions-across-inner-and-outer-loop.ll

[LoopInterchange] Use UTC as much as possible (NFC)
DeltaFile
+364-49llvm/test/Transforms/LoopInterchange/fp-reductions.ll
+209-117llvm/test/Transforms/LoopInterchange/reductions-across-inner-and-outer-loop.ll
+277-43llvm/test/Transforms/LoopInterchange/reductions-non-wrapped-operations.ll
+188-40llvm/test/Transforms/LoopInterchange/legality-for-scalar-deps.ll
+148-33llvm/test/Transforms/LoopInterchange/profitability-vectorization-heuristic.ll
+97-45llvm/test/Transforms/LoopInterchange/currentLimitation.ll
+1,283-32716 files not shown
+2,089-56822 files

LLVM/project 67ebc46llvm/lib/Transforms/Scalar LoopInterchange.cpp, llvm/test/Transforms/LoopInterchange reduction-anyof.ll reductions-non-wrapped-operations.ll

[LoopInterchange] Reject interchange when AnyOf reduction exists (#202092)

This patch removes `AnyOf` reductions from the legal candidates for
interchange. In some cases, especially when the result value of `AnyOf`
is loop-invariant with respect to outer loop, then the interchange
should be legal. However, at the moment, we reject all the cases
conservatively.

Fixes #202089 .
DeltaFile
+10-22llvm/test/Transforms/LoopInterchange/reduction-anyof.ll
+16-1llvm/lib/Transforms/Scalar/LoopInterchange.cpp
+6-3llvm/test/Transforms/LoopInterchange/reductions-non-wrapped-operations.ll
+32-263 files

NetBSD/pkgsrc uczsLEFdoc TODO CHANGES-2026

   doc: Updated devel/wayland-protocols to 1.49
VersionDeltaFile
1.27350+3-1doc/TODO
1.3587+2-1doc/CHANGES-2026
+5-22 files

NetBSD/pkgsrc M6nErCcdoc CHANGES-2026

   Updated net/kea
VersionDeltaFile
1.3586+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc EbrkUlJdevel/wayland-protocols distinfo Makefile

   wayland-protocols: update to 1.49.

   wayland-protocols 1.49 includes the following changes:

   - Improve multi-GPU support in linux-dmabuf-v1
   - Add Windows BT.2100 image descriptions to color-management-v1
   - A new experimental protocol for fractional scaling
VersionDeltaFile
1.21+4-4devel/wayland-protocols/distinfo
1.25+2-2devel/wayland-protocols/Makefile
+6-62 files