FreeBSD/ports 8e4ab23textproc/rubygem-gepub Makefile

textproc/rubygem-gepub: Unbreak the build

rubyzip has been bumped to version 3, switch depends to rubyzip2.

Approved by:    ziaee (doceng)
DeltaFile
+1-1textproc/rubygem-gepub/Makefile
+1-11 files

FreeBSD/src 584ecfesys/modules/xz Makefile

XZ kernel build cleanup

-I${SRCTOP}/sys/contrib/xz-embedded/linux/lib/xz isn't used, and
.PATH: ${SRCTOP}/sys/contrib/xz-embedded/freebsd isn't used either.
Remove them both to simplify things a little.

Sponsored by:           Netflix
DeltaFile
+0-2sys/modules/xz/Makefile
+0-21 files

FreeBSD/src 45f9f6eusr.sbin/kldxref kldxref.c kldxref.8

kldxref: Add -m filag to print info about modules in one file

kldxref -m <file> will print the same data that the '-d' flag produces,
except restrict the output to one file. This should be the full path to
the file, and the directory name to process is omitted.

Sponsored by:           Netflix
Differential Revision:  https://reviews.freebsd.org/D57902
DeltaFile
+14-3usr.sbin/kldxref/kldxref.c
+6-1usr.sbin/kldxref/kldxref.8
+20-42 files

FreeBSD/src bcb1b15share/man/man5 src.conf.5, stand Makefile.amd64

loader: Add two new build knobs for x86 BIOS loaders

We have two sets of BIOS loaders: One that lives in stand/i386 and one
that lives in stand/userboot. Add knows to turn these on/off, with the
default being on. These often aren't needed when creating a minimal UEFI
system, so add knobs to turn them off.  Given light-weight VMs have
created a new use cases for these loaders, there's no plans at all to
eliminate them.

Sponsored by:           Netflix
Differential Revision:  https://reviews.freebsd.org/D58072
DeltaFile
+7-1share/man/man5/src.conf.5
+2-2stand/Makefile.amd64
+2-0tools/build/options/WITH_LOADER_BIOS
+2-0tools/build/options/WITHOUT_LOADER_BIOS
+2-0tools/build/options/WITHOUT_LOADER_USERBOOT
+2-0tools/build/options/WITH_LOADER_USERBOOT
+17-31 files not shown
+19-37 files

FreeBSD/src c8842f1stand/efi/loader main.c

Revert "loader.efi: Trim ZFS searching for other booting options"

This reverts commit 3e3fd1fde8e168910edc538966111c0b5f03cd5f.

This appears to break chainbooting with boot1.efi and similar scenarios
with Root-on-ZFS scenarios. Revert until it's better understood.

PR: 296309
Sponsored by: Netflix
Differential Revision:  https://reviews.freebsd.org/D58071
DeltaFile
+24-6stand/efi/loader/main.c
+24-61 files

FreeBSD/src 603270bstand/efi/libefi efipart.c

loader.efi: Fix off by one error in size of the virtual disk

The end address is the final byte in the array, not one byte past the
end of the array, so we need to add 1 to get the full length.

Fixes: 59219fc76a4b ("loader.efi: efiblk_memdisk_preload passes the VirtualDisks to FreeBSD")
Sponsored by: Netflix
Differential Revision:  https://reviews.freebsd.org/D58069
DeltaFile
+1-1stand/efi/libefi/efipart.c
+1-11 files

FreeBSD/src a22fa5estand/efi/loader memdisk.c

laoder.efi: Fix error in download protcol

The download protocol calls download_data with FileOffset and
BufferLength of 0 first to start the download (no data yet
available). Calls it again with BufferLength == 0 and FileOffset the
size of the download (again, no data). It then starts calling with
BufferLength != 0 and FileOffset == 0 to start the download. The
heuristic I used to detect the start was wrong, so we'd allocate the
buffer twice. Fix that by being more explicit and not using the
heuristic that was bogus.

Fixes: afee781523e4 ("loader.efi: Recognize new memdisk=<url> and memcd=<url> options")
Sponsored by:           Netflix
Differential Revision:  https://reviews.freebsd.org/D58068
DeltaFile
+7-3stand/efi/loader/memdisk.c
+7-31 files

FreeBSD/src 1d12982stand/efi/loader decompress.c

loader.efi: Simplify the code for null decompression a little

This code is simpler when we spell it the Unix way. Also, add sanity
checks to make sure the offset is where we think it is.

Fixes: afee781523e4 ("loader.efi: Recognize new memdisk=<url> and memcd=<url> options")
Sponsored by: Netflix
Differential Revision:  https://reviews.freebsd.org/D58070
DeltaFile
+7-3stand/efi/loader/decompress.c
+7-31 files

FreeBSD/src f273414sys/amd64/conf MINIMAL, sys/i386/conf MINIMAL

MINIMAL: Add device md

This can't be a loadable module, so add it to MINIMAL

Sponsored by:           Netflix
Differential Revision:  https://reviews.freebsd.org/D58067
DeltaFile
+1-0sys/amd64/conf/MINIMAL
+1-0sys/i386/conf/MINIMAL
+2-02 files

LLVM/project d0339aeclang/lib/AST/ByteCode Program.cpp

[clang][bytecode][NFC] Simplify redecl loop (#208477)

Avoid the `Redecl == VD` iteration.
DeltaFile
+11-12clang/lib/AST/ByteCode/Program.cpp
+11-121 files

LLVM/project f145b27llvm/test/CodeGen/AMDGPU eliminate-frame-index-flat-scratch-svs.mir

[NFC][AMDGPU] Add tests for eliminateFrameIndex

Add MIR tests to cover all instances where a Vgpr needs to be scavenged
and used due to Sgpr scarcity, during elimination of frame indices.
DeltaFile
+216-0llvm/test/CodeGen/AMDGPU/eliminate-frame-index-flat-scratch-svs.mir
+216-01 files

LLVM/project b34c5dfflang/lib/Lower/OpenMP OpenMP.cpp, mlir/lib/Dialect/OpenMP/IR OpenMPDialect.cpp

[flang][OpenMP] Lower target in_reduction for host fallback

Enable host-fallback lowering for target in_reduction in Flang and MLIR OpenMP translation.

Model target in_reduction through the matching map entry, force address-preserving implicit mapping for Flang in_reduction list items, and emit the host-side task-reduction lookup with __kmpc_task_reduction_get_th_data. The runtime entry point takes and returns a generic, default-address-space pointer, so normalize a non-default-address-space captured pointer to the generic address space before the call and cast the returned private pointer back to the map block argument's address space, mirroring the in_reduction handling on omp.taskloop. On the target device, in_reduction is handled as a regular map(tofrom) variable. The byref modifier, two-argument initializers, cleanup regions, and the remaining Flang COMMON/EQUIVALENCE/privatized-variable cases continue to be diagnosed.

Add Flang lowering, MLIR verifier/translation, and LLVM IR tests for the supported host-fallback path, including a non-default-address-space case, and the remaining unsupported cases.
DeltaFile
+147-14mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+134-21mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+107-0mlir/test/Target/LLVMIR/openmp-target-in-reduction.mlir
+88-15flang/lib/Lower/OpenMP/OpenMP.cpp
+88-3mlir/test/Target/LLVMIR/openmp-todo.mlir
+85-0mlir/test/Dialect/OpenMP/invalid.mlir
+649-5314 files not shown
+1,059-7920 files

NetBSD/pkgsrc Ip2WJaudoc CHANGES-2026

   Update transmission{,-common,-qt,-gtk} to 4.1.3
VersionDeltaFile
1.4375+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc J24hUwanet/transmission distinfo Makefile.common

   update transmission (and -gtk, and -qt, and -common) to 4.1.3

       Fixed a CORS bug that leaked the anti-CSRF nonce. (#8938)
       Fixed a use-after-free bug in peer code. (#8921)
       Fixed build error when compiling with fmt 12.2.0. (#8942)
       Fixed a 4.1.2 build error in tests. (#8881)
VersionDeltaFile
1.30+4-4net/transmission/distinfo
1.24+2-2net/transmission/Makefile.common
1.12+2-1net/transmission/PLIST
+8-73 files

LLVM/project d3cfebbllvm/lib/Target/X86 X86.td, llvm/test/Transforms/Inline/X86 inline-target-cpu-i686.ll inline-target-cpu-x86_64.ll

[X86][Inline] Don't inline callee with cx16 if caller is without cx16 (#187505)

closes https://github.com/llvm/llvm-project/issues/187503
DeltaFile
+1-2llvm/lib/Target/X86/X86.td
+1-1llvm/test/Transforms/Inline/X86/inline-target-cpu-i686.ll
+1-1llvm/test/Transforms/Inline/X86/inline-target-cpu-x86_64.ll
+3-43 files

NetBSD/src l7lXcDSlib/libc/gen sysctl.c Makefile.inc, share/man/man7 sysctl.7

   Add new user.* nodes to sysctl

   This adds the nodes (and documentation for them):

        user.ostype = NetBSD
        user.osrevision = 1199000600
        user.osrelease = 11.99.6
        user.built = 2026-07-10 02:46:18 UTC

   to the sysctl mib (the values shown there just what happened for a test build).
   The first three are more or less identical to the kern.* mib variables of the
   same names - the difference is that these reflect userland, or at least, libc
   so do not alter just because a new updated kernel is booted without updating
   the rest of the system.  The fourth gives either the date when libc was
   built (as shown) or if the value contains a trailing "!" (after a space
   after UTC) the value is the MKREPERO_TIMESTAMP for the build (keep building
   with the same value and the date/time there won't alter).  The date/time
   are always in UTC.


    [11 lines not shown]
VersionDeltaFile
1.41+27-13lib/libc/gen/sysctl.c
1.173+32-2share/man/man7/sysctl.7
1.227+7-1lib/libc/gen/Makefile.inc
1.2+4-3lib/libc/gen/grab-version.sh
1.242+5-1sys/sys/sysctl.h
+75-205 files

LLVM/project 54627d8llvm/lib/Target/RISCV RISCVISelLowering.cpp RISCVInstrInfoP.td, llvm/test/CodeGen/RISCV rvp-zip.ll

[RISCV][P-ext] Improve the codegen for pzip (#208479)

This patch recognizes interleaved shuffle (as packed zip intrinsics use)
and selects the corresponding instructions.
DeltaFile
+4-34llvm/test/CodeGen/RISCV/rvp-zip.ll
+31-0llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+21-0llvm/lib/Target/RISCV/RISCVInstrInfoP.td
+56-343 files

LLVM/project 43e98b2flang/lib/Semantics resolve-names.cpp, flang/test/Driver bbc-implicit-use-module.f90

[flang] Do not implicitly use module when processing the module (#208582)

https://github.com/llvm/llvm-project/pull/207824 Added ability to use
implicitly a module. The use should not happen while processing the
module used implicitly.
DeltaFile
+46-3flang/lib/Semantics/resolve-names.cpp
+21-1flang/tools/bbc/bbc.cpp
+18-2flang/test/Driver/bbc-implicit-use-module.f90
+85-63 files

FreeBSD/src 5792a63crypto/openssh servconf.h servconf.c

openssh: fix GSSAPI option names

From openssh-portable commit c14709356563.

Reported by:    cy
DeltaFile
+9-9crypto/openssh/servconf.h
+9-9crypto/openssh/servconf.c
+18-182 files

NetBSD/src 2eeDw5slib/libc/gen grab-version.sh

   Adding src/lib/libc/gen/grab-version.sh

   A simple script that gets current system version information and
   builds a header file containing it.   To be used in a following commit.
VersionDeltaFile
1.1+91-0lib/libc/gen/grab-version.sh
+91-01 files

LLVM/project 089c9c1clang/include/clang/Options Options.td, clang/test/CodeGen builtin-cpu-supports-all.c target-builtin-noerror.c

[clang] Add -mavx512bmm flag (#208520)

https://github.com/llvm/llvm-project/pull/182556 missed the addition of
the -mavx512bmm flag
DeltaFile
+9-0clang/test/Preprocessor/x86_target_features.c
+5-0clang/test/CodeGen/builtin-cpu-supports-all.c
+5-0clang/test/Driver/x86-target-features.c
+2-0clang/include/clang/Options/Options.td
+1-0clang/test/CodeGen/target-builtin-noerror.c
+22-05 files

FreeBSD/ports 9ebc571devel/sem distinfo Makefile

devel/sem: Update to 0.20.0
DeltaFile
+3-3devel/sem/distinfo
+1-1devel/sem/Makefile
+4-42 files

LLVM/project d6bbfb6llvm/include/llvm/IR Instructions.h, llvm/lib/AsmParser LLParser.cpp

Update for comment
DeltaFile
+19-10llvm/unittests/IR/VerifierTest.cpp
+5-12llvm/lib/IR/Instructions.cpp
+4-7llvm/include/llvm/IR/Instructions.h
+5-3llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+3-2llvm/lib/AsmParser/LLParser.cpp
+36-345 files

LLVM/project 10b965fclang/lib/Frontend ASTUnit.cpp, clang/unittests/Frontend ASTUnitTest.cpp

[Clang] ASTUnit should use the CompilerInstance's CodeGenOptions (#195338)

Currently, `ASTUnit::LoadFromCompilerInvocation()` just calls the
constructor of `ASTUnit`, which default-constructs a `CodeGenOptions`
instance. The options from the `CompilerInstance` are never actually
saved in the `ASTUnit`. As a result, serialising the `ASTUnit` ends up
serialising the default-constructed `CodeGenOptions` rather than the
_actual_ `CodeGenOptions`.

This is problematic if you attempt to do the following:
1. Call e.g. `buildASTFromCodeWithArgs()` to build an `ASTUnit`
2. Serialise that `ASTUnit`.
3. Call e.g. `buildASTFromCodeWithArgs()` again with the exact same
arguments and add use the first `ASTUnit` as a PCH using `-include-pch`.

This causes Clang to error because the `CodeGenOptions` we deserialised
for the first `ASTUnit` (the default-constructed ones) are incompatible
with the `CodeGenOptions` implicitly created for the second TU (which
were created by the `CompilerInstance` and potentially modified due to

    [4 lines not shown]
DeltaFile
+40-2clang/unittests/Frontend/ASTUnitTest.cpp
+1-0clang/lib/Frontend/ASTUnit.cpp
+41-22 files

LLVM/project d92d3b4clang/include/clang/Basic DiagnosticSemaKinds.td, clang/include/clang/Sema ScopeInfo.h

[Clang] [C++26] Expansion Statements (Part 9)
DeltaFile
+135-0clang/test/SemaCXX/cxx2c-expansion-stmts-control-flow.cpp
+38-9clang/lib/Sema/SemaLookup.cpp
+28-2clang/lib/Sema/SemaStmt.cpp
+10-2clang/lib/Parse/ParseStmt.cpp
+7-2clang/include/clang/Sema/ScopeInfo.h
+6-0clang/include/clang/Basic/DiagnosticSemaKinds.td
+224-151 files not shown
+228-177 files

LLVM/project 9065ceeclang/include/clang/Basic DiagnosticSemaKinds.td, clang/include/clang/Options Options.td

[Clang] [C++26] Expansion Statements (Part 10)
DeltaFile
+73-0clang/test/SemaCXX/cxx2c-expansion-stmts-limit.cpp
+18-0clang/lib/Sema/SemaExpand.cpp
+9-0clang/test/SemaCXX/cxx2c-fexpansion-statements.cpp
+4-0clang/include/clang/Options/Options.td
+4-0clang/include/clang/Basic/DiagnosticSemaKinds.td
+1-0clang/lib/Driver/ToolChains/Clang.cpp
+109-01 files not shown
+110-07 files

LLVM/project 87b5f2bclang/docs ReleaseNotes.rst, clang/include/clang/Basic DiagnosticCommonKinds.td

[Clang] [C++26] Expansion Statements (Part 11)
DeltaFile
+113-0clang/test/AST/ast-print-expansion-stmts.cpp
+54-0clang/test/AST/ast-dump-expansion-stmt.cpp
+7-1clang/www/cxx_status.html
+0-4clang/include/clang/Basic/DiagnosticCommonKinds.td
+2-0clang/docs/ReleaseNotes.rst
+176-55 files

LLVM/project f1daa4cllvm/include/llvm/CodeGen Passes.h, llvm/lib/CodeGen BranchFolding.cpp BranchFolding.h

[CodeGen][BranchFolding] Add options to control common hoisting and block reordering (#205704)

The BranchFolder pass performs several independent optimizations: tail
 merging, common-code hoisting, and branch optimization (which includes
 basic-block reordering). Currently only tail merging is individually
controllable -- it is disabled for targets that require a structured
CFG,
because tail merging can make the CFG irreducible. Common-code hoisting
and
 basic-block reordering always run whenever the pass executes.

 Those two sub-phases do not change CFG edges (so they cannot affect
 reducibility); they only change block layout. A target whose register
 allocation is sensitive to the final block layout may need the rest of
 branch folding while suppressing reordering and/or hoisting. This is a
 layout / register-allocation concern, distinct from the structured-CFG
 (reducibility) concern that gates tail merging.

 This change makes common-code hoisting and basic-block reordering

    [21 lines not shown]
DeltaFile
+55-0llvm/test/CodeGen/AArch64/branch-folder-reorder-disable.mir
+45-7llvm/lib/CodeGen/BranchFolding.cpp
+46-0llvm/test/CodeGen/AArch64/branch-folder-hoist-disable.mir
+8-0llvm/lib/CodeGen/BranchFolding.h
+7-0llvm/include/llvm/CodeGen/Passes.h
+161-75 files

LLVM/project d045320llvm/include/llvm/IR Instructions.h

Fix Typo
DeltaFile
+1-1llvm/include/llvm/IR/Instructions.h
+1-11 files

LLVM/project 0570025llvm/include/llvm/IR Instructions.h, llvm/lib/AsmParser LLParser.cpp

Update for comment
DeltaFile
+18-9llvm/unittests/IR/VerifierTest.cpp
+5-12llvm/lib/IR/Instructions.cpp
+4-7llvm/include/llvm/IR/Instructions.h
+5-3llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+3-2llvm/lib/AsmParser/LLParser.cpp
+35-335 files