NetBSD/src 4Bw30rdlib/libc/gen getgrent.c getpwent.c

   libc/getgrent, libc/getpwent: remove no-longer needed LINTED comment

   The lint warning about 'constant in conditional context' has gone.
VersionDeltaFile
1.68+4-4lib/libc/gen/getgrent.c
1.85+3-3lib/libc/gen/getpwent.c
+7-72 files

NetBSD/src 5DIWtawlib/libc/db/hash hash.c

   libc/hash: remove no-longer-needed LINTED comment

   The lint warning about 'constant in conditional context' has gone.
VersionDeltaFile
1.40+2-3lib/libc/db/hash/hash.c
+2-31 files

NetBSD/pkgsrc 74OEhGudoc pkg-vulnerabilities

   Add reference to CVE-2026-24061
VersionDeltaFile
1.756+2-1doc/pkg-vulnerabilities
+2-11 files

NetBSD/src ngoph9ccommon/lib/libprop prop_object_impl.h

   libprop: remove no-longer-needed LINTED comment

   The lint warning about constant conditions has been removed.
VersionDeltaFile
1.42+2-2common/lib/libprop/prop_object_impl.h
+2-21 files

NetBSD/src LQyiEkQcommon/lib/libc/stdlib random.c

   libc/random: remove no-longer-needed LINTED comment

   In an earlier version, randtbl was an 'array of int', and some of the
   constants didn't fit.
VersionDeltaFile
1.8+2-3common/lib/libc/stdlib/random.c
+2-31 files

FreeNAS/freenas 05d162csrc/middlewared/middlewared/api/v27_0_0 app.py, src/middlewared/middlewared/plugins/apps/ix_apps portals.py query.py

Surface x-action-required compose extension on app.query
DeltaFile
+6-2src/middlewared/middlewared/plugins/apps/ix_apps/portals.py
+2-0src/middlewared/middlewared/plugins/apps/ix_apps/query.py
+2-0src/middlewared/middlewared/api/v27_0_0/app.py
+10-23 files

NetBSD/pkgsrc 64qzupKnet/inetutils Makefile distinfo, net/inetutils/patches patch-telnetd_utility.c

   net/inetutils: patch against CVE-2026-24061

   Bump revision.
VersionDeltaFile
1.1+52-0net/inetutils/patches/patch-telnetd_utility.c
1.12+2-1net/inetutils/Makefile
1.8+2-1net/inetutils/distinfo
+56-23 files

NetBSD/src HOf7UQ4common/lib/libc/gen bswap16.c

   bswap16: remove no-longer-needed LINTED comment

   Lint computes the integer constraints for the expression and thus knows
   that it fits in uint16_t. Since the default LINTFLAGS contain only a
   single -a, lint wouldn't detect an accidental overflow at this point, it
   would need a second -a flag.
VersionDeltaFile
1.5+2-3common/lib/libc/gen/bswap16.c
+2-31 files

LLVM/project c12a3bbclang/test/Driver linux-ld-args.c linux-ld.c

[test] Improve driver option coverage (#192861)

Split the Linux GNU-linker assertions into a dedicated file and extend
them with previously-untested passthrough flags handled by
gnutools::Linker::ConstructJob: -s, -u sym, -rdynamic (-export-dynamic),
-Wl,-z keyword pairs.

LoongArch on Linux previously had no test for -X / --no-relax, which are
emitted by Gnu.cpp for LoongArch and RISC-V.
DeltaFile
+25-0clang/test/Driver/linux-ld-args.c
+7-7clang/test/Driver/linux-ld.c
+9-0clang/test/Driver/loongarch-toolchain.c
+7-0clang/test/Driver/freebsd.c
+1-6clang/test/Driver/Xlinker-args.c
+49-135 files

LLVM/project d34661bllvm/lib/Analysis LoopPass.cpp

[LPM][LegacyPM] Reenable LCSSA Verification

This was disabled about a decade ago due to issues with LoopSink.
LoopSink has since had its LegacyPM version removed and is now a
function pass due to not needing too much loop infrastructure. So we can
try enabling this again to prevent backsliding on important cases while
we work on switching to the NewPM which does enforce these things.

Eventually we will want to add assertions here for LoopStrengthReduce,
but given it does not correctly preserve LCSSA, postpone that for now.

Reviewers: arsenm, Meinersbur, nikic, fhahn

Pull Request: https://github.com/llvm/llvm-project/pull/191667
DeltaFile
+2-4llvm/lib/Analysis/LoopPass.cpp
+2-41 files

LLVM/project d1a0d04clang/lib/CIR/CodeGen CIRGenBuiltin.cpp, clang/test/CIR/CodeGenBuiltins builtin-bit-clz-ctz-target.cpp

[CIR] Fix __builtin_clz/__builtin_ctz poison_zero to respect target

CIR was hardcoding poisonZero=true for all clz/ctz builtins, ignoring
the target's isCLZForZeroUndef(). This caused incorrect UB on targets
like AArch64 where clz/ctz of zero is well-defined.

Also add support for __builtin_c[lt]zg fallback (2-arg) variants with
compare+select, and add NYI stubs for elementwise variants.
DeltaFile
+104-0clang/test/CIR/CodeGenBuiltins/builtin-bit-clz-ctz-target.cpp
+45-19clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp
+149-192 files

NetBSD/pkgsrc 9S6bDXydoc CHANGES-2026

   doc: Updated sysutils/fastfetch to 2.61.0
VersionDeltaFile
1.2473+2-1doc/CHANGES-2026
+2-11 files

LLVM/project 9086be2llvm/test/CodeGen/AMDGPU/NextUseAnalysis spill-vreg-many-lanes.mir acyclic-770bb.mir

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+275,101-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/spill-vreg-many-lanes.mir
+144,679-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/acyclic-770bb.mir
+57,682-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/double-nested-loops-complex-cfg.mir
+41,844-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills2.mir
+40,613-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills1.mir
+37,209-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills3.mir
+597,128-01,715 files not shown
+875,193-22,8011,721 files

NetBSD/pkgsrc 4fNtYhYsysutils/fastfetch distinfo Makefile

   sysutils/fastfetch: update to 2.61.0

   # changes

   2.61.0

   Changes:
   * Support for Windows 7 and 8 has been removed.
       * Windows 8.1 is now the oldest version supported by fastfetch.
   * The GPU module on WSL no longer relies on `DXCore`.
       * The `directx-headers` dependency is no longer required.
       * Fastfetch on Linux is now pure C; a C++ compiler is no longer required.
       * GPU type detection is now slightly less accurate, but detection speed should be slightly faster.
   * The GPU module on Windows now uses `DXCore` for more accurate GPU type detection (requires Windows 10 or later).
       * This feature is built only when `DXCore` headers are available, which requires installing `mingw-w64-<msystem>-x86_64-directx-headers` on MSYS2.

   Features:
   * Adds a `brightness` option for color display configuration (#2238, Colors)
   * Adds support for detecting Bluetooth keyboards on Linux (#2220, Keyboard)

    [66 lines not shown]
VersionDeltaFile
1.27+4-4sysutils/fastfetch/distinfo
1.45+2-3sysutils/fastfetch/Makefile
1.8+2-1sysutils/fastfetch/PLIST
+8-83 files

LLVM/project 5492150llvm/lib/Analysis ConstantFolding.cpp, llvm/lib/IR ConstantFold.cpp

[ConstantFold] Support byte values in `bitcast` constant folding (#188030)

Add support for constant folding `bitcast` instructions including
`ConstantByte` values. This patch handles bitcasts between byte types
and integer, FP, and other byte types in both directions.

`poison` source bytes are preserved, rather than letting the generic
integer fold refine them to `undef` or zero. This is because some
threading optimizations just compare the result of constant folding
(e.g., https://github.com/llvm/llvm-project/pull/114280).

Folds are skipped for byte `bitcast`s where element counts don't divide
evenly and the source contains `poison` values. Some of these casts can
be folded. However, this is left for a future PR.
DeltaFile
+347-0llvm/test/Transforms/InstSimplify/bitcast-vector-fold.ll
+122-7llvm/lib/Analysis/ConstantFolding.cpp
+44-12llvm/lib/IR/ConstantFold.cpp
+513-193 files

LLVM/project e93f7e5llvm/include/llvm/Support GenericLoopInfoImpl.h

[NFC][Loop] Remove unused verbose loop debug output

This has been defined out using the preprocessor for ~14 years. Given it
doesn't look like it has gotten any use since then, just remove it to
clean the code up a bit.

Reviewers: nikic

Pull Request: https://github.com/llvm/llvm-project/pull/192830
DeltaFile
+0-6llvm/include/llvm/Support/GenericLoopInfoImpl.h
+0-61 files

LLVM/project f5e2b8blldb/packages/Python/lldbsuite/test dotest_args.py, lldb/packages/Python/lldbsuite/test/builders darwin.py builder.py

[lldb] Rally around triple rather than arch in the API tests (#192818)

This PR removes as much uses of arch as possible, in favor of using
triple directly. Most of the changes are in the builder, which no longer
passes ARCH to Make, and of course in Makefile.rules.

This significantly simplifies the remote Darwin test suite, as it
previously had to try and piece together the triple from the platform
and the arch. As an added benefit, we now go through the same code path
for host and remote test runs.

I have tested this on Darwin and Linux and made the changes with the
remote test suites in mind, but it's possible I missed something not
caught by my local testing.
DeltaFile
+33-81lldb/packages/Python/lldbsuite/test/builders/darwin.py
+24-86lldb/packages/Python/lldbsuite/test/make/Makefile.rules
+11-15lldb/packages/Python/lldbsuite/test/builders/builder.py
+6-16lldb/packages/Python/lldbsuite/test/dotest_args.py
+12-5lldb/test/API/commands/expression/ptrauth-objc/TestPtrAuthObjectiveC.py
+11-4lldb/test/API/commands/expression/ptrauth/TestPtrAuthExpressions.py
+97-20715 files not shown
+146-23621 files

LLVM/project 9e5a9a6llvm/test/CodeGen/AMDGPU/NextUseAnalysis spill-vreg-many-lanes.mir acyclic-770bb.mir

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+275,101-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/spill-vreg-many-lanes.mir
+144,679-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/acyclic-770bb.mir
+57,682-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/double-nested-loops-complex-cfg.mir
+41,844-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills2.mir
+40,613-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills1.mir
+37,209-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills3.mir
+597,128-01,696 files not shown
+875,056-22,6901,702 files

LLVM/project b6a4fdbllvm/test/Transforms/LoopStrengthReduce pr25541.ll, llvm/test/Transforms/LoopStrengthReduce/X86 bin_power.ll 2011-12-04-loserreg.ll

[LSR] Autogenerate some tests

pr25541.ll - Was a regression test for a crash. Make a note and
autogenerate the tests.
bin_power.ll - Was essentially doing what UTC would do already, minus
one test where the assembly output is somewhat large, but the large
assembly output shouldn't be an issue with an autoupdate script and
isn't big enough to justify not including in my opinion.

This makes updating some tests easier for planned changes to LCSSA
preservation.

Reviewers: fhahn, nikic

Pull Request: https://github.com/llvm/llvm-project/pull/191664
DeltaFile
+251-94llvm/test/Transforms/LoopStrengthReduce/X86/bin_power.ll
+81-5llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll
+32-6llvm/test/Transforms/LoopStrengthReduce/pr25541.ll
+364-1053 files

NetBSD/pkgsrc rzCv6gvdoc CHANGES-2026

   doc: Updated chat/toot to 0.52.1
VersionDeltaFile
1.2472+2-1doc/CHANGES-2026
+2-11 files

LLVM/project e427518llvm/lib/CodeGen MachineBlockHashInfo.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+27-10llvm/lib/CodeGen/MachineBlockHashInfo.cpp
+27-101 files

LLVM/project 3d909fbllvm/lib/CodeGen MachineBlockHashInfo.cpp

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

Created using spr 1.3.7

[skip ci]
DeltaFile
+24-10llvm/lib/CodeGen/MachineBlockHashInfo.cpp
+24-101 files

LLVM/project 342fb34llvm/lib/CodeGen MachineBlockHashInfo.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+24-10llvm/lib/CodeGen/MachineBlockHashInfo.cpp
+24-101 files

LLVM/project f5358f8llvm/lib/CodeGen MachineBlockHashInfo.cpp

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

Created using spr 1.3.7

[skip ci]
DeltaFile
+20-5llvm/lib/CodeGen/MachineBlockHashInfo.cpp
+20-51 files

NetBSD/pkgsrc jpdjeVrchat/toot distinfo Makefile

   chat/toot: update to 0.52.1

   # changes

   toot 0.52.1

    * Improve text input for wide characters (thanks @izkluxcvy)
    * TUI: preserve focused status when refreshing timeline (thanks
      @AbeEstrada)

   toot 0.52.0

    * Add trending timeline (thanks @Taylor-Finch)
    * Handle quote notifications (thanks @mgorse)
    * Improve text input for wide characters (thanks @izkluxcvy)
    * TUI: fix pallete not working (thanks @RobertKosten)
    * TUI: fix post URL display (thanks @AbeEstrada)

   toot 0.51.1

    [4 lines not shown]
VersionDeltaFile
1.20+4-4chat/toot/distinfo
1.24+2-2chat/toot/Makefile
+6-62 files

FreeBSD/doc 2793a82website/content/ru logo.adoc

website/ru: Update logo.adoc

Update to EN 486cc10e25df3f7e6190f18bc277bdd31e20a926
DeltaFile
+11-61website/content/ru/logo.adoc
+11-611 files

NetBSD/pkgsrc-wip a1dca23resterm distinfo TODO, resterm/patches patch-go.sum patch-go.mod

resterm: fix NetBSD build by using older version of modernc.org/sqlite
DeltaFile
+20-0resterm/patches/patch-go.sum
+18-0resterm/patches/patch-go.mod
+8-6resterm/distinfo
+0-7resterm/TODO
+2-2resterm/go-modules.mk
+48-155 files

NetBSD/pkgsrc jHebssWlang/wasi-compiler-rt Makefile

   wasi-compiler-rt: fixed compiling on Linux
VersionDeltaFile
1.38+2-1lang/wasi-compiler-rt/Makefile
+2-11 files

FreeBSD/ports e999478. MOVED, audio Makefile

audio/amarok: Bring back from the attic
DeltaFile
+694-0audio/amarok/pkg-plist
+95-0audio/amarok/Makefile
+4-0audio/amarok/pkg-descr
+3-0audio/amarok/distinfo
+0-1MOVED
+1-0audio/Makefile
+797-16 files

FreeBSD/ports c6ec494science/py-scipy Makefile

science/py-scipy: fix build with non-default Python version

PR:     287530
DeltaFile
+1-0science/py-scipy/Makefile
+1-01 files