NetBSD/src PCZZDj1sys/arch/next68k/include pmap.h, sys/arch/next68k/next68k genassym.cf

   Add 68030 versions of the TT register values that are needed to
   enable the MMU.

   This *should* make 68030 NeXTs "just work".
VersionDeltaFile
1.20+20-2sys/arch/next68k/include/pmap.h
1.40+3-1sys/arch/next68k/next68k/genassym.cf
+23-32 files

LLVM/project 8cd9673llvm/lib/Target/AVR AVRInstrInfo.td AVRISelLowering.cpp, llvm/test/CodeGen/AVR issue-104032.ll

[AVR] Fix allocating DREGS (#193908)
DeltaFile
+86-0llvm/test/CodeGen/AVR/issue-104032.ll
+5-5llvm/lib/Target/AVR/AVRInstrInfo.td
+1-1llvm/lib/Target/AVR/AVRISelLowering.cpp
+92-63 files

LLVM/project 142a871llvm/lib/Target/ARM ARMISelLowering.cpp, llvm/test/CodeGen/Thumb2 mve-extbuildvec.ll

[ARM][MVE] Transform sext and zext of i1 buildvector (#192519)

This helps by avoiding the difficult predicate generation in scalar, using
natural extends to all-zero or all-ones in scalar as opposed to re-extending
them in vector registers.
DeltaFile
+159-221llvm/test/CodeGen/Thumb2/mve-extbuildvec.ll
+22-2llvm/lib/Target/ARM/ARMISelLowering.cpp
+181-2232 files

FreeBSD/src 753a166sys/kern imgact_elf.c

imgact_elf: Fix uninitialized variable use in note_procstat_auxv

Found building with latest clang

MFC after:      3 days
DeltaFile
+6-3sys/kern/imgact_elf.c
+6-31 files

LLVM/project 5ee6e6dllvm/lib/Target/AArch64 AArch64InstrInfo.td, llvm/test/CodeGen/AArch64 uaddlp.ll

[AArch64] Use `AArch64ISD::UADDLP` for manual widening adjacent arithmetic (zext/shuffle combination) (#189255)
DeltaFile
+74-0llvm/test/CodeGen/AArch64/uaddlp.ll
+15-0llvm/lib/Target/AArch64/AArch64InstrInfo.td
+89-02 files

LLVM/project 228fabdclang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvfofp8min/non-policy/overloaded vfncvtbf16.c, clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvfofp8min/policy/non-overloaded vfncvtbf16.c vfncvt.c

[Clang][RISCV] Introduce OFP8(E4M3, E5M2) RISC-V vector types (#191349)

Currently there's no OFP8 scalar type supported in both clang and llvm
type system, the vector OFP8 RVV types are lowered to i8 llvm types for
now.
The reason to support only clang type is because of intrinsics
definition capability. If we make the clang type also using uint8 vector
types, it's not able to distinguish between E4M3 type and E5M2 type so
that we have to append additional type suffix to it.
intrinsic spec update pr:
https://github.com/riscv-non-isa/riscv-rvv-intrinsic-doc/pull/432
vreinterpret intrinsic PR:
https://github.com/llvm/llvm-project/pull/191626

DONT MERGE: We have to get the intrinsic spec merged first to be able to
make zvfofp8min change
DeltaFile
+472-472clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvfofp8min/policy/overloaded/vfncvtbf16.c
+280-280clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvfofp8min/policy/non-overloaded/vfncvtbf16.c
+192-192clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvfofp8min/non-policy/overloaded/vfncvtbf16.c
+166-166clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvfofp8min/policy/overloaded/vfncvt.c
+166-166clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvfofp8min/policy/non-overloaded/vfncvt.c
+96-96clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvfofp8min/policy/overloaded/vfwcvtbf16.c
+1,372-1,37216 files not shown
+1,993-1,77022 files

NetBSD/pkgsrc Fl6Afvfdoc CHANGES-2026

   doc: Added devel/libgusb version 0.4.9
VersionDeltaFile
1.2567+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7fsb4Eldevel Makefile

   devel: add libgusb
VersionDeltaFile
1.4626+2-1devel/Makefile
+2-11 files

LLVM/project 4463349libcxx/include/__utility constant_wrapper.h, libcxx/test/libcxx/utilities/const.wrap.class nodiscard.verify.cpp

[libc++] Fix constant_wrapper::operator() (#193573)

As Tomasz pointed out on mattermost, 
given

```cpp
template <class T>
struct MustBeInt {
  static_assert(std::same_as<T, int>);
};

struct Poison {
  template <class T>
  constexpr auto operator()(T) const noexcept -> MustBeInt<T> {
    return {};
  }
};

std::cw<Poison{}>(std::cw<5>);

    [59 lines not shown]
DeltaFile
+36-38libcxx/include/__utility/constant_wrapper.h
+18-0libcxx/test/std/utilities/const.wrap.class/call.pass.cpp
+18-0libcxx/test/std/utilities/const.wrap.class/subscript.pass.cpp
+9-0libcxx/test/libcxx/utilities/const.wrap.class/nodiscard.verify.cpp
+81-384 files

FreeBSD/ports c6777ddsysutils/munin-contrib distinfo Makefile

sysutils/munin-contrib: Update to latest commit

Event:  Wiesbaden Hackathon 202604
DeltaFile
+3-3sysutils/munin-contrib/distinfo
+2-2sysutils/munin-contrib/Makefile
+5-52 files

FreeBSD/ports d88ecc8security/certspotter distinfo Makefile

security/certspotter: Update to 0.24.0

Event:  Wiesbaden Hackathon 202604
DeltaFile
+5-5security/certspotter/distinfo
+1-2security/certspotter/Makefile
+6-72 files

GhostBSD/ghostbsd 8e81453share/mk src.libnames.mk

mk: fix LIBKRB5PROFILE path typo in src.libnames.mk

LIBKRB5PROFILE referenced the undefined variable LIBPROFILEDIR instead
of LIBKRB5PROFILEDIR (defined on the preceding line), causing the linker
to fail to find libkrb5profile.a when building libkrb5.so.  This left
all profile_* symbols missing from the version script, producing a cascade
of "version script assignment of 'krb5_3_MIT' to symbol ... failed: symbol
not defined" errors during buildworld
DeltaFile
+1-1share/mk/src.libnames.mk
+1-11 files

LLVM/project e80d3a3llvm/test/CodeGen/Thumb2 mve-extbuildvec.ll

[ARM][MVE] Add tests for sext and zext of i1 buildvector. NFC (#194141)
DeltaFile
+372-0llvm/test/CodeGen/Thumb2/mve-extbuildvec.ll
+372-01 files

LLVM/project fed92a3llvm/lib/ExecutionEngine/Orc/TargetProcess JITLoaderPerf.cpp

[ORC] Wrap unconditional dbgs() in LLVM_DEBUG in JITLoaderPerf (#188903)

Fixes #188900
DeltaFile
+5-4llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
+5-41 files

NetBSD/pkgsrc qvyVFuCdevel/libgusb PLIST Makefile

   devel/libgusb: initial import of package

   GUsb is a GObject wrapper for libusb1 that makes it easy to do
   asynchronous control, bulk and interrupt transfers with proper
   cancellation and integration into a mainloop.
   This makes it easy to integrate low level USB transfers with your
   high-level application or system daemon.
VersionDeltaFile
1.1+219-0devel/libgusb/PLIST
1.1+32-0devel/libgusb/Makefile
1.1+31-0devel/libgusb/options.mk
1.1+19-0devel/libgusb/builtin.mk
1.1+18-0devel/libgusb/buildlink3.mk
1.1+5-0devel/libgusb/DESCR
+324-01 files not shown
+329-07 files

FreeBSD/src 7262e60bin/sh eval.c

sh: Allow vfork on redirected simple commands

Things like `{ some_program; } >/dev/null` use vfork, so use vfork
similarly for things like `some_program >/dev/null`.

This cannot be done for command substitutions, because of two problems:

* Redirections might cause the error message for later redirections or
  for an unknown command to be sent to the pipe (to be substituted), and
  this might cause a deadlock if the message is too long.

* The assignment of the pipe needs to come before instead of after the
  redirections.

Reviewed by:    bdrewery
Differential Revision:  https://reviews.freebsd.org/D55190
DeltaFile
+58-3bin/sh/eval.c
+58-31 files

LLVM/project f243698llvm/test/CodeGen/X86 dag-topological-sort.ll

[X86] dag-topological-sort.ll - add additional test coverage (#194135)

The PR134602 test codegen will converge after #193987

Ensure we test with -combiner-topological-sorting=false as well
DeltaFile
+40-2llvm/test/CodeGen/X86/dag-topological-sort.ll
+40-21 files

LLVM/project ada1b81llvm/test/CodeGen/AArch64 arm64-vmul.ll

[AArch64] Addition tests for add_like Or of smlal/umlal. NFC (#194138)
DeltaFile
+333-25llvm/test/CodeGen/AArch64/arm64-vmul.ll
+333-251 files

LLVM/project 3ad521ellvm/test/CodeGen/AMDGPU/NextUseAnalysis spill-vreg-many-lanes.mir acyclic-770bb.mir

Rebase

Created using spr 1.3.7
DeltaFile
+275,101-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/spill-vreg-many-lanes.mir
+144,679-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/acyclic-770bb.mir
+57,682-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/double-nested-loops-complex-cfg.mir
+41,844-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills2.mir
+40,613-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills1.mir
+37,209-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/test_ers_multiple_spills3.mir
+597,128-09,624 files not shown
+1,444,005-273,9599,630 files

LLVM/project 78d94b2llvm/test/CodeGen/AArch64 sve-fixed-length-masked-expandloads.ll sve-streaming-mode-fixed-length-masked-expandload.ll, llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll

Rebase

Created using spr 1.3.7
DeltaFile
+26,606-0llvm/test/CodeGen/AArch64/sve-fixed-length-masked-expandloads.ll
+4,811-4,818llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+326-4,626llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-setcc.ll
+4,078-0llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-expandload.ll
+1,872-1,883llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+565-2,727llvm/test/CodeGen/RISCV/rvv/fixed-vectors-setcc-fp-vp.ll
+38,258-14,0544,949 files not shown
+239,959-113,9694,955 files

OpenBSD/src JiEhcIysys/arch/sparc64/sparc64 trap.c

   Do not clear the dirty upper and lower bits when enabling the FPU in fprs

   When handling a FPU disabled trap and the FPU context is still pointing to
   curproc then all that needs to be done is enable the FPU but on sparc64 this
   needs to be done in two places. In pstate and %fprs.
   Writing FPRS_FEF into %fprs clears the DU and DL bits which marks the FPU
   state as clean (but it may not be). If the proc only reads the FPU state
   and later a lazy FPU switch is forced the FPU context is not correctly saved.
   Instead read %fprs and or FPRS_FEF into it, keeping the DU and DL bits intact.
   See also rev 1.68 for why %fprs needs to be fumbled with.

   This fixes various issues seen during ports bulk builds. Like perl tripping
   over "use 5.12.0;" with a -NaN is not a version error, various awk issues
   and even cmake failures via 'std::bad_array_new_length'.

   OK kettenis@
VersionDeltaFile
1.131+2-2sys/arch/sparc64/sparc64/trap.c
+2-21 files

FreeBSD/ports 0f7738fgames/solarus-quest-editor distinfo Makefile

games/solarus-quest-editor: Update to 2.0.4
DeltaFile
+3-3games/solarus-quest-editor/distinfo
+1-1games/solarus-quest-editor/Makefile
+4-42 files

LLVM/project cfbd321llvm/test/CodeGen/AArch64 sve-fixed-length-masked-expandloads.ll sve-streaming-mode-fixed-length-masked-expandload.ll, llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll

Rebase

Created using spr 1.3.7
DeltaFile
+26,606-0llvm/test/CodeGen/AArch64/sve-fixed-length-masked-expandloads.ll
+4,811-4,818llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+326-4,626llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-setcc.ll
+4,078-0llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-expandload.ll
+1,872-1,883llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+565-2,727llvm/test/CodeGen/RISCV/rvv/fixed-vectors-setcc-fp-vp.ll
+38,258-14,0544,948 files not shown
+239,722-113,9664,954 files

FreeBSD/ports ba40b66games/solarus distinfo Makefile

games/solarus: Update to 2.0.4

Changelog:
https://gitlab.com/solarus-games/solarus/-/blob/release-2.0.4/changelog.md
DeltaFile
+3-3games/solarus/distinfo
+1-1games/solarus/Makefile
+1-1games/solarus/pkg-plist
+5-53 files

NetBSD/src nIkBKErsys/arch/m68k/m68k pmap_68k.c

   Update current testing status.
VersionDeltaFile
1.55+5-3sys/arch/m68k/m68k/pmap_68k.c
+5-31 files

NetBSD/src SFHdeVzsys/arch/next68k/conf std.next68k

   Switch next68k to the new pmap by default.
VersionDeltaFile
1.14+2-2sys/arch/next68k/conf/std.next68k
+2-21 files

LLVM/project 6f0b55eclang/lib/CIR/CodeGen CIRGenTypes.cpp CIRGenExprScalar.cpp, clang/test/CIR/CodeGen fixed-point-literal.c

[CIR] Upstream missing support for fixed point literal (#193445)

- Upstream CIR CodeGen for fixed point builtin types `_Fract`, `_Accum`
and `_Sat`.
- Upstream CIR CodeGen for fixed point literal
- Part of task https://github.com/llvm/llvm-project/issues/192316
DeltaFile
+208-0clang/test/CIR/CodeGen/fixed-point-literal.c
+26-0clang/lib/CIR/CodeGen/CIRGenTypes.cpp
+3-3clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
+237-33 files

FreeBSD/ports a744cc7editors/nano distinfo pkg-plist

editors/nano: Update to 9.0

Changelog:
https://www.nano-editor.org/news.php
DeltaFile
+3-3editors/nano/distinfo
+1-1editors/nano/pkg-plist
+1-1editors/nano/Makefile
+5-53 files

FreeBSD/ports 00baf5asysutils/eksctl distinfo Makefile

sysutils/eksctl: Update to 0.255.0

Changelog:
https://github.com/eksctl-io/eksctl/releases/tag/v0.225.0
DeltaFile
+5-5sysutils/eksctl/distinfo
+2-3sysutils/eksctl/Makefile
+7-82 files

FreeBSD/ports a419eb1security/aws-iam-authenticator distinfo Makefile

security/aws-iam-authenticator: Update to 0.7.13

Changelog:
https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v0.7.13
DeltaFile
+5-5security/aws-iam-authenticator/distinfo
+1-2security/aws-iam-authenticator/Makefile
+6-72 files