FreeBSD/ports db9846eaccessibility/hyprsunset distinfo Makefile, accessibility/hyprsunset/files patch-src_Hyprsunset.cpp

accessibility/hyprsunset: Update to 0.4.0

Changelog: https://github.com/hyprwm/hyprsunset/releases/tag/v0.4.0

Reported by:    GitHub (watch releases)
DeltaFile
+6-11accessibility/hyprsunset/files/patch-src_Hyprsunset.cpp
+3-3accessibility/hyprsunset/distinfo
+1-3accessibility/hyprsunset/Makefile
+10-173 files

LLVM/project 06bf4bfllvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86 vector-interleaved-store-i16-stride-6.ll vector-interleaved-store-i8-stride-6.ll

[X86] combineINSERT_SUBVECTOR - enable shuffle combining of concat(extractsub(shuffle),extractsub(shuffle)) patterns (#209510)

Reuse the peekThroughBitcastsAndExtracts helper that we already use for insertsub(shuffle,extractsub(shuffle)) patterns
DeltaFile
+590-590llvm/test/CodeGen/X86/vector-interleaved-store-i16-stride-6.ll
+166-166llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-6.ll
+10-9llvm/lib/Target/X86/X86ISelLowering.cpp
+2-5llvm/test/CodeGen/X86/vector-shuffle-combining-avx512vbmi.ll
+768-7704 files

LLVM/project 22aefbclldb/packages/Python/lldbsuite/test/tools/lldb_dap dap_types.py, llvm/test/CodeGen/AMDGPU amdgpu-codegenprepare-idiv.ll vector-reduce-fminimum.ll

Merge branch 'main' into users/ssahasra/av-metadata-clang
DeltaFile
+23,904-12llvm/test/CodeGen/RISCV/clmul.ll
+1,419-2,129llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll
+1,640-1,695llvm/test/CodeGen/AMDGPU/vector-reduce-fminimum.ll
+1,482-1,543llvm/test/CodeGen/AMDGPU/vector-reduce-fmaximum.ll
+2,262-0llvm/test/Transforms/SLPVectorizer/X86/idiv-by-const.ll
+0-2,026lldb/packages/Python/lldbsuite/test/tools/lldb_dap/dap_types.py
+30,707-7,4054,234 files not shown
+100,103-40,5274,240 files

LLVM/project 2af345alldb/include/lldb/Target MemoryRegionInfo.h, lldb/source/Plugins/Process/Utility LinuxProcMaps.cpp

[lldb-server] Add type info for qMemoryinfo reponse (#209235)

Use the name of the memory region to report the known cases where an
address points to stack/heap: "[stack]" or "[heap"].

According to [1], the "[stack]" name is the main thread's stack region:
```
  [stack]
                     The initial process's (also known as the main
                     thread's) stack.
```

For other threads, we can't know their stack region because this field
got removed in newer kernels:

```
 [stack:tid] (from Linux 3.4 to Linux 4.4)
        A thread's stack (where the tid is a thread ID).  It
        corresponds to the /proc/pid/task/tid/ path.  This

    [9 lines not shown]
DeltaFile
+12-1lldb/unittests/Process/Utility/LinuxProcMapsTest.cpp
+10-1lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp
+4-1lldb/include/lldb/Target/MemoryRegionInfo.h
+4-0lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
+30-34 files

LLVM/project b3bb0d1llvm/lib/Target/RISCV RISCVISelLowering.cpp, llvm/lib/Target/SPIRV SPIRVLegalizePointerCast.cpp

Merge branch 'main' into users/arsenm/llvm/amdgpu-migrate-tests-subarch-34
DeltaFile
+131-18llvm/test/CodeGen/RISCV/rvp-simd-64.ll
+73-0llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+45-0llvm/test/CodeGen/RISCV/rvp-insert-subvector.ll
+41-4llvm/test/CodeGen/RISCV/rvp-simd-32.ll
+24-11llvm/lib/Target/SPIRV/SPIRVLegalizePointerCast.cpp
+34-0llvm/test/CodeGen/SPIRV/passes/SPIRVLegalizePointerCast.ll
+348-3383 files not shown
+539-20589 files

LLVM/project bdd15ffllvm/test/CodeGen/AMDGPU strict_fsub.f16.ll strict_fmul.f16.ll

AMDGPU: Migrate CodeGen tests to amdgpu subarch triple (34) (#209598)

Mechanically migrate the command-line target spelling on llc/opt RUN
lines in llvm/test/CodeGen/AMDGPU from -mtriple=amdgcn ... -mcpu=<gfx> to 
the folded subarch triple form (e.g. -mtriple=amdgpu9.00-amd-amdhsa), dropping 
the redundant -mcpu.

Co-Authored-By: Claude <noreply at anthropic.com> (Claude-Opus-4.8)
DeltaFile
+12-12llvm/test/CodeGen/AMDGPU/strict_fsub.f16.ll
+12-12llvm/test/CodeGen/AMDGPU/strict_fmul.f16.ll
+12-12llvm/test/CodeGen/AMDGPU/strict_fadd.f16.ll
+10-10llvm/test/CodeGen/AMDGPU/strict_ldexp.f16.ll
+8-8llvm/test/CodeGen/AMDGPU/strict_fmul.f32.ll
+8-8llvm/test/CodeGen/AMDGPU/strict_ldexp.f32.ll
+62-6288 files not shown
+307-30794 files

FreeBSD/src 896f9basys/dev/sound/pcm channel.c buffer.c

sound: Pass format and speed as arguments to sndbuf_create()

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week

(cherry picked from commit 815dc35b7b5ed694fc1986d054149e375b8a17bd)
DeltaFile
+2-6sys/dev/sound/pcm/channel.c
+4-1sys/dev/sound/pcm/buffer.c
+1-1sys/dev/sound/pcm/buffer.h
+7-83 files

FreeBSD/src 6d66485sys/dev/sound/pcm dsp.c

sound: Remove dead code in dsp_ioctl()

Sponsored by;   The FreeBSD Foundation
MFC after:      1 week

(cherry picked from commit 69c4e2b68a588272de6ab86e302d87188bfef2a6)
DeltaFile
+0-8sys/dev/sound/pcm/dsp.c
+0-81 files

FreeBSD/ports 3f069cbwww Makefile, www/py-aiohttp-retry Makefile distinfo

www/py-aiohttp-retry: New port: Simple retry client for aiohttp
DeltaFile
+24-0www/py-aiohttp-retry/Makefile
+3-0www/py-aiohttp-retry/distinfo
+2-0www/py-aiohttp-retry/pkg-descr
+1-0www/Makefile
+30-04 files

FreeBSD/ports 1fa4edfmisc/colibri Makefile

misc/colibri: Minor change in the comment
DeltaFile
+1-1misc/colibri/Makefile
+1-11 files

FreeBSD/ports b16156dgraphics/php-qrencode distinfo Makefile

graphics/php-qrencode: converted to php standard extension.

PR:             296792
DeltaFile
+3-3graphics/php-qrencode/distinfo
+3-2graphics/php-qrencode/Makefile
+6-52 files

FreeBSD/ports fb9322edevel/php-grpc Makefile distinfo

devel/php-grpc: update to 1.82.1, and converted to php extension.

PR:             296792
DeltaFile
+8-3devel/php-grpc/Makefile
+3-3devel/php-grpc/distinfo
+11-62 files

FreeBSD/ports d186843devel/php-swoole Makefile distinfo

devel/php-swoole: converted to php standard extension.

PR:             296792
DeltaFile
+6-2devel/php-swoole/Makefile
+3-3devel/php-swoole/distinfo
+9-52 files

LLVM/project 396a2d7llvm/lib/Target/RISCV RISCVISelLowering.cpp, llvm/test/CodeGen/RISCV rvp-insert-subvector.ll

[RISCV][P-ext] Fold packed insert-into-zero to zero-extend (#208006)

An insert_subvector of a 32-bit packed type (v4i8/v2i16) into a zero-filled
64-bit packed vector at index 0 is a zero-extend. Fold it so RV64 emits a
single zext.w instead of scalarizing into a byte-wise repack; RV32
concatenates with a zero half into the GPRPair.
DeltaFile
+45-0llvm/test/CodeGen/RISCV/rvp-insert-subvector.ll
+30-0llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+75-02 files

OPNSense/core 8cc69b2. plist, src/etc opnsense-update.conf.in

firmware: add fingerprint and upgrade hint for 26.7
DeltaFile
+2-0src/etc/pkg/fingerprints/OPNsense/trusted/pkg.opnsense.org.20260608
+2-0src/etc/opnsense-update.conf.in
+1-0plist
+5-03 files

LLVM/project 046acffllvm/include/llvm/IR IntrinsicsRISCV.td, llvm/lib/Target/RISCV RISCVISelLowering.cpp RISCVInstrInfoP.td

[RISCV][P-ext] Add packed saturating rounding shift codegen (#208630)

Add codegen for `pssha`, `psshar`, `psshl`, and `psshlr` on RV32 and
RV64.
DeltaFile
+131-18llvm/test/CodeGen/RISCV/rvp-simd-64.ll
+41-4llvm/test/CodeGen/RISCV/rvp-simd-32.ll
+43-0llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+15-0llvm/lib/Target/RISCV/RISCVInstrInfoP.td
+10-0llvm/include/llvm/IR/IntrinsicsRISCV.td
+240-225 files

LLVM/project 5b345aellvm/docs ReleaseNotes.md, llvm/lib/Target/RISCV RISCVInstrInfoZilx.td RISCVFeatures.td

Add release note

Created using spr 1.3.6-beta.1
DeltaFile
+16-16llvm/test/MC/RISCV/zilx-valid-rv64.s
+8-8llvm/test/MC/RISCV/zilx-valid-rv32.s
+2-2llvm/lib/Target/RISCV/RISCVInstrInfoZilx.td
+2-2llvm/lib/Target/RISCV/RISCVFeatures.td
+2-1llvm/docs/ReleaseNotes.md
+1-1llvm/test/CodeGen/RISCV/features-info.ll
+31-301 files not shown
+32-317 files

LLVM/project 60139c4llvm/docs ReleaseNotes.md, llvm/lib/Target/RISCV RISCVFeatures.td RISCVInstrInfoZilx.td

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+16-16llvm/test/MC/RISCV/zilx-valid-rv64.s
+8-8llvm/test/MC/RISCV/zilx-valid-rv32.s
+2-2llvm/lib/Target/RISCV/RISCVFeatures.td
+2-2llvm/lib/Target/RISCV/RISCVInstrInfoZilx.td
+1-1llvm/docs/ReleaseNotes.md
+1-1llvm/test/CodeGen/RISCV/features-info.ll
+30-301 files not shown
+31-317 files

LLVM/project 771d152llvm/lib/Target/SPIRV SPIRVLegalizePointerCast.cpp, llvm/test/CodeGen/SPIRV/passes SPIRVLegalizePointerCast.ll

[SPIR-V] Preserve offset alignment in pointer cast legalization (#209251)

Splitting a load/store into per-element accesses reused the original
alignment for every element, which could wrongly strengthen or discard
alignment

Compute each split access alignment via commonAlignment with its
DataLayout derived byte offset matching SPIRVLegalizerInfo.cpp
DeltaFile
+24-11llvm/lib/Target/SPIRV/SPIRVLegalizePointerCast.cpp
+34-0llvm/test/CodeGen/SPIRV/passes/SPIRVLegalizePointerCast.ll
+58-112 files

LLVM/project b78a0acllvm/lib/Target/SPIRV SPIRVUtils.cpp

[SPIR-V] Unify duplicated named MDNode lookup helper (#209376)
DeltaFile
+16-18llvm/lib/Target/SPIRV/SPIRVUtils.cpp
+16-181 files

LLVM/project af84127llvm/lib/Target/SPIRV SPIRVCallLowering.cpp

[SPIR-V] Remove dead typed pointer check in getArgSPIRVType (#209515)

Arg->getType() can never be a TypedPointerType since opaque pointers are
now the only pointer representation in LLVM IR
DeltaFile
+0-5llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp
+0-51 files

LLVM/project a9d4741clang/test/Driver print-supported-extensions-riscv.c, llvm/lib/Target/RISCV RISCVInstrInfoZilx.td RISCVFeatures.td

Change the expanded name of Zilx

Created using spr 1.3.6-beta.1
DeltaFile
+16-16llvm/test/MC/RISCV/zilx-valid-rv64.s
+8-8llvm/test/MC/RISCV/zilx-valid-rv32.s
+2-2llvm/lib/Target/RISCV/RISCVInstrInfoZilx.td
+2-2llvm/lib/Target/RISCV/RISCVFeatures.td
+1-1llvm/test/CodeGen/RISCV/features-info.ll
+1-1clang/test/Driver/print-supported-extensions-riscv.c
+30-301 files not shown
+31-317 files

NetBSD/src Kx0lkcWexternal/mit/xorg/server/drivers/xf86-video-r128 Makefile

   set HAVE_DEV_WSCONS_WSCONSIO_H
VersionDeltaFile
1.13+2-1external/mit/xorg/server/drivers/xf86-video-r128/Makefile
+2-11 files

OpenBSD/src M5lCcn2usr.sbin/rpki-client output.c extern.h

   rpki-client: only output config files on successful run

   While the suggested cronjob is 'rpki-client -v && bgpctl reload' and thus
   only reloads bgpd if rpki-client completes successfully, the output logic
   creates a config file that might still be loaded by an operator by hand.

   If an error occurred in one of the subprocesses, only output ometrics (if
   requested) and do not generate bgpd, bird, csv, json, and ccr.

   ok claudio job
VersionDeltaFile
1.47+13-9usr.sbin/rpki-client/output.c
1.290+2-2usr.sbin/rpki-client/extern.h
1.312+2-2usr.sbin/rpki-client/main.c
+17-133 files

FreeBSD/ports e3d0a71lang/swift6 Makefile, lang/swift6/files extra-swift-wchar.h

lang/swift6: Unbreak build with clang 21

Clang 21 appears to have a regression in wchar.h handling when c++20
modules funcationality is enabled. (Swift compiler uses clang's
modules function under the hood.)

This is a workaround to avoid a compilation error by defining the
macro _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ to 1 before the compiler
reads the system wchar.h.

PR:             296000
Reported by:    Tomoaki AOKI <junchoon at dec.sakura.ne.jp>
Tested by:      Tomoaki AOKI <junchoon at dec.sakura.ne.jp>
DeltaFile
+33-2lang/swift6/Makefile
+7-0lang/swift6/files/extra-swift-wchar.h
+40-22 files

LLVM/project 15776b5llvm/include/llvm/ADT GenericCycleImpl.h GenericCycleInfo.h

[CycleInfo] Remove GenericCycle::TopLevelCycle. NFC (#209677)

moveTopLevelCycleToNewParent maintains TopLevelCycle eagerly, rewriting
the whole re-parented subtree with depth_first. When discovery nests k
cycles one by one this is quadratic, and the df_iterator walk plus its
visited set dominate construction on deep nests (~78% of time on a
1500-deep nest).

Walk ParentCycle links in getTopLevelParentCycle instead and delete the
member. The walk is valid during construction too: parent links are
always current, and discovery queries blocks whose innermost cycle sits
at the top of the forest being merged, so the walk is short.

Aided by Claude Fable 5
DeltaFile
+3-9llvm/include/llvm/ADT/GenericCycleImpl.h
+1-5llvm/include/llvm/ADT/GenericCycleInfo.h
+4-142 files

LLVM/project b790c5clibc/src/pthread pthread_condattr_setclock.cpp, libc/test/src/sys/socket/linux CMakeLists.txt

[libc] Remove #include <sys/whatever.h> (#209449)

and replace with granular includes of type/macro proxy headers -- where
those headers exist. I'm leaving the creation of new proxy headers for
another patch.

Assisted by Gemini.
DeltaFile
+14-7libc/test/src/sys/stat/CMakeLists.txt
+19-0libc/test/src/unistd/CMakeLists.txt
+4-4libc/test/src/sys/socket/linux/CMakeLists.txt
+3-4libc/src/pthread/pthread_condattr_setclock.cpp
+3-3libc/test/src/sys/stat/chmod_test.cpp
+3-3libc/test/src/sys/stat/fchmodat_test.cpp
+46-2171 files not shown
+146-13577 files

FreeBSD/ports b17d385net/nekobox distinfo Makefile

net/nekobox: update 5.11.26 → 5.11.28
DeltaFile
+3-3net/nekobox/distinfo
+1-1net/nekobox/Makefile
+4-42 files

FreeBSD/ports edce7e9textproc/py-docling distinfo Makefile

textproc/py-docling: update 2.112.0 → 2.113.0
DeltaFile
+3-3textproc/py-docling/distinfo
+3-3textproc/py-docling/Makefile
+6-62 files

FreeBSD/ports 7e98f09science/py-OpenFermion Makefile distinfo

science/py-OpenFermion: update 1.7.1 → 1.8.0

Reported by:    portscout
DeltaFile
+6-7science/py-OpenFermion/Makefile
+3-3science/py-OpenFermion/distinfo
+9-102 files