NetBSD/src y0tR3OFsys/dev/scsipi atapi_wdc.c

   s/SET_FEATYRE/SET_FEATURES/ in comment.
VersionDeltaFile
1.142+3-3sys/dev/scsipi/atapi_wdc.c
+3-31 files

NetBSD/pkgsrc dKMnLgzlang/ruby40/patches patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_encoding.rb

   lang/ruby40: remove a unused patch file
VersionDeltaFile
1.2+1-1lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_encoding.rb
+1-11 files

LLVM/project 348bde9clang/include/clang/Parse Parser.h, clang/lib/Parse ParseExprCXX.cpp ParseOpenACC.cpp

fix name diverge from main
DeltaFile
+5-5clang/lib/Parse/ParseExprCXX.cpp
+4-6clang/include/clang/Parse/Parser.h
+3-3clang/lib/Parse/ParseOpenACC.cpp
+12-143 files

LLVM/project 1229385compiler-rt/lib/builtins/cpu_model cpu_model.h AArch64CPUFeatures.inc, llvm/include/llvm/TargetParser AArch64CPUFeatures.inc

[compiler-rt][builtins] A few fixes cpu_model files (#198957)

- Fix typo in include guard with the word features
- Correct header in cpu_model.h header file and include guard after
  the file has been renamed
DeltaFile
+3-3compiler-rt/lib/builtins/cpu_model/cpu_model.h
+2-2llvm/include/llvm/TargetParser/AArch64CPUFeatures.inc
+2-2compiler-rt/lib/builtins/cpu_model/AArch64CPUFeatures.inc
+7-73 files

LLVM/project 15f3cf2llvm/lib/Support UnicodeNameToCodepointGenerated.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.av.load.b128.ll

Merge branch 'main' into users/bassiounix/clang/c2y/if-decl
DeltaFile
+23,873-20,923llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
+8,633-8,584llvm/test/CodeGen/Thumb2/mve-clmul.ll
+12,365-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.av.load.b128.ll
+1,243-8,768llvm/test/CodeGen/X86/vector-replicaton-i1-mask.ll
+3,436-2,769llvm/test/CodeGen/AMDGPU/GlobalISel/sdivrem.ll
+2,801-2,109llvm/test/CodeGen/AMDGPU/GlobalISel/udivrem.ll
+52,351-43,1534,181 files not shown
+282,730-143,1564,187 files

LLVM/project b59adaaclang/test/C/C2y n3267.c

add more positive tests
DeltaFile
+7-0clang/test/C/C2y/n3267.c
+7-01 files

LLVM/project 0be65ballvm/lib/Target/LoongArch LoongArchISelLowering.cpp LoongArchMachineFunctionInfo.h, llvm/test/CodeGen/LoongArch musttail-indirect-args.ll musttail-call.ll

[LoongArch] Fix musttail with indirect arguments by forwarding incoming pointers

When a `musttail` call passes arguments indirectly (fp128 on LA32, i128
on LA32), the backend allocates a stack temporary and hands the callee a
pointer. The tail call deallocates the caller's frame, and the pointer
dangles.

Fix by forwarding the incoming indirect pointers instead. They point to
the caller's caller's frame, which stays valid after the tail call.
Forwarded formal parameters reuse the pointer directly; computed values
get stored into the incoming buffer first.

The pointers are saved in virtual registers (`CopyToReg`/`CopyFromReg`)
rather than SDValues. The SelectionDAG is cleared between basic blocks
and musttail calls can appear in non-entry blocks, so storing raw
SDValues across BBs is unsound (this was the bug that led to the revert
in 501417baa60f). The vreg save only fires when the function has
musttail calls; other functions see no codegen change.


    [3 lines not shown]
DeltaFile
+907-0llvm/test/CodeGen/LoongArch/musttail-indirect-args.ll
+183-44llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
+20-0llvm/test/CodeGen/LoongArch/musttail-call.ll
+17-0llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h
+1,127-444 files

FreeBSD/ports 765d42emisc Makefile, misc/antigravity-cli Makefile distinfo

misc/antigravity-cli: New port: CLI for Antigravity
DeltaFile
+37-0misc/antigravity-cli/Makefile
+5-0misc/antigravity-cli/distinfo
+4-0misc/antigravity-cli/pkg-descr
+1-0misc/Makefile
+47-04 files

FreeBSD/ports 84e755dwww/dpp distinfo Makefile

www/dpp: update 10.1.4 → 10.1.5
DeltaFile
+3-3www/dpp/distinfo
+1-1www/dpp/Makefile
+1-1www/dpp/pkg-plist
+5-53 files

FreeBSD/ports b625439devel/git-repo-manager distinfo Makefile

devel/git-repo-manager: update 0.9.1 → 0.10.0
DeltaFile
+59-37devel/git-repo-manager/distinfo
+29-19devel/git-repo-manager/Makefile
+88-562 files

FreeBSD/ports f1bc229cad/librepcb distinfo Makefile

cad/librepcb: update 2.0.1 → 2.1.0
DeltaFile
+165-117cad/librepcb/distinfo
+84-61cad/librepcb/Makefile
+249-1782 files

FreeBSD/ports b83b65egraphics/art distinfo Makefile

graphics/art: update 1.26.3 → 1.26.4
DeltaFile
+3-3graphics/art/distinfo
+1-1graphics/art/Makefile
+2-0graphics/art/pkg-plist
+6-43 files

FreeBSD/ports 937db8fshells/agsh distinfo Makefile

shells/agsh: update 0.24.1 → 0.26.0
DeltaFile
+5-3shells/agsh/distinfo
+2-1shells/agsh/Makefile
+7-42 files

LLVM/project 74e6127llvm/lib/Target/RISCV RISCVSubtarget.h RISCVProcessors.td, llvm/test/CodeGen/RISCV jump-is-expensive.ll

[RISCV] Add TuneJumpIsExpensive (#191374)

We had `setJumpIsExpensive(true)` before 18.x but it was removed
in #74647. This feature allows users to tune the ISel behavior.

We have #80124 and #178394 landed, so it should be more flexible
to tune branches and selects now.

This is an alternative of #191158.
DeltaFile
+91-0llvm/test/CodeGen/RISCV/jump-is-expensive.ll
+4-0llvm/lib/Target/RISCV/RISCVSubtarget.h
+3-1llvm/lib/Target/RISCV/RISCVProcessors.td
+2-0llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+100-14 files

FreeBSD/ports fb4f65cnews Makefile, news/flnews Makefile pkg-descr

news/flnews: New port
DeltaFile
+41-0news/flnews/Makefile
+11-0news/flnews/pkg-descr
+3-0news/flnews/distinfo
+1-0news/Makefile
+56-04 files

LLVM/project 3cf43f6llvm/lib/Target/RISCV RISCVISelLowering.cpp, llvm/test/CodeGen/RISCV rvp-simd-64.ll

[RISCV][P-ext] Split v4i16/v8i8 AND/OR/XOR on RV32. (#198449)

v2i32 is already scalarized by LegalizeVectorOps.
DeltaFile
+162-690llvm/test/CodeGen/RISCV/rvp-simd-64.ll
+31-3llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+193-6932 files

LLVM/project 2306a98llvm/lib/Target/RISCV RISCVISelLowering.cpp

[RISCV] Inline multiple small lambdas. NFC (#198878)

None of these lambdas are reused and they all seemed pretty simple to
inline.
DeltaFile
+19-30llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+19-301 files

LLVM/project cc382a6llvm/lib/Target/RISCV RISCVISelLowering.cpp, llvm/test/CodeGen/RISCV rvp-simd-64.ll

[RISCV][P-ext] Custom-lower SELECT for v4i16/v8i8 on RV32 (#198723)

SELECT was Expand for RV32 64-bit packed types, producing 40-80 lines of
stack-based per-element scalarization. Make it Custom for v4i16/v8i8 and
extend the existing isPExtPackedType branch in lowerSELECT to bitcast to
an integer of matching width: single-GPR types select on XLenVT
directly, while RV32 double-wide types select on i64 which
type-legalizes to two scalar selects on the i32 halves.

v2i32 is left to natural type-legalization since it splits cleanly into
two scalar i32 selects without a Custom hook.
DeltaFile
+14-114llvm/test/CodeGen/RISCV/rvp-simd-64.ll
+11-7llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+25-1212 files

NetBSD/pkgsrc 4h3hcJrdoc CHANGES-pkgsrc-2026Q1

   doc: update for tickets 7119-7124
VersionDeltaFile
1.1.2.23+18-1doc/CHANGES-pkgsrc-2026Q1
+18-11 files

NetBSD/pkgsrc 3DHfJ9Ynet/bind918 distinfo Makefile

   Pullup ticket #7123 - requested by taca
   net/bind918: Security fix

   Revisions pulled up:
   - net/bind918/Makefile                                          1.68
   - net/bind918/distinfo                                          1.40

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Wed May 20 13:07:16 UTC 2026

      Modified Files:
        pkgsrc/net/bind918: Makefile distinfo

      Log Message:
      net/bind918: update to 9.18.49

      BIND 9.18.49 (2026-05-20)

    [88 lines not shown]
VersionDeltaFile
1.38.2.2+4-4net/bind918/distinfo
1.66.2.2+2-2net/bind918/Makefile
+6-62 files

NetBSD/pkgsrc vmsAXvplang/ruby40/patches patch-template_Makefile.in patch-template_Makefile.in

   Pullup ticket #7124 - requested by taca
   lang/ruby40: Security fix

   Revisions pulled up:
   - lang/ruby/rubyversion.mk                                      1.323-1.324
   - lang/ruby40/Makefile                                          1.3
   - lang/ruby40/PLIST                                             1.3
   - lang/ruby40/distinfo                                          1.6-1.9
   - lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_generator_template_aliki___header.rhtml deleted
   - lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_parser_c.rb deleted
   - lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.4_lib_rdoc_encoding.rb 1.1
   - lang/ruby40/patches/patch-template_Makefile.in                1.3-1.4

   ---
      Module Name:      pkgsrc
      Committed By:     wiz
      Date:             Fri May 15 16:56:19 UTC 2026

      Modified Files:

    [96 lines not shown]
VersionDeltaFile
1.4.2.1+0-30lang/ruby40/patches/patch-template_Makefile.in
1.4.2.2+30-0lang/ruby40/patches/patch-template_Makefile.in
1.1.2.1+0-15lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.4_lib_rdoc_encoding.rb
1.2.2.2+15-0lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_parser_c.rb
1.2.2.1+0-15lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_parser_c.rb
1.1.2.2+15-0lang/ruby40/patches/patch-.bundle_gems_rdoc-7.0.4_lib_rdoc_encoding.rb
+60-605 files not shown
+73-7211 files

LLVM/project b3c0661llvm/lib/Transforms/Instrumentation AddressSanitizer.cpp

[NFC][ASan] Factor out ASan call insertion behind a single call (#198650)

The ASan pass directly injects function calls into the IR using
getOrInsertFunction() on every call site. Refactor the disparate call
sites behind an AsanFunctionInserter class. This allows us to add pre-
and post-processing logic for all inserted functions at once.

Signed-off-by: Emil Tsalapatis <emil at etsalapatis.com>
DeltaFile
+68-46llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
+68-461 files

NetBSD/pkgsrc-wip 6fa0cd8glsmac Makefile

Changes to be committed:
        modified:   glsmac Makefile
DeltaFile
+2-4glsmac/Makefile
+2-41 files

LLVM/project 577c2b6clang/include/clang/Basic BuiltinsMips.def, clang/test/CodeGen/Mips msa-const-ld.c

[Mips] Allow const pointers for the MSA load intrinsics (#193508)

This matches the prototypes of the GCC builtins.
DeltaFile
+24-0clang/test/CodeGen/Mips/msa-const-ld.c
+4-4clang/include/clang/Basic/BuiltinsMips.def
+28-42 files

OpenBSD/src wJGiFVZusr.bin/ssh sftp-server.8

   mention usefulness of request type allow/denylisting for servers
   accepting untrusted clients
VersionDeltaFile
1.32+13-2usr.bin/ssh/sftp-server.8
+13-21 files

NetBSD/pkgsrc-wip 4f7b08eglsmac Makefile

Changes to be committed:
        new file:   Makefile #for glsmac only!
DeltaFile
+40-0glsmac/Makefile
+40-01 files

NetBSD/pkgsrc U77xYMRgraphics/png options.mk distinfo

   Pullup ticket #7122 - requested by taca
   graphics/png: Security fix

   Revisions pulled up:
   - graphics/png/Makefile                                         1.224
   - graphics/png/distinfo                                         1.170
   - graphics/png/options.mk                                       1.5

   ---
      Module Name:      pkgsrc
      Committed By:     tnn
      Date:             Sun May 17 13:45:31 UTC 2026

      Modified Files:
        pkgsrc/graphics/png: distinfo options.mk

      Log Message:
      png: update apng patch


    [12 lines not shown]
VersionDeltaFile
1.4.2.1+4-4graphics/png/options.mk
1.166.2.4+4-4graphics/png/distinfo
1.220.2.4+2-1graphics/png/Makefile
+10-93 files

NetBSD/pkgsrc IisYkjpwww/palemoon distinfo, www/palemoon/patches patch-platform_media_libvpx_config_linux_arm64_vpx__config.h

   Pullup ticket #7121 - requested by nia
   www/palemoon: Build fix

   Revisions pulled up:
   - www/palemoon/distinfo                                         1.43
   - www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__config.h 1.3

   ---
      Module Name:      pkgsrc
      Committed By:     nia
      Date:             Tue May 19 07:31:59 UTC 2026

      Modified Files:
        pkgsrc/www/palemoon: distinfo
      Added Files:
        pkgsrc/www/palemoon/patches:
            patch-platform_media_libvpx_config_linux_arm64_vpx__config.h

      Log Message:

    [3 lines not shown]
VersionDeltaFile
1.1.2.2+17-26www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__config.h
1.39.2.4+2-1www/palemoon/distinfo
+19-272 files

NetBSD/pkgsrc-wip 8869733webkit-gtk Makefile

Reverting webkit-gtk Makefile to state prior to my mixup!
DeltaFile
+208-16webkit-gtk/Makefile
+208-161 files

LLVM/project 35aeb28flang-rt/lib/runtime exceptions.cpp, flang-rt/unittests/Runtime Exceptions.cpp CMakeLists.txt

[flang-rt] Silence -Wfenv-access in the runtime fenv wrappers (part 1) (#198692)

Upstream clang's commit 5f2bedca, PR #187860, enabled a warning that
fires whenever code calls a `<fenv.h>` / `<cfenv>` primitive without
enabling proper FP exception behavior. This caused warnings in compiling
flang-rt, which in turn caused certain buildsbots to fail with
`-Werror`.

This change enables FP trap behavior for parts of flang-rt that are
known to require it. The other parts will be addressed by a future
change.

Assisted-by: AI
DeltaFile
+144-0flang-rt/unittests/Runtime/Exceptions.cpp
+34-0flang/include/flang/Common/fp-control.h
+4-0flang-rt/lib/runtime/exceptions.cpp
+1-0flang-rt/unittests/Runtime/CMakeLists.txt
+183-04 files