FreeBSD/ports 2d607afdatabases/timescaledb-tune distinfo Makefile

databases/timescaledb-tune: Update to 0.19.0
DeltaFile
+5-5databases/timescaledb-tune/distinfo
+1-2databases/timescaledb-tune/Makefile
+6-72 files

LLVM/project d4ae620clang/lib/CIR/Dialect/IR CIRDialect.cpp, clang/unittests/CIR ControlFlowTest.cpp CMakeLists.txt

[CIR] Add RegionBranchOpInterface unit tests and fix control flow bugs

Add unit tests for RegionBranchOpInterface implementations across CIR
control flow operations: IfOp, ScopeOp, TernaryOp, SwitchOp, WhileOp,
ForOp, DoWhileOp, and TryOp. The tests verify successor regions,
terminator successors, loop detection, repetitive region marking, and
op/terminator successor consistency.

Fix a missing return in ConditionOp::getSuccessorRegions that caused
fallthrough from the loop case to an unconditional cast<AwaitOp>,
crashing when the parent is a loop operation.

Fix IfOp::getSuccessorRegions to report parent exit as a successor
when the else region is absent, correctly modeling the case where the
condition is false.
DeltaFile
+458-0clang/unittests/CIR/ControlFlowTest.cpp
+3-3clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+2-0clang/unittests/CIR/CMakeLists.txt
+463-33 files

LLVM/project 0d27ddalibc/src/__support/math CMakeLists.txt scalbnf16.h, libc/src/math/generic CMakeLists.txt

[libc][math] Refactor scalbln-scalbn-ldexp family to header-only (#195423)

Refactors the scalbln-scalbn-ldexp math family to be header-only.

part of: #147386

Target Functions:
  - ldexp
  - ldexpbf16
  - ldexpl
  - scalbln
  - scalblnbf16
  - scalblnf
  - scalblnf128
  - scalblnf16
  - scalblnl
  - scalbn
  - scalbnbf16
  - scalbnf

    [2 lines not shown]
DeltaFile
+209-12utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+156-2libc/src/__support/math/CMakeLists.txt
+15-43libc/src/math/generic/CMakeLists.txt
+36-0libc/src/__support/math/scalbnf16.h
+36-0libc/src/__support/math/scalbnf128.h
+36-0libc/src/__support/math/scalblnf16.h
+488-5746 files not shown
+1,326-18252 files

NetBSD/pkgsrc-wip 34f2dfelibimobiledevice PLIST Makefile, libimobiledevice/patches patch-src_lockdown.c

libimobiledevice: remove, imported in the main tree
DeltaFile
+0-74libimobiledevice/PLIST
+0-33libimobiledevice/Makefile
+0-19libimobiledevice/buildlink3.mk
+0-16libimobiledevice/patches/patch-src_lockdown.c
+0-12libimobiledevice/COMMIT_MSG
+0-10libimobiledevice/DESCR
+0-1643 files not shown
+0-1739 files

FreeBSD/ports 7dc9e35games/openmw distinfo Makefile

games/openmw: fix build with clang21+
DeltaFile
+3-1games/openmw/distinfo
+3-0games/openmw/Makefile
+6-12 files

FreeBSD/ports de77fcdftp/R-cran-curl distinfo Makefile

ftp/R-cran-curl: Update to 7.1.0

Changelog: https://cran.r-project.org/web/packages/curl/NEWS
DeltaFile
+3-3ftp/R-cran-curl/distinfo
+1-1ftp/R-cran-curl/Makefile
+4-42 files

NetBSD/pkgsrc vMUy4l8wm/fvwm3 Makefile

   wm/fvwm3: remove commented out lines from Makefile
VersionDeltaFile
1.72+1-7wm/fvwm3/Makefile
+1-71 files

NetBSD/pkgsrc lsKSVbYmk/defaults options.description

   mk/defaults: document idevice option
VersionDeltaFile
1.761+1-0mk/defaults/options.description
+1-01 files

NetBSD/pkgsrc pDjJ0Klsysutils/upower options.mk Makefile

   sysutils/upower: allow optional imobiledevice support
VersionDeltaFile
1.6+13-2sysutils/upower/options.mk
1.32+2-3sysutils/upower/Makefile
+15-52 files

NetBSD/src abrcH8Tsys/dev/pci ehci_pci.c, sys/dev/usb ehci.c ehcivar.h

   ehci(4): work around AMD SB600 first control transfer failure

   Reload EHCI_ASYNCLISTADDR once after linking the first address-0 control
   qTD chain, for AMD SB600 quirk observed on my ASRock M3A-UCC.

   Addresses PR/57359.
VersionDeltaFile
1.335+16-2sys/dev/usb/ehci.c
1.80+3-2sys/dev/pci/ehci_pci.c
1.55+2-1sys/dev/usb/ehcivar.h
+21-53 files

NetBSD/pkgsrc PnzdUuRcomms/libimobiledevice Makefile

   libimobiledevice: add PKGCONFIG_OVERRIDE
VersionDeltaFile
1.2+4-1comms/libimobiledevice/Makefile
+4-11 files

FreeBSD/src f959054sys/contrib/openzfs/.github/workflows/scripts qemu-2-start.sh, sys/contrib/openzfs/lib/libzfs libzfs.abi

zfs: merge openzfs/zfs at 84ffe564d

Notable upstream pull request merges:
 #18387 656285140 Handle raidz errors <= nparity rather than ignoring
 #18401 1cebe8a38 libzfs: report invalid permission name in zfs allow
 #18430 513710ed2 Fix "panic: cache_vop_rename: lingering negative entry"
 #18440 37e3a260f dmu_direct: avoid UAF in dmu_write_direct_done()
 #18445 2eee4ac1e Fix: draid autopkgtests fail on s390x architecture
 #18448 8da472973 key lookup failure should always return EACCES
 #18456 4a58ab8ce zfs.4: document five missing module parameters

Obtained from:  OpenZFS
OpenZFS commit: 84ffe564dff1b7f69d397817ef292cbe2c5ebad3
DeltaFile
+137-7sys/contrib/openzfs/lib/libzfs/libzfs.abi
+94-0sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/raidz_zinject.ksh
+75-1sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/redundancy.kshlib
+69-0sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_list/zfs_list_009_pos.ksh
+17-36sys/contrib/openzfs/module/zfs/dsl_crypt.c
+42-10sys/contrib/openzfs/.github/workflows/scripts/qemu-2-start.sh
+434-5464 files not shown
+890-26870 files

LLVM/project 39d1203libc/src/__support/math CMakeLists.txt remainderf16.h, libc/test/shared shared_math_constexpr_test.cpp shared_math_test.cpp

[libc][math] Refactor remainder-remquo family to header-only (#195421)

Refactors the remainder-remquo math family to be header-only.

part of: #147386

Target Functions:
  - remainder
  - remainderbf16
  - remainderf
  - remainderf128
  - remainderf16
  - remainderl
  - remquo
  - remquobf16
  - remquof
  - remquof128
  - remquof16
  - remquol
DeltaFile
+176-6utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+114-0libc/src/__support/math/CMakeLists.txt
+34-0libc/test/shared/shared_math_constexpr_test.cpp
+33-0libc/test/shared/shared_math_test.cpp
+32-0libc/src/__support/math/remainderf16.h
+32-0libc/src/__support/math/remainderf128.h
+421-639 files not shown
+1,078-9645 files

NetBSD/pkgsrc iO66duvdoc CHANGES-2026

   doc: Added comms/libimobiledevice version 1.4.0
VersionDeltaFile
1.2741+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Y1OBT1Ocomms Makefile

   comms: add libimobiledevice
VersionDeltaFile
1.148+2-1comms/Makefile
+2-11 files

NetBSD/pkgsrc Hdj0roqcomms/libimobiledevice PLIST Makefile, comms/libimobiledevice/patches patch-src_lockdown.c patch-src_sbservices.c

   misc/libimobiledevice: Import libimobiledevice-1.4.0 from wip

   Originally packaged in wip by charlotte.

   libimobiledevice is a cross-platform software library that talks the
   protocols to support iPhone, iPod Touch, iPad and Apple TV devices.  Unlike
   other projects, it does not depend on using any existing proprietary
   libraries and does not require jailbreaking. It allows other software to
   easily access the device's filesystem, retrieve information about the device
   and it's internals, backup/restore the device, manage SpringBoard icons,
   manage installed applications, retrieve addressbook/calendars/notes and
   bookmarks and (using libgpod) synchronize music and video to the device. The
   library is in development since August 2007 with the goal to bring support
   for these devices to the Linux Desktop.
VersionDeltaFile
1.1+74-0comms/libimobiledevice/PLIST
1.1+40-0comms/libimobiledevice/Makefile
1.1+19-0comms/libimobiledevice/buildlink3.mk
1.1+16-0comms/libimobiledevice/patches/patch-src_lockdown.c
1.1+16-0comms/libimobiledevice/patches/patch-src_sbservices.c
1.1+10-0comms/libimobiledevice/DESCR
+175-01 files not shown
+182-07 files

LLVM/project 31068f3llvm/lib/DWARFLinker/Parallel DWARFLinkerCompileUnit.h

[llvm][doc][nfc] Fix typo (#195418)

asinchronously -> asynchronously
DeltaFile
+1-1llvm/lib/DWARFLinker/Parallel/DWARFLinkerCompileUnit.h
+1-11 files

LLVM/project f5c0d91llvm/lib/Target/X86 X86InstrAVX10.td X86IntrinsicsInfo.h, llvm/test/CodeGen/X86 avx10_2bf16-select-minmax.ll

[X86][AVX10.2] Use SDNode patterns based lowering for VMINBF16/VMAXBF16 (#194987)

This PR adds direct SDNode-based selection for AVX10.2 BF16 vmin/vmax.
This unblocks the select-minmax DAG combine which would earlier hit a
selection failure.
DeltaFile
+92-0llvm/test/CodeGen/X86/avx10_2bf16-select-minmax.ll
+2-24llvm/lib/Target/X86/X86InstrAVX10.td
+6-0llvm/lib/Target/X86/X86IntrinsicsInfo.h
+100-243 files

LLVM/project ce7fbcblibc/src/__support/math faddf128.h faddl.h, libc/test/shared shared_math_constexpr_test.cpp CMakeLists.txt

[libc][math] Qualify fadd functions to constexpr (#194322)

Signed-off-by: udaykiriti <udaykiriti624 at gmail.com>
DeltaFile
+4-0libc/test/shared/shared_math_constexpr_test.cpp
+3-0libc/test/shared/CMakeLists.txt
+1-1libc/src/__support/math/faddf128.h
+1-1libc/src/__support/math/faddl.h
+1-1libc/src/__support/math/fadd.h
+10-35 files

FreeBSD/ports d04e973sysutils/cbsd distinfo Makefile

sysutils/cbsd: Update to 15.0.9

Changes: https://github.com/cbsd/cbsd/releases/tag/v15.0.9
DeltaFile
+3-3sysutils/cbsd/distinfo
+1-1sysutils/cbsd/Makefile
+1-1sysutils/cbsd/pkg-plist
+5-53 files

FreeBSD/ports 20c19d2archivers/libarchive Makefile distinfo

archivers/libarchive: Update to 3.8.7

* Drop mbedtls, depends on obsolete version that's removed in tree
* Adjust iconv dependency
* Adjust port Makefile, don't pick up libb2

Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.8.7

PR:             294607
Approved by:    maintainer timeout, 2+ weeks
DeltaFile
+6-7archivers/libarchive/Makefile
+3-3archivers/libarchive/distinfo
+1-1archivers/libarchive/pkg-plist
+10-113 files

FreeBSD/ports c6c26cbdevel/capnproto Makefile

devel/capnproto: Adopt port
DeltaFile
+1-1devel/capnproto/Makefile
+1-11 files

FreeBSD/ports e41bee1www/phalcon distinfo Makefile

www/phalcon: update to 5.12.1.
DeltaFile
+3-3www/phalcon/distinfo
+1-1www/phalcon/Makefile
+4-42 files

NetBSD/pkgsrc-wip 315b652. Makefile

Makefile: sync
DeltaFile
+18-0Makefile
+18-01 files

NetBSD/pkgsrc-wip beb317flibimobiledevice Makefile buildlink3.mk

libimobiledevice: update paths after imports
DeltaFile
+4-4libimobiledevice/Makefile
+2-2libimobiledevice/buildlink3.mk
+6-62 files

DragonFlyBSD/src 84aed0bsbin/fsck_hammer2 test.c

sbin/fsck_hammer2: Fix -c option after 9e5be639ec55b3d5b19f08426861e69227eb85ff

The commit broke -c option. This print_blockref_debug() call isn't
an error, so it shouldn't print anything by default.
DeltaFile
+2-1sbin/fsck_hammer2/test.c
+2-11 files

FreeBSD/ports b366db5devel/glab Makefile

devel/glab: fix poudriere build as none-root user
DeltaFile
+2-2devel/glab/Makefile
+2-21 files

LLVM/project 57c6854libcxx/lib/abi i686-linux-android23.libcxxabi.v1.stable.exceptions.nonew.abilist i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist, libcxx/utils adb_run.py

Update Android CI and Emulator image to API 23 (#194936)

As seen in https://github.com/android/ndk/issues/2188, NDK will raise
minimum supported version to API 23 (Android 6.0) in r31. We need to
bump the API level for the x86 emulator image so we can use it for the
CI. It required generating a new ABI list for API 23 and removing the
old API 21 and making some changes to adb_run.py to filter out warnings
and get permissions for the adb run folder.
DeltaFile
+2,338-0libcxx/lib/abi/i686-linux-android23.libcxxabi.v1.stable.exceptions.nonew.abilist
+0-2,337libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
+2,332-0libcxx/lib/abi/x86_64-linux-android23.libcxxabi.v1.stable.exceptions.nonew.abilist
+0-2,331libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
+28-5libcxx/utils/adb_run.py
+4-4runtimes/cmake/android/Arch-x86_64.cmake
+4,702-4,6775 files not shown
+4,717-4,69211 files

NetBSD/pkgsrc nEfDctCcomms/libusbmuxd Makefile

   libusbmuxd: reset maintainer
VersionDeltaFile
1.2+2-2comms/libusbmuxd/Makefile
+2-21 files

NetBSD/pkgsrc-wip 723d2a6libusbmuxd Makefile buildlink3.mk, libusbmuxd/patches patch-src_libusbmuxd.c

ilibusbmuxd: delete, imported in the main tree
DeltaFile
+0-22libusbmuxd/Makefile
+0-16libusbmuxd/patches/patch-src_libusbmuxd.c
+0-15libusbmuxd/buildlink3.mk
+0-14libusbmuxd/COMMIT_MSG
+0-12libusbmuxd/DESCR
+0-9libusbmuxd/PLIST
+0-882 files not shown
+0-968 files