GhostBSD/ports f8ca4c2x11-themes/ghostbsd-gtk-themes pkg-plist, x11-themes/ghostbsd-icons pkg-plist

Merge pull request #118 from ghostbsd/26.01

Updated themes realated ports for 26.01
DeltaFile
+25,601-27,484x11-themes/ghostbsd-icons/pkg-plist
+1,400-1,982x11-themes/ghostbsd-gtk-themes/pkg-plist
+24-0x11-themes/ghostbsd-wallpapers26/Makefile
+0-19x11/ghostbsd-mate-settings/pkg-install
+0-16x11/ghostbsd-xfce-settings/pkg-install
+0-15x11/ghostbsd-mate-settings/pkg-deinstall
+27,025-29,51625 files not shown
+27,099-29,58231 files

LLVM/project ee07c80lldb/test/API/riscv/conflicting-extensions-disassembly TestConflictingExtensions.py Makefile, lldb/test/API/riscv/disassembler conflicting.out.yaml TestDisassembler.py

use yaml2obj
DeltaFile
+38-0lldb/test/API/riscv/disassembler/conflicting.out.yaml
+31-5lldb/test/API/riscv/disassembler/TestDisassembler.py
+32-0lldb/test/API/riscv/disassembler/a.out.yaml
+0-32lldb/test/API/riscv/conflicting-extensions-disassembly/TestConflictingExtensions.py
+28-0lldb/test/API/riscv/disassembler/stripped.out.yaml
+0-17lldb/test/API/riscv/conflicting-extensions-disassembly/Makefile
+129-545 files not shown
+129-9411 files

GhostBSD/ports fa9a1fax11/ghostbsd-mate Makefile, x11/ghostbsd-xfce Makefile

x11/ghostbsd-{mate,xfce}: update dependency to ghostbsd-wallpapers26
DeltaFile
+1-1x11/ghostbsd-mate/Makefile
+1-1x11/ghostbsd-xfce/Makefile
+2-22 files

GhostBSD/ports 0109e83x11/ghostbsd-xfce Makefile

x11/ghostbsd-xfce: bump PORTREVISION and update dependency to ghostbsd-wallpapers26
DeltaFile
+2-2x11/ghostbsd-xfce/Makefile
+2-21 files

GhostBSD/ports c8376bfx11/ghostbsd-mate Makefile

x11/ghostbsd-mate: bump PORTREVISION and update dependency to ghostbsd-wallpapers26
DeltaFile
+2-2x11/ghostbsd-mate/Makefile
+2-21 files

LLVM/project 28c8458llvm/lib/Transforms/Scalar LowerMatrixIntrinsics.cpp, llvm/lib/Transforms/Utils MatrixUtils.cpp

use flag

Created using spr 1.3.7
DeltaFile
+12-5llvm/lib/Transforms/Utils/MatrixUtils.cpp
+6-1llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
+18-62 files

LLVM/project f0d3a8fllvm/lib/Transforms/Scalar LowerMatrixIntrinsics.cpp, llvm/lib/Transforms/Utils MatrixUtils.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+6-1llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
+2-2llvm/lib/Transforms/Utils/MatrixUtils.cpp
+8-32 files

LLVM/project f4b3c94llvm/lib/Transforms/Scalar LowerMatrixIntrinsics.cpp

use flag

Created using spr 1.3.7
DeltaFile
+6-1llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
+6-11 files

LLVM/project c405df2llvm/lib/Transforms/Utils MatrixUtils.cpp

feedback

Created using spr 1.3.7
DeltaFile
+2-2llvm/lib/Transforms/Utils/MatrixUtils.cpp
+2-21 files

LLVM/project afcb830clang/include/clang/CIR/Dialect/IR CIRAttrs.td, clang/lib/CIR/CodeGen CIRGenDeclCXX.cpp CIRGenDecl.cpp

[CIR] Add CIRGen support for static local variables with non-constant initializers

This adds CIRGen infrastructure for C++ function-local static variables
that require guarded initialization (Itanium C++ ABI).

Changes:
- Add ASTVarDeclAttr to carry VarDecl AST through the pipeline
- Add emitGuardedInit() to CIRGenCXXABI for guarded initialization
- Add emitCXXGuardedInit() to CIRGenFunction
- Replace NYI in addInitializerToStaticVarDecl() with ctor region emission
- Set static_local attribute on GlobalOp and GetGlobalOp

The global's ctor region contains the initialization code, which will be
lowered by LoweringPrepare to emit the actual guard variable pattern with
__cxa_guard_acquire/__cxa_guard_release calls.
DeltaFile
+41-0clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
+30-0clang/test/CIR/CodeGen/static-local.cpp
+18-0clang/lib/CIR/CodeGen/CIRGenDeclCXX.cpp
+14-3clang/lib/CIR/CodeGen/CIRGenDecl.cpp
+5-0clang/lib/CIR/CodeGen/CIRGenFunction.h
+3-2clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+111-57 files not shown
+124-1013 files

LLVM/project 75f738bclang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR] Add static_local attribute to GlobalOp and GetGlobalOp (#179826)

This attribute marks function-local static variables that require
guarded initialization (e.g., C++ static local variables with
non-constant initializers).

It will be used by CIRGen to communicate to LoweringPrepare which globals need guard variable emission.

This PR only adds the attribute and tests, CIRGen is in the next one.
DeltaFile
+33-0clang/test/CIR/IR/invalid-static-local.cir
+19-0clang/test/CIR/IR/static-local.cir
+15-1clang/include/clang/CIR/Dialect/IR/CIROps.td
+4-0clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+71-14 files

FreeBSD/ports 7731143sysutils/go-ntfy distinfo Makefile

sysutils/go-ntfy: Update to 2.17.0

ChangeLog: https://github.com/binwiederhier/ntfy/releases/tag/v2.17.0
DeltaFile
+7-7sysutils/go-ntfy/distinfo
+4-5sysutils/go-ntfy/Makefile
+11-122 files

LLVM/project b99ff35llvm/test/Transforms/LowerMatrixIntrinsics multiply-fused.ll

tests

Created using spr 1.3.7
DeltaFile
+11-6llvm/test/Transforms/LowerMatrixIntrinsics/multiply-fused.ll
+11-61 files

GhostBSD/ports f2fda43x11/ghostbsd-xfce-settings pkg-install pkg-plist

x11/ghostbsd-xfce-settings: update to 26.01.0
DeltaFile
+0-16x11/ghostbsd-xfce-settings/pkg-install
+6-6x11/ghostbsd-xfce-settings/pkg-plist
+5-4x11/ghostbsd-xfce-settings/Makefile
+3-3x11/ghostbsd-xfce-settings/distinfo
+2-3x11/ghostbsd-xfce-settings/pkg-descr
+16-325 files

LLVM/project 1dadcc1llvm/test/Transforms/IndVarSimplify unreachable-exit.ll

upd

Created using spr 1.3.7
DeltaFile
+0-2llvm/test/Transforms/IndVarSimplify/unreachable-exit.ll
+0-21 files

LLVM/project 87e4d13llvm/test/CodeGen/AArch64 clmul-scalable.ll arm64-cvt-simd-fptoi.ll, llvm/test/Transforms/LoopVectorize vplan-printing-reductions.ll

fix

Created using spr 1.3.7
DeltaFile
+1,560-1,560llvm/test/tools/llvm-mca/RISCV/SiFive7/vector-fp.s
+1,060-707llvm/test/CodeGen/AArch64/clmul-scalable.ll
+0-1,543llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
+1,542-0llvm/test/Transforms/LoopVectorize/VPlan/vplan-printing-reductions.ll
+1,362-0llvm/test/CodeGen/AArch64/arm64-cvt-simd-fptoi.ll
+648-629llvm/test/CodeGen/AArch64/clmul-fixed.ll
+6,172-4,439667 files not shown
+34,170-19,223673 files

LLVM/project 270bc2cllvm/test/CodeGen/AArch64 clmul-scalable.ll arm64-cvt-simd-fptoi.ll, llvm/test/Transforms/LoopVectorize vplan-printing-reductions.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+1,560-1,560llvm/test/tools/llvm-mca/RISCV/SiFive7/vector-fp.s
+1,060-707llvm/test/CodeGen/AArch64/clmul-scalable.ll
+0-1,543llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
+1,542-0llvm/test/Transforms/LoopVectorize/VPlan/vplan-printing-reductions.ll
+1,362-0llvm/test/CodeGen/AArch64/arm64-cvt-simd-fptoi.ll
+648-629llvm/test/CodeGen/AArch64/clmul-fixed.ll
+6,172-4,439666 files not shown
+34,154-19,216672 files

LLVM/project 9906c84llvm/include/llvm/Transforms/Utils MatrixUtils.h, llvm/lib/Transforms/Scalar LowerMatrixIntrinsics.cpp

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

Created using spr 1.3.7

[skip ci]
DeltaFile
+11-5llvm/test/Transforms/LowerMatrixIntrinsics/select.ll
+5-5llvm/lib/Transforms/Utils/MatrixUtils.cpp
+4-3llvm/include/llvm/Transforms/Utils/MatrixUtils.h
+3-1llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
+0-1llvm/utils/profcheck-xfail.txt
+23-155 files

LLVM/project 028535dllvm/lib/Transforms/Scalar LowerMatrixIntrinsics.cpp, llvm/lib/Transforms/Utils MatrixUtils.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+21-13llvm/test/Transforms/LowerMatrixIntrinsics/multiply-fused-volatile.ll
+12-12llvm/test/Transforms/LowerMatrixIntrinsics/multiply-fused-loops.ll
+11-6llvm/lib/Transforms/Utils/MatrixUtils.cpp
+11-5llvm/test/Transforms/LowerMatrixIntrinsics/select.ll
+10-5llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
+6-5llvm/test/Transforms/LowerMatrixIntrinsics/multiply-fused-loops-large-matrixes.ll
+71-462 files not shown
+75-578 files

LLVM/project e595808llvm/lib/Transforms/Scalar LowerMatrixIntrinsics.cpp, llvm/test/Transforms/LowerMatrixIntrinsics select.ll

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

Created using spr 1.3.7

[skip ci]
DeltaFile
+11-5llvm/test/Transforms/LowerMatrixIntrinsics/select.ll
+3-1llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
+0-1llvm/utils/profcheck-xfail.txt
+14-73 files

LLVM/project 57bd8ccllvm/include/llvm/Transforms/Utils MatrixUtils.h, llvm/lib/Transforms/Scalar LowerMatrixIntrinsics.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+11-5llvm/test/Transforms/LowerMatrixIntrinsics/select.ll
+5-5llvm/lib/Transforms/Utils/MatrixUtils.cpp
+4-3llvm/include/llvm/Transforms/Utils/MatrixUtils.h
+3-1llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
+0-1llvm/utils/profcheck-xfail.txt
+23-155 files

Linux/linux 7449f86fs/nfs nfs4proc.c delegation.c

Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfs

Pull NFS client updates from Anna Schumaker:
 "New Features:
   - Use an LRU list for returning unused delegations
   - Introduce a KConfig option to disable NFS v4.0 and make NFS v4.1
     the default

  Bugfixes:
   - NFS/localio:
       - Handle short writes by retrying
       - Prevent direct reclaim recursion into NFS via nfs_writepages
       - Use GFP_NOIO and non-memreclaim workqueue in nfs_local_commit
       - Remove -EAGAIN handling in nfs_local_doio()
   - pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAIN
   - fs/nfs: Fix a readdir slow-start regression
   - SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path

  Other cleanups and improvements:

    [28 lines not shown]
DeltaFile
+160-606fs/nfs/nfs4proc.c
+299-305fs/nfs/delegation.c
+395-0fs/nfs/nfs40proc.c
+245-0fs/nfs/nfs40client.c
+4-189fs/nfs/nfs4client.c
+82-44fs/nfs/localio.c
+1,185-1,14435 files not shown
+1,374-1,55841 files

NetBSD/pkgsrc ad4jLqgdoc CHANGES-2026

   doc: Updated devel/php-memcached to 3.4.0
VersionDeltaFile
1.1083+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jsOTxu1devel/php-memcached distinfo Makefile

   devel/php-memcached: update to 3.4.0

   3.4.0 (2025-10-14)

   * Use Zend/zend_smart_string.h for PHP 8.5 compatibility (#574)
   * Use zen_ce_exception for PHP 8.5 compatibility (#573)
VersionDeltaFile
1.7+4-4devel/php-memcached/distinfo
1.16+2-2devel/php-memcached/Makefile
+6-62 files

Illumos/gate 1d82a98usr/src/lib/libsff/common libsff.c, usr/src/test/util-tests/tests/libsff libsff_8636_extspec.out libsff_ident.out

17863 libsff_8472 test needs update to libsff_8472.out post-17827
17864 Some libsff bit masks missed in 17827
Reviewed by: Dan McDonald <danmcd at edgecast.io>
Reviewed by: Robert Mustacchi <rm+illumos at fingolfin.org>
Approved by: Gordon Ross <gordon.w.ross at gmail.com>
DeltaFile
+53-53usr/src/test/util-tests/tests/libsff/libsff_8636_extspec.out
+14-14usr/src/test/util-tests/tests/libsff/libsff_ident.out
+8-8usr/src/test/util-tests/tests/libsff/libsff_conn.out
+9-3usr/src/test/util-tests/tests/libsff/libsff_opts.out
+3-3usr/src/lib/libsff/common/libsff.c
+3-3usr/src/test/util-tests/tests/libsff/libsff_8472.out
+90-841 files not shown
+91-847 files

LLVM/project a4b8381clang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR] Add static_local attribute to GlobalOp and GetGlobalOp

This attribute marks function-local static variables that require
guarded initialization (e.g., C++ static local variables with
non-constant initializers). It is used by CIRGen to communicate
to LoweringPrepare which globals need guard variable emission.
DeltaFile
+33-0clang/test/CIR/IR/invalid-static-local.cir
+19-0clang/test/CIR/IR/static-local.cir
+15-1clang/include/clang/CIR/Dialect/IR/CIROps.td
+4-0clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+71-14 files

LLVM/project 708d1c1clang/lib/Driver/ToolChains Gnu.cpp

[RISCV] Simply add the march/mabi strings to Flags for multilib selection (#180104)

It does't need to compare the march/mabi with multilib's before adding
such string into Flags. The negative one (!march/!mabi) has no effect
during multilib selection. We can select either a multilib with
identical march and mabi, or one with a subset of march and the same
mabi.
DeltaFile
+15-21clang/lib/Driver/ToolChains/Gnu.cpp
+15-211 files

LLVM/project c27895aclang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR] Add static_local attribute to GlobalOp and GetGlobalOp

This attribute marks function-local static variables that require
guarded initialization (e.g., C++ static local variables with
non-constant initializers). It is used by CIRGen to communicate
to LoweringPrepare which globals need guard variable emission.
DeltaFile
+33-0clang/test/CIR/IR/invalid-static-local.cir
+19-0clang/test/CIR/IR/static-local.cir
+15-1clang/include/clang/CIR/Dialect/IR/CIROps.td
+4-0clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+71-14 files

LLVM/project 1923fa0clang/include/clang/CIR/Interfaces ASTAttrInterfaces.td ASTAttrInterfaces.h, clang/lib/CIR/Interfaces ASTAttrInterfaces.cpp CMakeLists.txt

[CIR] Add ASTVarDeclInterface for AST attribute access (#179825)

Add the ASTVarDeclInterface which provides methods to access clang AST
VarDecl information from CIR attributes. This interface enables:
- mangleStaticGuardVariable: Mangle guard variable names using clang's
  MangleContext
- isLocalVarDecl: Check if a variable is function-local
- getTLSKind: Get thread-local storage kind
- isInline: Check if the variable is inline
- getTemplateSpecializationKind: Get template specialization info
- getVarDecl: Direct access to the underlying VarDecl pointer

This infrastructure is needed for proper handling of static local
variables with guard variables in LoweringPrepare.
DeltaFile
+51-0clang/include/clang/CIR/Interfaces/ASTAttrInterfaces.td
+22-0clang/include/clang/CIR/Interfaces/ASTAttrInterfaces.h
+21-0clang/lib/CIR/Interfaces/ASTAttrInterfaces.cpp
+9-0clang/include/clang/CIR/Interfaces/CMakeLists.txt
+2-0clang/lib/CIR/Interfaces/CMakeLists.txt
+105-05 files

FreeNAS/freenas b97b889src/freenas/etc/systemd/system/fsidd.service.d override.conf

NAS-139140 / 26.0.0-BETA.1 / Add fsidd systemd override file (#18204)

Add fsidd systemd override file to make fsidd 'PartOf' nfs-server.
With this, systemd will stop fsidd when nfs-server is stopped.

Tested with our NFS CI tests and did manual server reboot testing to
confirm clients can resume after NFS stop and restart.
DeltaFile
+3-0src/freenas/etc/systemd/system/fsidd.service.d/override.conf
+3-01 files