FreeBSD/poudriere a41835c. configure aclocal.m4, build-aux compile missing

Run autogen
DeltaFile
+139-6configure
+40-30aclocal.m4
+24-11build-aux/compile
+11-4Makefile.in
+4-4build-aux/missing
+4-4build-aux/test-driver
+222-594 files not shown
+234-7010 files

FreeBSD/poudriere d5666acsrc/share/poudriere jail.sh

Merge branch 'pr-1180-release-3.4' into release-3.4

Fixes #1242
Issue #1180

* pr-1180-release-3.4:
  jail: Exit with an error if pkg-update(8) fails
  jail.sh: uneeded (typo)
  jail: Use the right arch for a pkgbase jail
DeltaFile
+9-8src/share/poudriere/jail.sh
+9-81 files

NetBSD/pkgsrc c5WW77Bmail/php-imap options.mk

   php-imap: fix grammar in a comment
VersionDeltaFile
1.2+2-2mail/php-imap/options.mk
+2-21 files

FreeBSD/ports de89fd8x11/py-nwg-displays distinfo Makefile

x11/py-nwg-displays: Update to 0.3.28

While here, add NO_ARCH=yes. The port does not install any
architecture-specific files.

Changelog: https://github.com/nwg-piotr/nwg-displays/releases/tag/v0.3.28

Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11/py-nwg-displays/distinfo
+3-1x11/py-nwg-displays/Makefile
+6-42 files

LLVM/project df92c4cmlir/include/mlir/Dialect/LLVMIR ROCDLOps.td, mlir/test/Dialect/LLVMIR rocdl.mlir

[mlir][ROCDL] Add async variants of pre-gfx12 LDS load intrinsics

These are MLIR wrappers around #180466.

-----

Co-authored-by: Claude Opus 4.5 <noreply at anthropic.com>
DeltaFile
+92-0mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
+24-0mlir/test/Dialect/LLVMIR/rocdl.mlir
+24-0mlir/test/Target/LLVMIR/rocdl.mlir
+140-03 files

LLVM/project 2ada4b8mlir/include/mlir/Dialect/LLVMIR ROCDLOps.td, mlir/test/Dialect/LLVMIR rocdl.mlir

[mlir][ROCDL] Wrap asyncmark and wait.asyncmark intrinsics (#181054)

(see op-level and LLVM documentation for details so I'm not repeating
myself, but these are the general operations for compiler-operated
asynchronous operation tracking, which frees programmers from having to
deal with all the different counters, allows certain optimization, and
doesn't require precise alias analysis)

-----

Co-authored-by: Claude Opus 4.5 <noreply at anthropic.com>
DeltaFile
+55-0mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
+14-0mlir/test/Dialect/LLVMIR/rocdl.mlir
+14-0mlir/test/Target/LLVMIR/rocdl.mlir
+83-03 files

FreeBSD/poudriere d4dcaf8src/share/poudriere jail.sh

jail: Exit with an error if pkg-update(8) fails

Exit with an error if pkg update fails, for example when the jail is
empty (with only pkg repo configured).

(cherry picked from commit 364c1d2081ff4bd9405c9c277c58da2c60b949fa)
DeltaFile
+2-1src/share/poudriere/jail.sh
+2-11 files

FreeBSD/poudriere cf066e1src/share/poudriere jail.sh

jail.sh: uneeded (typo)

Spelling: uneeded should be unneeded.
(cherry picked from commit ab499733b6d0eb6dd4df46b8a414cb20f8ee4a22)

Conflicts:
        src/share/poudriere/jail.sh
DeltaFile
+1-1src/share/poudriere/jail.sh
+1-11 files

FreeBSD/poudriere 3e8b14asrc/share/poudriere jail.sh

jail: Use the right arch for a pkgbase jail

This is currently a problem for anything not amd64 when building pkgbase
jails.  Strip the `ARCH` and use only what corresponds to `TARGET_ARCH`.

(cherry picked from commit ec991af0c789bf98737f6c2206e62646b2de6f25)

Conflicts:
        src/share/poudriere/jail.sh
DeltaFile
+7-7src/share/poudriere/jail.sh
+7-71 files

FreeNAS/freenas f37f88fsrc/middlewared/middlewared/plugins auth.py, src/middlewared/middlewared/utils/account authenticator.py utmp.py

NAS-139570 / 26.0.0-BETA.1 / Add scram auth (#17831)

This commit adds support for SCRAM authentication for API keys and
significantly refactors several aspects of authentication and session
management.

The SCRAM libraries are provided by the following GIT repository:
https://github.com/truenas/truenas_scram

The repo documents protocol details that are beyond scope of a commit
message.

**API Keys**
This change is mostly backwards-compatible with legacy API key
authentication (mechanism `API_KEY_PLAIN`), with the exception that
API keys using the PKDF2-SHA256 algorithm are now automatically
revoked on migration and no longer supported. The algorithm used
for API keys was changed for TrueNAS 25.04 and keys were migrated
at runtime during the 25.04 and 25.10 releases as they were used

    [53 lines not shown]
DeltaFile
+382-507src/middlewared/middlewared/utils/account/authenticator.py
+230-233tests/unit/test_utmp.py
+0-397src/middlewared/middlewared/utils/account/utmp.py
+0-358tests/unit/test_pam_tdb.py
+211-127src/middlewared/middlewared/plugins/auth.py
+56-113src/middlewared/middlewared/utils/account/faillock.py
+879-1,73536 files not shown
+1,592-2,20242 files

FreeBSD/poudriere a377426src/share/poudriere jail.sh

Merge pull request #1180 from jlduran/pkgbase

jail: Use the right arch for a pkgbase jail
DeltaFile
+9-7src/share/poudriere/jail.sh
+9-71 files

FreeNAS/freenas e2ac764src/middlewared/middlewared/plugins/network_ route_sync.py static_routes.py

NAS-139746 / 26.0.0-BETA.1 / fix route and static route to use new logic (#18189)

This uses the new logic introduced in
https://github.com/truenas/truenas_pynetif/pull/43. This allows us to
remove pyroute2 dependency which is where a vast majority of our memory
leaks were occurring. For posterity sake, the leak was not in pyroute2
but we had a cyclical GC issue that was exposed with how we designed our
legacy network logic and pyroute2's design. CI
[here](http://jenkins.eng.ixsystems.net:8080/job/tests/job/api_tests/7624)
DeltaFile
+150-0src/middlewared/middlewared/plugins/network_/route_sync.py
+63-84src/middlewared/middlewared/plugins/network_/static_routes.py
+9-109src/middlewared/middlewared/plugins/network_/route.py
+78-0src/middlewared/middlewared/plugins/network_/static_routes_sync.py
+300-1934 files

FreeBSD/poudriere a60d07e. Makefile.in, external/freebsd/bin/rm rm.c

Merge branch 'master' into pkgbase
DeltaFile
+1,202-754src/share/poudriere/common.sh
+1,128-0external/freebsd/usr.bin/stat/stat.c
+0-1,123src/poudriere-sh/stat.c
+880-214src/share/poudriere/include/util.sh
+614-376Makefile.in
+721-0external/freebsd/bin/rm/rm.c
+4,545-2,467173 files not shown
+15,024-7,943179 files

FreeNAS/freenas 553fc8edocs/source/middleware etc_files.rst, src/freenas/usr/local/bin truenas-initrd.py

NAS-139739 / 26.0.0-BETA.1 / Expand use of atomic_write() helper (#18180)

This commit expands use of atomic_write() to places where there is risk
that a partial file write can impact stability or predictable server
behavior.
DeltaFile
+122-0docs/source/middleware/etc_files.rst
+116-0src/middlewared/middlewared/etc_files/README.md
+14-9src/freenas/usr/local/bin/truenas-initrd.py
+5-5src/middlewared/middlewared/etc_files/generate_ssl_certs.py
+3-3src/middlewared/middlewared/plugins/apps/metadata.py
+3-2src/middlewared/middlewared/plugins/docker/backup.py
+263-197 files not shown
+277-3113 files

LLVM/project 141431fclang/include/clang/CIR/Dialect/IR CIRAttrs.td, clang/include/clang/CIR/Interfaces ASTAttrInterfaces.td

[CIR][LoweringPrepare] Emit guard variables for static local initialization

This implements the lowering of static local variables with the Itanium C++ ABI
guard variable pattern in LoweringPrepare.

When a GlobalOp has the static_local attribute and a ctor region, this pass:
1. Creates a guard variable global (mangled name from AST)
2. Inserts the guard check pattern at each GetGlobalOp use site:
   - Load guard byte with acquire ordering
   - If zero, call __cxa_guard_acquire
   - If acquire returns non-zero, inline the ctor region code
   - Call __cxa_guard_release
3. Clears the static_local attribute and ctor region from the GlobalOp
DeltaFile
+406-1clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
+35-2clang/test/CIR/CodeGen/static-local.cpp
+19-4clang/lib/CIR/CodeGen/CIRGenDeclCXX.cpp
+20-0clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
+0-12clang/include/clang/CIR/Interfaces/ASTAttrInterfaces.td
+6-3clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+486-227 files not shown
+500-3613 files

FreeBSD/ports bf58fe2shells/carapace distinfo Makefile

shells/carapace: Update to 1.6.2

Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.6.2

Reported by:    GitHub (watch releases)
DeltaFile
+5-5shells/carapace/distinfo
+1-2shells/carapace/Makefile
+6-72 files

LLVM/project 60ad66emlir/include/mlir/Dialect/LLVMIR ROCDLOps.td, mlir/test/Dialect/LLVMIR rocdl.mlir

[mlir][ROCDL] Add async variants of pre-gfx12 LDS load intrinsics

These are MLIR wrappers around #180466.
DeltaFile
+92-0mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
+24-0mlir/test/Target/LLVMIR/rocdl.mlir
+24-0mlir/test/Dialect/LLVMIR/rocdl.mlir
+140-03 files

LLVM/project 131ac5cmlir/include/mlir/Dialect/LLVMIR ROCDLOps.td, mlir/test/Dialect/LLVMIR rocdl.mlir

[mlir][ROCDL] Wrap asyncmark and wait.asyncmark intrinsics

(see op-level and LLVM documentation for details so I'm not repeating
myself, but these are the general operations for compiler-operated
asynchronous operation tracking, which frees programmers from having
to deal with all the different counters, allows certain optimization,
and doesn't require precise alias analysis)

-----

Co-authored-by: Claude Opus 4.5 <noreply at anthropic.com>
DeltaFile
+55-0mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
+14-0mlir/test/Target/LLVMIR/rocdl.mlir
+14-0mlir/test/Dialect/LLVMIR/rocdl.mlir
+83-03 files

LLVM/project 0377416clang/lib/CIR/CodeGen CIRGenBuiltinX86.cpp, clang/test/CIR/CodeGenBuiltins/X86 cmp-builtins.c

[CIR][X86] Add support for cmp builtins (#174318)

Part of https://github.com/llvm/llvm-project/issues/167765
Add support for cmp builtins
DeltaFile
+720-0clang/test/CIR/CodeGenBuiltins/X86/cmp-builtins.c
+16-14clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
+736-142 files

LLVM/project d063dc6clang-tools-extra/docs/clang-tidy/checks/hicpp multiway-paths-covered.rst function-size.rst, clang-tools-extra/docs/clang-tidy/checks/readability magic-numbers.rst

[clang-tidy][NFC] Update broken HICPP documentation links (#180525)

The original links to the High Integrity C++ Coding Standard now
redirects to an [irrelevant page](https://www.perforce.com/resources)
because Perforce made the document private (it now requires email to
apply).

This PR updates all HICPP-related documentation links to point to the
application form, ensuring users can still find the official source for
these rules.
DeltaFile
+3-3clang-tools-extra/docs/clang-tidy/checks/hicpp/multiway-paths-covered.rst
+3-3clang-tools-extra/docs/clang-tidy/checks/hicpp/function-size.rst
+1-1clang-tools-extra/docs/clang-tidy/checks/hicpp/use-nullptr.rst
+1-1clang-tools-extra/docs/clang-tidy/checks/hicpp/use-override.rst
+1-1clang-tools-extra/docs/clang-tidy/checks/hicpp/vararg.rst
+1-1clang-tools-extra/docs/clang-tidy/checks/readability/magic-numbers.rst
+10-1027 files not shown
+37-3733 files

LLVM/project c14c838libcxxabi CMakeLists.txt, libcxxabi/src fallback_malloc.cpp

[libcxxabi] Make fallback malloc heap size configurable via CMake

The emergency fallback heap used during exception handling when
malloc() fails (e.g. under OOM) was hardcoded to 512 bytes, which
is only enough for a few in-flight exceptions. In contrast, libstdc++
reserves ~73 KiB for this purpose.

Add a LIBCXXABI_FALLBACK_MALLOC_HEAP_SIZE CMake option (default 512)
so that builds targeting programs that need to survive OOM conditions
can increase the pool size. Validate the value at both CMake configure
time and C++ compile time, since the heap's unsigned short offsets
limit it to ~256 KiB.
DeltaFile
+19-0libcxxabi/CMakeLists.txt
+12-1libcxxabi/src/fallback_malloc.cpp
+31-12 files

DragonFlyBSD/src 2f97cb6test/testcases/libnvmm h_mem_assist_asm.S h_mem_assist.c

testcases/libnvmm: Add two memory tests using RIP-relative addressing

While these two tests do not exercise the RIP-relative address
calculation path in store_to_gva(), they can help validate the x86
instruction decoder.

Credit: Claude Sonnet 4.5 (https://claude.ai/)
DeltaFile
+66-0test/testcases/libnvmm/h_mem_assist_asm.S
+6-0test/testcases/libnvmm/h_mem_assist.c
+72-02 files

DragonFlyBSD/src ceb0e49lib/libnvmm libnvmm_x86.c

libnvmm(3): Fix RIP-relative addressing in store_to_gva()

RIP-relative addressing uses the start address of the *next* instruction
as the base, rather than the *current* one.  Adjust RIP by the
instruction length when computing the effective address.

NOTE: This bug does not affect memory assists:
- The MMIO exits handled by assist_mem_single() do not call
  store_to_gva().  In addition, assist_mem_single() does not compute
  RIP-relative addresses, as the effective GPA is already provided in
  'exit->u.mem.gpa'.
- Other MMIO exits handled by assist_mem_double_movs() do call
  store_to_gva(), but only for RSI/RDI-based operands.

Credit: Claude Sonnet 4.5 (https://claude.ai/)
DeltaFile
+5-0lib/libnvmm/libnvmm_x86.c
+5-01 files

FreeNAS/freenas e7ec2b4src/middlewared/middlewared/plugins/network_ static_routes.py

flake8
DeltaFile
+0-2src/middlewared/middlewared/plugins/network_/static_routes.py
+0-21 files

FreeNAS/freenas 8d5b0detests/sharing_protocols/nvmet test_nvmet_tcp.py nvmet_ha_utils.py

NAS-135198 / 26.0.0-BETA.1 / HA CI tests for NVMe-oF(TCP) (#17680)

Add a comprehensive test suite for NVMe-oF High Availability
failover scenarios. The suite validates failover behavior across
different target implementations (kernel vs SPDK), failover modes (ANA
vs IP takeover), and scales (single namespace to 70 namespaces).
DeltaFile
+867-373tests/sharing_protocols/nvmet/test_nvmet_tcp.py
+921-0tests/sharing_protocols/nvmet/nvmet_ha_utils.py
+589-0tests/sharing_protocols/nvmet/test_nvmet_ha_failover.py
+456-0tests/sharing_protocols/nvmet/test_nvmet_ha_failover_scale.py
+267-0tests/sharing_protocols/nvmet/test_nvmet_ha_failover_failback.py
+163-0tests/sharing_protocols/nvmet/conftest.py
+3,263-3732 files not shown
+3,271-3748 files

NetBSD/src jcuKvy2distrib/sets/lists/comp shl.mi, distrib/sets/lists/debug shl.mi

   fix gnuctf
VersionDeltaFile
1.369+3-3distrib/sets/lists/comp/shl.mi
1.390+2-1distrib/sets/lists/debug/shl.mi
+5-42 files

LLVM/project a99d523clang/lib/AST ExprConstant.cpp

Use more restrictive condition for adding ExprWithCleanups
DeltaFile
+1-4clang/lib/AST/ExprConstant.cpp
+1-41 files

LLVM/project efdc085clang/lib/AST ExprConstant.cpp, clang/lib/Sema SemaExprCXX.cpp

Use setExprNeedsCleanups in BuildCXXNew and avoid breaking c++98

This approach is much cleaner, but broke checkICE reporting in c++98.
Stepping through a debugger shows that this happend because the
static_assert test didn not recognize ExprWithCleanups as transparent to
constant evaluation. To addresse this, we update CheckICE to recurse
into the sub-expression, and keep the old behavior.
DeltaFile
+1-15clang/lib/Sema/SemaExprCXX.cpp
+4-1clang/lib/AST/ExprConstant.cpp
+5-162 files

OpenBSD/ports 26bzsVmdevel/sbt distinfo Makefile, devel/sbt/patches patch-bin_sbt

   devel/sbt: update to 1.12.2
VersionDeltaFile
1.22+2-2devel/sbt/distinfo
1.17+1-1devel/sbt/patches/patch-bin_sbt
1.22+1-1devel/sbt/Makefile
+4-43 files

LLVM/project cb0ff14clang/lib/CodeGen CGCall.cpp, clang/lib/Sema SemaExprCXX.cpp

[clang] Use uniform lifetime bounds under exceptions

To do this we have to slightly modify how some expressions are handled
in Sema. Principally, we need to ensure that calls to new for
non-trivial types still have their destructors run. Generally this isn't
an issue, since these just get sunk into the surrounding scope. With
more lifetime annotations being produced for the expressions, we found
that some calls to `new` in an unreachable switch arm would not be
wrapped in ExprWithCleanups. As a result, they remain on the EhStack
when processing the default label, and since the dead arm doesn't
dominate the default label, we can end up with a case where the def-use
chain is broken (e.g. the def doesn't dominate all uses). Technically
this path would be impossible to reach due to the active bit, but it
still failed to satisfy a dominance relationship.

With that in place, we can remove the constraint on only using tighter
lifetimes when exceptions are disabled.
DeltaFile
+36-0clang/test/CodeGenCXX/aggregate-lifetime-invoke.cpp
+15-1clang/lib/Sema/SemaExprCXX.cpp
+2-4clang/lib/CodeGen/CGCall.cpp
+53-53 files