NetBSD/src Eh7N4g8external/gpl3/gcc.old/lib/libstdc++-v3 Makefile

   fix stack-protector build on atari
VersionDeltaFile
1.19+2-1external/gpl3/gcc.old/lib/libstdc++-v3/Makefile
+2-11 files

LLVM/project 1324ea1llvm/lib/Target/WebAssembly WebAssemblyInstrSIMD.td, llvm/test/CodeGen/WebAssembly simd-reductions.ll simd-memcmp.ll

[WebAssembly] Fold any/alltrue SIMD boolean reductions with eqz (#184704)

Existing ISel patterns match setne/seteq following SIMD boolean reductions
any_true and all_true, and drop the ones that are redundant (because the
reductions always return 1 or 0). This adds patterns to also produce eqz
instructions instead of a comparison with a const.
DeltaFile
+243-48llvm/test/CodeGen/WebAssembly/simd-reductions.ll
+1-2llvm/test/CodeGen/WebAssembly/simd-memcmp.ll
+2-0llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
+246-503 files

LLVM/project 331a91cllvm/lib/Target/AMDGPU AMDGPULowerVGPREncoding.cpp

[NFC][AMDGPU] Add debug print to `AMDGPULowerVGPREncoding.cpp` (#185331)
DeltaFile
+91-3llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
+91-31 files

OpenBSD/ports v5rFL3Carchivers/lzip/tarlz distinfo Makefile, archivers/lzip/tarlz/patches patch-testsuite_check_sh

   Update tarlz to 0.29.

   The patch for the test suite is no longer needed as the test it was disabling
   is not run on OpenBSD anymore.
VersionDeltaFile
1.17+2-2archivers/lzip/tarlz/distinfo
1.23+1-1archivers/lzip/tarlz/Makefile
1.4+0-0archivers/lzip/tarlz/patches/patch-testsuite_check_sh
+3-33 files

LLVM/project a8b726aflang-rt/lib/runtime execute.cpp, flang-rt/unittests/Runtime CommandTest.cpp

[flang-rt] Need to pad the output of execute_command_line(..., CMDMSG) (#185509)

Previously the error message was copied, but not padded for cases where
the message was shorter than the passed CMDMSG string. Add the padding
and also change the test case to test padding on all platforms.
DeltaFile
+12-5flang-rt/unittests/Runtime/CommandTest.cpp
+4-8flang-rt/lib/runtime/execute.cpp
+16-132 files

LLVM/project f2dc489llvm/test/Analysis/CostModel/AMDGPU exp.ll exp10.ll

[AMDGPU] Replace undef with poison in exp/exp2/exp10 cost tests NFC (#185527)
DeltaFile
+192-192llvm/test/Analysis/CostModel/AMDGPU/exp.ll
+192-192llvm/test/Analysis/CostModel/AMDGPU/exp10.ll
+192-192llvm/test/Analysis/CostModel/AMDGPU/exp2.ll
+576-5763 files

OpenBSD/ports azFtEUharchivers/lzip/pdlzip distinfo Makefile

   Update pdlzip to 1.15.
VersionDeltaFile
1.12+2-2archivers/lzip/pdlzip/distinfo
1.19+1-1archivers/lzip/pdlzip/Makefile
+3-32 files

OpenBSD/ports fLR3nOfaudio/openal Makefile

   set MODCLANG_COMPILER_LINKS = No, we only want to install ports clang
   (for clang-scan-deps which is needed for C++20 modules but not included
   in base), we don't want to use it to compile.

   this still adds as an unwanted BDEP on ports-gcc archs, but at least it
   doesn't then get in the way of build. (we do want to use the module rather
   than add a BDEP on a hardcoded lang/llvm/19).

   found by jca@
VersionDeltaFile
1.74+1-0audio/openal/Makefile
+1-01 files

LLVM/project 9d35ee2llvm/lib/Target/AMDGPU AMDGPULowerVGPREncoding.cpp

change all
DeltaFile
+9-9llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
+9-91 files

LLVM/project a9e457aoffload/plugins-nextgen/amdgpu/src rtl.cpp, offload/plugins-nextgen/common/include PluginInterface.h

[Offload][AMDGPU] Fix RPC server on mixed w32 w64 workloads (#185496)

Summary:
This was a regression from the original LLVM-gpu-loader. We used to
handle `-mwavefrontsize64` correctly in the loader by over-allocating
memory and just leaving the upper 32-bits masked off. In order to handle
this in offload we need to scan loaded kernels to see how much memory we
need to allocate. This should be safe, the protocol is designed to
handle an arbitrary size and worst-case this just wastes space.
DeltaFile
+21-0offload/plugins-nextgen/amdgpu/src/rtl.cpp
+3-3offload/plugins-nextgen/common/src/RPC.cpp
+3-0offload/plugins-nextgen/common/include/PluginInterface.h
+27-33 files

LLVM/project 6a6564clibc/hdr/types Elf64_auxv_t.h Elf32_auxv_t.h, libc/include elf.yaml

[libc] Add more macro/type declarations to Elf headers. (#185348)

* Add several `AT_` macro values from `<sys/auxv.h>`. In particular,
this allows to make internal Linux auxv header parsing more hermetic by
removing one of Linux header includes.
* Add constants between `DT_ADDRNGLO` and `DT_ADDRNGHI`, in particular
`DT_GNU_HASH`, which is de-facto standard on many platforms.
* Add `Elf32_auxv_t` and `Elf64_auxv_t` types which define the auxv
entries and can be used by VDSO parsing code. Note that this PR doesn't
yet update libc's own Linux auxv header support (in
`src/__support/OSUtil/linux/auxv.h`).

This fixes some of the missing definitions when building code working
with Elf files, such as Abseil's debugging support in

https://github.com/abseil/abseil-cpp/tree/master/absl/debugging/internal.
DeltaFile
+38-0libc/include/elf.yaml
+22-0libc/hdr/types/Elf64_auxv_t.h
+22-0libc/hdr/types/Elf32_auxv_t.h
+21-0libc/include/llvm-libc-types/Elf32_auxv_t.h
+21-0libc/include/llvm-libc-types/Elf64_auxv_t.h
+16-0libc/hdr/types/CMakeLists.txt
+140-07 files not shown
+154-113 files

NetBSD/pkgsrc U4mTfDpdoc TODO

   doc/TODO: zxing-cpp-3.0.2 now in wip
VersionDeltaFile
1.26924+2-2doc/TODO
+2-21 files

NetBSD/pkgsrc-wip 1cda303zxing-cpp PLIST Makefile

zxing-cpp: finish update to 3.0.2.
DeltaFile
+7-13zxing-cpp/PLIST
+11-5zxing-cpp/Makefile
+0-3zxing-cpp/TODO
+3-0zxing-cpp/distinfo
+21-214 files

FreeBSD/doc 90d5d1bwebsite/content/en/releases/14.4R errata.adoc

14.4/errata: Add an open issue for the boot loader symlink regression.

Reviewed by:    ziaee
Co-authored-by: leres
Differential Revision:  https://reviews.freebsd.org/D55751
DeltaFile
+4-0website/content/en/releases/14.4R/errata.adoc
+4-01 files

FreeBSD/ports c341015textproc/kibana8 Makefile

textproc/kibana8: Restore build,run args for USES+=nodejs

If the nodejs version is specified, then the build,run arguments are
not added.

PR:             289759
Approved by:    blanket (fix my previous commit)
Fixes:          53012cd436a9 (Update 8.11.3 => 8.19.12)
DeltaFile
+1-1textproc/kibana8/Makefile
+1-11 files

LLVM/project 0559fe6clang-tools-extra/clang-doc CMakeLists.txt, clang-tools-extra/clang-doc/benchmarks CMakeLists.txt

[clang-doc] Cleanup CMake files and ensure benchmarks build (#185469)

There's some poor formatting, and ClangDocBenchmark references several
targets that are required, but only because they're required for clang-doc
itself. We can just get those requirements from the clangDoc target.

Additionally, we can make sure the benchmark builds as part of testing
when LLVM_INCLUDE_BENCHMARKS is set.
DeltaFile
+0-5clang-tools-extra/clang-doc/benchmarks/CMakeLists.txt
+4-0clang-tools-extra/test/clang-doc/CMakeLists.txt
+1-1clang-tools-extra/clang-doc/CMakeLists.txt
+5-63 files

OpenBSD/ports uuHnLSQeditors/libreoffice Makefile

   drop i386 from libreoffice ONLY_FOR_ARCHS. this was unlocked after building
   breeze-icons again (-> devel/kf6/kiconthemes -> devel/kf6/kio -> libreoffice)
   but linking libmergedlo.so uses too much RAM.
VersionDeltaFile
1.340+1-1editors/libreoffice/Makefile
+1-11 files

FreeBSD/ports 53012cdtextproc/kibana8 Makefile distinfo, textproc/kibana8/files extra-node-re2-binding-gyp.patch patch-src_setup__node__env_node__version__validator.js

textproc/kibana8: Update 8.11.3 => 8.19.12

Changelogs (there are 59 new versions):
https://www.elastic.co/guide/en/kibana/8.19/release-notes-8.11.4.html
 . . .
https://www.elastic.co/guide/en/kibana/8.19/release-notes-8.19.12.html

- Add "MASTER_SITES+=LOCAL/vvd/kibana" for those who also can't
  download from the official website: "403 Forbidden".
- Switch to default nodejs version 24.
- Improve COMMENT - correct name is "Elasticsearch" without camel-case.
- Use ${NODEJS_VERSION} instead of hardcoded nodejs version.
- Remove unnecessary BUILD_DEPENDS - USES+=nodejs also adds it.
- Remove default args build,run form USES+=nodejs.
- Update CONFLICTS.
- Fix warnings from portclippy.
- Replace "${INSTALL} -l rs" with "${RLN}".
- Update pkg-descr.
- Improve pkg-message.

    [4 lines not shown]
DeltaFile
+39-21textproc/kibana8/Makefile
+35-14textproc/kibana8/files/extra-node-re2-binding-gyp.patch
+0-20textproc/kibana8/files/patch-src_setup__node__env_node__version__validator.js
+18-0textproc/kibana8/files/patch-node__modules__kbn_setup-node-env_node__version__validator.js
+7-7textproc/kibana8/distinfo
+1-1textproc/kibana8/files/pkg-message.in
+100-631 files not shown
+101-647 files

OpenZFS/src 8531621cmd/zfs zfs_main.c, tests/runfiles common.run

zfs_main: create, clone, rename: accept `-pp` for non-mountable parents

Teach `zfs {create,clone,rename}` to accept a doubled `-p` flag (`-pp`)
to create non-existing ancestor datasets with `canmount=off`.

Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Reviewed-by: Rob Norris <robn at despairlabs.com>
Signed-off-by: Ivan Shapovalov <intelfx at intelfx.name>
Closes #17000
DeltaFile
+94-0tests/zfs-tests/tests/functional/cli_root/zfs_clone/zfs_clone_011_pos.ksh
+86-0tests/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_015_pos.ksh
+68-13cmd/zfs/zfs_main.c
+74-0tests/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_015_pos.ksh
+23-2tests/zfs-tests/include/libtest.shlib
+8-7tests/runfiles/common.run
+353-225 files not shown
+373-2311 files

OpenZFS/src 2f3f1abinclude libzfs.h, lib/libzfs libzfs_dataset.c libzfs_impl.h

libzfs: teach zfs_create_ancestors() to accept properties

This will be used to support creating non-mountable ancestors in zfs(8).

Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Reviewed-by: Rob Norris <robn at despairlabs.com>
Signed-off-by: Ivan Shapovalov <intelfx at intelfx.name>
Closes #17000
DeltaFile
+15-4lib/libzfs/libzfs_dataset.c
+1-1lib/libzfs/libzfs_impl.h
+2-0include/libzfs.h
+1-1lib/libzfs/libzfs_sendrecv.c
+1-0lib/libzfs/libzfs.abi
+20-65 files

FreeBSD/src e6d579bstand/lua core.lua

core.lua: follow symlinks when looking for bootable kernels

PR: 293654
Reviewed by:    kevans
Approved by:    kevans
Differential Revision:  https://reviews.freebsd.org/D55713
DeltaFile
+1-1stand/lua/core.lua
+1-11 files

LLVM/project d5685acllvm/lib/Target/AMDGPU AMDGPULowerKernelAttributes.cpp, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.h AMDGPUBaseInfo.cpp

Revert "AMDGPU: Annotate group size ABI loads with range metadata (#185420)"

This reverts commit 76daf31b4000623d5c9548348a859ea3ed8712e1.

Bot failure.
DeltaFile
+15-122llvm/test/CodeGen/AMDGPU/implicit-arg-v5-opt.ll
+19-48llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
+7-8llvm/test/CodeGen/AMDGPU/amdgpu-max-num-workgroups-load-annotate.ll
+7-8llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
+2-5llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
+5-0llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+55-1912 files not shown
+57-1938 files

FreeBSD/src bc531a9libexec/flua/lfs lfs.c

stand: lua: break out a few more dirent types in lfs

These are non-standard and specific to the version used in loader.  We
have some desire to recognize symlinks to avoid filtering out kernel
symlinks in the autodetection bits when they would be perfectly fine to
`load`.

This won't be usable right away, so any impending use will need to be
careful to account for nil.

Reported by:    leres
DeltaFile
+4-0libexec/flua/lfs/lfs.c
+4-01 files

OpenBSD/ports krjlYQFdevel/stylua distinfo crates.inc

   devel/stylua: update to version 2.4.0

   Diff from Laurent Cheylus, thanks!
VersionDeltaFile
1.5+12-14devel/stylua/distinfo
1.4+5-6devel/stylua/crates.inc
1.6+1-3devel/stylua/Makefile
+18-233 files

FreeNAS/freenas 3b415d8src/middlewared/middlewared/api/v26_0_0 zfs_tier.py

Add subscription
DeltaFile
+6-0src/middlewared/middlewared/api/v26_0_0/zfs_tier.py
+6-01 files

FreeNAS/freenas 0f7a5b2src/middlewared/middlewared/api/v26_0_0 zfs_tier.py common.py

Address API feedback from other teams
DeltaFile
+9-1src/middlewared/middlewared/api/v26_0_0/zfs_tier.py
+6-2src/middlewared/middlewared/api/v26_0_0/common.py
+2-2src/middlewared/middlewared/api/v26_0_0/pool_dataset.py
+2-1src/middlewared/middlewared/api/v26_0_0/nfs.py
+2-1src/middlewared/middlewared/api/v26_0_0/smb.py
+21-75 files

FreeNAS/freenas ff59e2esrc/middlewared/middlewared/api/v26_0_0 zfs_tier.py pool_dataset.py

Address changes
DeltaFile
+4-4src/middlewared/middlewared/api/v26_0_0/zfs_tier.py
+3-2src/middlewared/middlewared/api/v26_0_0/pool_dataset.py
+2-2src/middlewared/middlewared/api/v26_0_0/nfs.py
+2-2src/middlewared/middlewared/api/v26_0_0/common.py
+2-2src/middlewared/middlewared/api/v26_0_0/smb.py
+13-125 files

FreeNAS/freenas d5b7488src/middlewared/middlewared/api/v26_0_0 zfs_tier.py common.py

Fix
DeltaFile
+32-6src/middlewared/middlewared/api/v26_0_0/zfs_tier.py
+2-2src/middlewared/middlewared/api/v26_0_0/common.py
+34-82 files

FreeNAS/freenas 3d4ac2asrc/middlewared/middlewared/api/v26_0_0 zfs_tier.py smb.py

Add tiering API

This commit modifies the truenas API to wrap around tiering design
in the following ways:

A new namespace zfs.tier. will be added. This contains global
configuration for systemwide tiering settings. Parameters include

- enabled: whether to enable tiering. This feature requries changes
  to global ZFS behavior and we will have various internal checks
  that check this value in datastore extend context methods.

- max_concurrent_jobs: the maximum number of concurrent rewrite
  jobs (tier migrations for existing data).

- min_available_space: point in available space for a dataset where
  tier migrations will error out.

The namespace will also support APIs for managing and querying

    [9 lines not shown]
DeltaFile
+160-0src/middlewared/middlewared/api/v26_0_0/zfs_tier.py
+6-0src/middlewared/middlewared/api/v26_0_0/smb.py
+6-0src/middlewared/middlewared/api/v26_0_0/nfs.py
+2-0src/middlewared/middlewared/api/v26_0_0/pool_dataset.py
+1-0src/middlewared/middlewared/api/v26_0_0/__init__.py
+175-05 files

LLVM/project 90978e4llvm/lib/Target/AArch64 AArch64Arm64ECCallLowering.cpp, llvm/test/CodeGen/AArch64 arm64ec-entry-thunks.ll

[arm64ec] Fix missing sret return in Arm64EC entry thunks for large struct returns (#185452)

When an Arm64EC function returns a struct by value that is too large for
x64's `RAX` (>8 bytes), the entry thunk synthesizes a hidden sret
pointer parameter for the x64 side. However, this
parameter was never marked with the sret attribute, so ISel did not copy
its value into `x8` (the Arm64EC mapping of `RAX`) on return. This
caused the x64 caller to see a garbage pointer in `RAX` instead of the
return buffer address.

The change adds the sret attribute to the thunk's synthesized pointer
parameter, so that `LowerFormalArguments` saves it and `LowerReturn`
restores it to `x8` before the tail call to `__os_arm64x_dispatch_ret`.

Fixes #185390
DeltaFile
+5-0llvm/lib/Target/AArch64/AArch64Arm64ECCallLowering.cpp
+2-0llvm/test/CodeGen/AArch64/arm64ec-entry-thunks.ll
+7-02 files