Illumos/gate ec20ac9usr/src/test/libc-tests/tests memchr.c

18238 libc-tests: unsigned <= 0
Reviewed by: Bill Sommerfeld <sommerfeld at hamachi.org>
Reviewed by: Robert Mustacchi <rm at fingolfin.org>
Approved by: Gordon Ross <gordon.w.ross at gmail.com>
DeltaFile
+5-2usr/src/test/libc-tests/tests/memchr.c
+5-21 files

LLVM/project f60650cllvm/lib/Bitcode/Reader BitcodeReader.cpp

[BitcodeReader] Lazily read and cache target triple (NFC) (#208175)

Lazily read and cache the target triple from the stream, currently meant
to be used only for upgrading AArch64 memory effects from old bitcode.

Co-authored-by: Caroline Concatto <caroline.concatto at arm.com>
DeltaFile
+24-22llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+24-221 files

FreeBSD/ports 3f9d44bnet-p2p/bitcoin distinfo Makefile

net-p2p/bitcoin: Update to 31.1

https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-31.1.md
DeltaFile
+3-3net-p2p/bitcoin/distinfo
+1-1net-p2p/bitcoin/Makefile
+4-42 files

LLVM/project a436e36llvm/lib/Target/AArch64/GISel AArch64LegalizerInfo.cpp, llvm/test/CodeGen/AArch64 round-fptosi-sat-scalar.ll round-fptoui-sat-scalar.ll

[AArch64][GlobalISel] Legalization for bf16 fptosi.sat/fptoui.sat (#209378)

This is the equivalent change to #209206 for fptoi.sat.
DeltaFile
+692-163llvm/test/CodeGen/AArch64/round-fptosi-sat-scalar.ll
+692-162llvm/test/CodeGen/AArch64/round-fptoui-sat-scalar.ll
+585-145llvm/test/CodeGen/AArch64/bf16-v8-instructions.ll
+159-66llvm/test/CodeGen/AArch64/bf16-v4-instructions.ll
+2-18llvm/test/CodeGen/AArch64/bf16-instructions.ll
+6-1llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
+2,136-5556 files

NetBSD/pkgsrc Jp6xeDodoc CHANGES-2026

   doc: Updated games/widelands to 1.3.1nb2
VersionDeltaFile
1.4454+2-1doc/CHANGES-2026
+2-11 files

LLVM/project 8eb6e26openmp/runtime/src kmp_utility.cpp

[openmp] Apply a mingw/64 bit codepath to arm64ec too (#209297)

When targeting arm64ec, neither KMP_ARCH_X86_64 nor KMP_ARCH_AARCH64 is
defined.

This fixes a compilation warning when building openmp for mingw/arm64ec.
DeltaFile
+2-1openmp/runtime/src/kmp_utility.cpp
+2-11 files

FreeNAS/freenas 5beb2ccsrc/middlewared/middlewared/pytest/unit/utils test_interface_util.py, src/middlewared/middlewared/utils interface.py

NAS-141446 / 26.0.0-RC.1 / Wait for the default route to appear during docker startup check (by Qubad786) (#19301)

## Problem
Apps fail to start on every boot with "Unable to determine default
interface" whenever the default route is installed asynchronously --
e.g. a DHCP bridge that has to converge through STP forward-delay before
dhcpcd can acquire a lease and install the route. `validate_interfaces`
read the route table exactly once at system.ready and gave up
immediately if no default route was present yet, so the check lost the
race by a few seconds. Unsetting and re-setting the apps pool only
worked around it because that re-runs the check later, after the route
already exists.

## Solution
`wait_for_default_interface_link_state_up` now polls
`get_default_interface()` once a second within the existing
IFACE_LINK_STATE_MAX_WAIT budget instead of reading once, so a
late-arriving default route is picked up rather than aborting startup.
Returns (None, False) only if no default interface shows up within the

    [4 lines not shown]
DeltaFile
+56-0src/middlewared/middlewared/pytest/unit/utils/test_interface_util.py
+22-4src/middlewared/middlewared/utils/interface.py
+78-42 files

LLVM/project 4d5bc90llvm/lib/CodeGen/SelectionDAG LegalizeIntegerTypes.cpp, llvm/test/CodeGen/AArch64 clmul.ll

[SelectionDAG] Improve `CLMUL` lowering for `Promote` types wider than register width (#209265)

For `ISD::CLMUL`, add a check to `PromoteIntRes_CLMUL` to take advantage
of the cross-product expansion in `ExpandIntRes_CLMUL` when possible for
`Promote` types which are wider than the register width (e.g. `i96` for
64-bit registers).
DeltaFile
+23,904-12llvm/test/CodeGen/RISCV/clmul.ll
+1,726-0llvm/test/CodeGen/X86/clmul.ll
+699-0llvm/test/CodeGen/AArch64/clmul.ll
+6-1llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
+26,335-134 files

LLVM/project c4703a0llvm/lib/Transforms/Coroutines MaterializationUtils.cpp

change free to available
DeltaFile
+31-29llvm/lib/Transforms/Coroutines/MaterializationUtils.cpp
+31-291 files

NetBSD/src Bp2lN4Rsys/net if_spppvar.h

   sppp: added comments for sppp_is_connecting and sppp_ondemand_enabled
VersionDeltaFile
1.55+26-1sys/net/if_spppvar.h
+26-11 files

NetBSD/src LQd0Ulksys/net if_spppsubr.c

   sppp: clean up partially attached sysctl keys on error
   and use SPPP_LOG instead of printf()
VersionDeltaFile
1.305+5-4sys/net/if_spppsubr.c
+5-41 files

NetBSD/src BgVkPUlsys/net if_spppsubr.c

   Use CTLTYPE_BOOL for boolean-valued sysctl nodes
VersionDeltaFile
1.304+3-3sys/net/if_spppsubr.c
+3-31 files

LLVM/project 05b6b4forc-rt/include/orc-rt-c Logging.h, orc-rt/lib/executor Logging.cpp

[orc-rt] Add new ControllerAccess logging category. (#209380)

The orc_rt_log_Category_ControllerAccess category should be used to log
messages from ControllerAccess implementations. E.g.

  ORC_RT_LOG(Error, ControllerAccess, "connect() failed with <error>");
DeltaFile
+16-3orc-rt/test/unit/LoggingTest.cpp
+1-1orc-rt/lib/executor/Logging.cpp
+1-0orc-rt/include/orc-rt-c/Logging.h
+18-43 files

LLVM/project 5dd58c9llvm/test/Transforms/Coroutines coro-materialize-check-operands.ll

test cleanup
DeltaFile
+2-4llvm/test/Transforms/Coroutines/coro-materialize-check-operands.ll
+2-41 files

OpenBSD/ports dO5J5hLx11/kde-applications/kunifiedpush/patches patch-src_kcm_kcmpushnotifications_cpp

   Unbreak build: Add missing qqml.h include (from upstream)

   Spottedy by naddy
VersionDeltaFile
1.1+11-0x11/kde-applications/kunifiedpush/patches/patch-src_kcm_kcmpushnotifications_cpp
+11-01 files

FreeBSD/ports c44b3ccsysutils Makefile

sysutils/Makefile: remove duplicate, unbreak the ports tree
DeltaFile
+0-1sysutils/Makefile
+0-11 files

LLVM/project 1bd4601clang-tools-extra/clang-doc YAMLGenerator.cpp, clang-tools-extra/clang-doc/tool ClangDocMain.cpp

[clang-doc] Remove the YAML generator (#209350)

The original intent of the YAML generator was to package the
documentation information in a structured and reusable way. It has been
superseded by the JSON generator.
DeltaFile
+0-593clang-tools-extra/unittests/clang-doc/YAMLGeneratorTest.cpp
+0-585clang-tools-extra/clang-doc/YAMLGenerator.cpp
+0-148clang-tools-extra/test/clang-doc/yaml/templates.cpp
+0-89clang-tools-extra/test/clang-doc/yaml/builtin_types.cpp
+0-27clang-tools-extra/test/clang-doc/yaml/single-file.cpp
+2-6clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
+2-1,4488 files not shown
+6-1,46414 files

LLVM/project 6de51bellvm/lib/Target/AArch64/GISel AArch64LegalizerInfo.cpp, llvm/test/CodeGen/AArch64 bf16-v8-instructions.ll bf16-v4-instructions.ll

[AArch64][GlobalISel] Legalization for bf16 fptosi/fptoui. (#209206)

Similar to other operations, this makes sure we can widen bf16
fptosi/fptoui correctly, promoting the value to a f32. The vector
variants have been proven by exhaustive checking.
DeltaFile
+678-169llvm/test/CodeGen/AArch64/bf16-v8-instructions.ll
+143-65llvm/test/CodeGen/AArch64/bf16-v4-instructions.ll
+2-14llvm/test/CodeGen/AArch64/bf16-instructions.ll
+6-1llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
+829-2494 files

NetBSD/src 4XCdczcsys/net if_spppsubr.c

   Added __read_mostly attribute to sppp_keppalive_interval
VersionDeltaFile
1.303+4-3sys/net/if_spppsubr.c
+4-31 files

NetBSD/src H3dFrhvsys/net if_spppsubr.c

   sppp: hold RW_READER lock while checking state of IPv6CP, not RW_WRITER
VersionDeltaFile
1.302+3-3sys/net/if_spppsubr.c
+3-31 files

NetBSD/src H7EkOtJsys/net if_spppsubr.c

   sppp: remove unused variable
VersionDeltaFile
1.301+6-5sys/net/if_spppsubr.c
+6-51 files

NetBSD/pkgsrc ow1Q83Lgames/widelands Makefile distinfo

   widelands: direct download URL doesn't work

   use distfile generated when clicking the download link

   Bump PKGREVISION because for some reason, it differs to the recorded
   data.
VersionDeltaFile
1.54+8-7games/widelands/Makefile
1.11+4-4games/widelands/distinfo
+12-112 files

NetBSD/src AK89Xuhsys/net if_spppvar.h

   added '*'at the beginning of comment
VersionDeltaFile
1.54+3-3sys/net/if_spppvar.h
+3-31 files

NetBSD/src RrztnD8tests/net/if_pppoe t_pppoe_ondemand.sh t_pppoe_keepalive.sh

   minor cleanup and typo fixes in tests/net/if_pppoe
VersionDeltaFile
1.3+11-9tests/net/if_pppoe/t_pppoe_ondemand.sh
1.4+6-6tests/net/if_pppoe/t_pppoe_keepalive.sh
1.35+4-4tests/net/if_pppoe/t_pppoe.sh
1.2+3-3tests/net/if_pppoe/common.sh
+24-224 files

NetBSD/pkgsrc kJhlHmMmultimedia/transcode distinfo, multimedia/transcode/patches patch-configure patch-export_aud__aux.c

   transcode: fix build with lame 4.0

   regen some other patches while here
VersionDeltaFile
1.4+46-14multimedia/transcode/patches/patch-configure
1.3+11-12multimedia/transcode/patches/patch-export_aud__aux.c
1.4+11-12multimedia/transcode/patches/patch-export_export_ffmpeg.c
1.32+4-4multimedia/transcode/distinfo
+72-424 files

NetBSD/pkgsrc c2LYxJddoc CHANGES-2026

   doc: Updated devel/pkgconf to 3.0.2
VersionDeltaFile
1.4453+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7aubb47devel/pkgconf distinfo Makefile

   pkgconf: update to 3.0.2.

   Changes from 3.0.1 to 3.0.2:
   ----------------------------

   * Fix build on systems where readlinkat(2) is missing, such as Illumos when
     built without appropriate CFLAGS.

   * Fix detection of readlinkat(2) on systems where it is gated behind
     _ATFILE_SOURCE, such as on certain builds of Illumos.
VersionDeltaFile
1.33+4-4devel/pkgconf/distinfo
1.38+2-2devel/pkgconf/Makefile
+6-62 files

FreeBSD/ports 7bc4313sysutils/py-ansible-core221 distinfo Makefile, sysutils/py-ansible-core221/files patch-pyproject.toml

sysutils/py-ansible-core221: Update to 2.21.2
DeltaFile
+4-4sysutils/py-ansible-core221/files/patch-pyproject.toml
+3-3sysutils/py-ansible-core221/distinfo
+1-1sysutils/py-ansible-core221/Makefile
+8-83 files

FreeBSD/ports 796a9cbsecurity/wazuh-manager distinfo

security/wazuh-manager: Fix fetch

Reported by:    pkg-fallout

(cherry picked from commit 3b049f291f3073946a5de1de6725e27880aeed72)
DeltaFile
+2-2security/wazuh-manager/distinfo
+2-21 files

LLVM/project bd14bd7libc/src/stdlib/linux realpath.cpp CMakeLists.txt, libc/test/src/stdlib realpath_test.cpp CMakeLists.txt

[libc][realpath] Support relative paths
DeltaFile
+84-3libc/test/src/stdlib/realpath_test.cpp
+16-1libc/src/stdlib/linux/realpath.cpp
+2-0libc/test/src/stdlib/CMakeLists.txt
+1-0libc/src/stdlib/linux/CMakeLists.txt
+103-44 files