FreeNAS/freenas 19f0d8fsrc/middlewared/middlewared/alembic/versions/26.04 2025-08-20_00-02_drop_virt.py

Revert "Add migration to drop virt table"

This reverts commit d0c6af0b26c0a967a8a1c57f2fa7ee51cb322cbd.
DeltaFile
+0-24src/middlewared/middlewared/alembic/versions/26.04/2025-08-20_00-02_drop_virt.py
+0-241 files

FreeNAS/freenas 8f2a65asrc/middlewared/middlewared/api/v26_04_0 pool.py

Allow spaces in pool names
DeltaFile
+6-21src/middlewared/middlewared/api/v26_04_0/pool.py
+6-211 files

FreeNAS/freenas 6f43087tests/api2 test_usage_reporting.py

Fix usage test
DeltaFile
+0-1tests/api2/test_usage_reporting.py
+0-11 files

FreeNAS/freenas 8d77b31src/middlewared/middlewared/alembic/versions/26.04 2025-08-20_00-02_drop_virt.py

Add migration to drop virt table
DeltaFile
+24-0src/middlewared/middlewared/alembic/versions/26.04/2025-08-20_00-02_drop_virt.py
+24-01 files

FreeNAS/freenas f03e146src/middlewared/middlewared/plugins/pool_ dataset_query_utils.py dataset.py, src/middlewared/middlewared/plugins/zfs utils.py

Do not consider 'ix-virt' as an internal dataset
DeltaFile
+0-7src/middlewared/middlewared/plugins/zfs_/utils.py
+0-1src/middlewared/middlewared/plugins/pool_/dataset_query_utils.py
+0-1src/middlewared/middlewared/plugins/zfs/utils.py
+0-1src/middlewared/middlewared/plugins/pool_/dataset.py
+0-104 files

FreeNAS/freenas 414e938src/middlewared/middlewared/api/base/types user.py, src/middlewared/middlewared/etc_files subgid.mako subuid.mako

Remove incus idmp* var
DeltaFile
+0-9src/middlewared/middlewared/api/base/types/user.py
+0-2src/middlewared/middlewared/etc_files/subgid.mako
+0-2src/middlewared/middlewared/etc_files/subuid.mako
+0-1src/middlewared/middlewared/plugins/account_/constants.py
+0-144 files

LLVM/project d68f543clang-tools-extra/clang-tidy/tool ClangTidyMain.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Remove 'clang-analyzer-*' checks from default checks. (#157306)

Closes https://github.com/llvm/llvm-project/issues/146482.
DeltaFile
+8-0clang-tools-extra/docs/ReleaseNotes.rst
+1-2clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
+9-22 files

FreeBSD/src 35dd53ashare/mk src.libnames.mk, usr.bin/ofed/libibverbs Makefile.inc

librdmacm/libibverbs: Statically bound libbnxtre.so.1 to rping

By default ibv_devices and rping are not statically bound to
libbnxtre.so.1. i.e. 'ldd /usr/bin/rping' command doesn't list
'libbnxtre.so.1' entry. So, statically bound the libbnxtre.so.1
library to rping & ibv_devices utils.

MFC-After:      3 days
Reviewed-by:    sumit.saxena at broadcom.com
Differential-Revision: https://reviews.freebsd.org/D49604
DeltaFile
+5-2share/mk/src.libnames.mk
+1-1usr.bin/ofed/libibverbs/Makefile.inc
+1-1usr.bin/ofed/librdmacm/Makefile.inc
+7-43 files

FreeBSD/src b42fda6lib/ofed Makefile, share/mk bsd.libnames.mk

share/mk: Include libbnxtre entry in bsd.libnames.mk

Add libbnxtre entry in bsd.libnames.mk file.

MFC-After:      3 days
Reviewed-by:    sumit.saxena at broadcom.com
Differential-Revision: https://reviews.freebsd.org/D49603
DeltaFile
+1-0share/mk/bsd.libnames.mk
+1-0lib/ofed/Makefile
+2-02 files

OPNSense/plugins 91ebb21net/upnp/src/www services_upnp.php

net/upnp: fix escaping in the file for #5005

* remove pconfig escaping as it is already escaped globally
* change htmlspecialchars() to html_safe()
* protect some spots with html_safe() (being legacy code this is an uphill battle)
* some more style tweaks for readability
DeltaFile
+18-22net/upnp/src/www/services_upnp.php
+18-221 files

LLVM/project 7fa089allvm/lib/Target/LoongArch LoongArchISelLowering.cpp LoongArchMachineFunctionInfo.h, llvm/test/CodeGen/LoongArch musttail.ll tail-calls.ll

[LoongArch] Enable tail calls for sret and byval functions

Allow tail calls for functions returning via sret when the caller's sret
pointer can be reused. Also support tail calls for byval arguments.

The previous restriction requiring exact match of caller and callee
arguments is relaxed: tail calls are allowed as long as the callee
does not use more stack space than the caller.
DeltaFile
+566-0llvm/test/CodeGen/LoongArch/musttail.ll
+102-25llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
+14-0llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h
+4-9llvm/test/CodeGen/LoongArch/tail-calls.ll
+6-0llvm/lib/Target/LoongArch/LoongArchISelLowering.h
+692-345 files

LLVM/project 4497c53clang/lib/AST/ByteCode Disasm.cpp Function.h

[clang][bytecode] Accept current PC argument in Function::dump() (#170449)

This is useful since we can highlight the opcode that OpPC points to.
DeltaFile
+18-3clang/lib/AST/ByteCode/Disasm.cpp
+2-2clang/lib/AST/ByteCode/Function.h
+1-0clang/lib/AST/ByteCode/Source.h
+21-53 files

FreeBSD/ports 1939d79print/cups distinfo Makefile, print/cups/files patch-scheduler_conf.c patch-scheduler_conf.h

print/cups: Fix regressions

- Apply upstream patch to unblock GTK+ print dialogs.
- Apply upstream patch for out-of-bounds read in cupsUTF8ToCharset().
- Make cupsd ignore IdleExitTimeout in cupsd.conf.

Reported by:    christos

(cherry picked from commit 773bd2e7b1a41da404618d926804350768223e7f)
DeltaFile
+22-0print/cups/files/patch-scheduler_conf.c
+13-0print/cups/files/patch-scheduler_conf.h
+0-12print/cups/files/patch-conf_cupsd.conf.in
+5-1print/cups/distinfo
+5-0print/cups/Makefile
+1-1print/cups/files/patch-conf_mime.convs.in
+46-146 files

LLVM/project 2049624llvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp

Comments
DeltaFile
+26-7llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+26-71 files

FreeBSD/ports 773bd2eprint/cups distinfo Makefile, print/cups/files patch-scheduler_conf.c patch-scheduler_conf.h

print/cups: Fix regressions

- Apply upstream patch to unblock GTK+ print dialogs.
- Apply upstream patch for out-of-bounds read in cupsUTF8ToCharset().
- Make cupsd ignore IdleExitTimeout in cupsd.conf.

Reported by:    christos
DeltaFile
+22-0print/cups/files/patch-scheduler_conf.c
+13-0print/cups/files/patch-scheduler_conf.h
+0-12print/cups/files/patch-conf_cupsd.conf.in
+5-1print/cups/distinfo
+5-0print/cups/Makefile
+1-1print/cups/files/patch-conf_mime.convs.in
+46-146 files

LLVM/project dd9a516llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc BUILD.gn

[gn build] Port aeb36a925234
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
+1-01 files

LLVM/project 0dcbc87lldb/docs python_extensions.rst CMakeLists.txt

[lldb/docs] Add ScriptingFrameProvider documentation to the website

This patch adds the documentation for ScriptedFrameProviders to the
lldb website.

Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
DeltaFile
+8-0lldb/docs/python_extensions.rst
+1-0lldb/docs/CMakeLists.txt
+9-02 files

LLVM/project 4286a47lldb/docs CMakeLists.txt

Revert "[lldb/docs] Add ScriptingFrameProvider documentation to the website"

This reverts commit bfde296d081098605bdad0e4487c4bad9ca19c95.
DeltaFile
+0-1lldb/docs/CMakeLists.txt
+0-11 files

OPNSense/plugins c9861c1net/upnp/src/www status_upnp.php

net/upnp: status update via https://github.com/opnsense/plugins/pull/5005#issuecomment-3606197018
DeltaFile
+3-3net/upnp/src/www/status_upnp.php
+3-31 files

LLVM/project 1ca763bllvm/test/tools/llvm-readobj/COFF arm64-packed-unwind.s, llvm/tools/llvm-readobj ARMWinEHPrinter.cpp

[llvm-readobj] [ARMWinEH] Fix printing of packed unwind with H=1, RegI=RegF=0, CR!=1 (#170294)

In these cases, there are no other GPRs or float registers that would
have been backed up before the register homing area, that would have
allocated space on the stack for the saved registers.

Normally, the register homing part of the prologue consists of 4 nop
unwind codes. However, if we haven't allocated stack space for those
arguments yet, there's no space to store them in. The previous printout,
printing "stp x0, x1, [sp, #-N]!" wouldn't work when interpreted as a
nop unwind code.

Based on "dumpbin -unwindinfo", and from empirical inspection with
RtlVirtualUnwind, it turns out that the homing of argument registers is
done outside of the prologue. In these cases, "dumpbin -unwindinfo"
prints an annotation "(argument registers homed post-prolog)".

Adjust the printout accordingly. In these cases, the later stack
allocation (either "stp x29, x30, [sp, #-LocSZ]! or "sub sp, sp,
#LocSZ") is adjusted to include the space the homed registers (i.e. be
the full size from FrameSize).
DeltaFile
+38-5llvm/test/tools/llvm-readobj/COFF/arm64-packed-unwind.s
+8-9llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
+46-142 files

LLVM/project 6822e3cllvm/test/Transforms/VectorCombine/X86 shuffle-of-fma-const.ll

[VectorCombine][X86] Add tests showing failure to push a shuffle through a fma with multiple constants (#170458)

Despite 2 of the 3 arguments of the fma intrinsics calls being constant
(free shuffle), foldShuffleOfIntrinsics fails to fold the shuffle
through
DeltaFile
+49-0llvm/test/Transforms/VectorCombine/X86/shuffle-of-fma-const.ll
+49-01 files

OPNSense/src dd1e6ab. UPDATING, sys/conf newvers.sh

Add UPDATING entries and bump version.

Approved by:    so
DeltaFile
+5-0UPDATING
+1-1sys/conf/newvers.sh
+6-12 files

OPNSense/src ffd7b3dcontrib/unbound/iterator iter_scrub.c

Add a fix to scrub unsolicited NS RRSets to prevent cache poisoning.

Approved by:    so
Obtained from:  NLnet Labs
Security:       FreeBSD-SA-25:10.unbound
Security:       CVE-2025-11411
DeltaFile
+51-4contrib/unbound/iterator/iter_scrub.c
+51-41 files

LLVM/project aeb36a9llvm/include/llvm/ExecutionEngine/Orc CallableTraitsHelper.h, llvm/unittests/ExecutionEngine/Orc CallableTraitsHelperTest.cpp CMakeLists.txt

[ORC] Port CallableTraitsHelper from the new ORC runtime. (#170441)

The code for this commit was taken with minimal modification to fit LLVM
style from llvm-project/orc-rt/include/CallableTraitsHelper.h and
llvm-project/orc-rt/unittests/CallableTraitsHelperTest.cpp (originally
commited in 40fce325011)

CallableTraitsHelper identifies the return type and argument types of a
callable type and passes those to an implementation class template to
operate on. E.g. the CallableArgInfoImpl class exposes these types as
typedefs.

Porting CallableTraitsHelper from the new ORC runtime will allow us to
simplify existing and upcoming "callable-traits" classes in ORC.
DeltaFile
+74-0llvm/include/llvm/ExecutionEngine/Orc/CallableTraitsHelper.h
+70-0llvm/unittests/ExecutionEngine/Orc/CallableTraitsHelperTest.cpp
+1-0llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
+145-03 files

FreeBSD/ports 11a00d4misc Makefile, misc/py-sagemaker-serve Makefile pkg-descr

misc/py-sagemaker-serve: New port: SageMaker: Library for training & deploying models on Amazon SageMaker
DeltaFile
+44-0misc/py-sagemaker-serve/files/patch-pyproject.toml
+29-0misc/py-sagemaker-serve/Makefile
+11-0misc/py-sagemaker-serve/pkg-descr
+3-0misc/py-sagemaker-serve/distinfo
+1-0misc/Makefile
+88-05 files

FreeBSD/ports 12e4deedevel/py-uv-build distinfo Makefile

devel/py-uv-build: update 0.9.14 → 0.9.15

Reported by:    portscout
DeltaFile
+3-3devel/py-uv-build/distinfo
+1-1devel/py-uv-build/Makefile
+4-42 files

FreeBSD/ports d82e0addevel/cpp-utilities distinfo pkg-plist

devel/cpp-utilities: update 5.28.1 → 5.32.0

Reported by:    portscout
DeltaFile
+3-3devel/cpp-utilities/distinfo
+5-1devel/cpp-utilities/pkg-plist
+2-3devel/cpp-utilities/Makefile
+10-73 files

FreeBSD/ports c5fd842devel/qtutilities pkg-plist distinfo

devel/qtutilities: update 6.14.4 → 6.18.4
DeltaFile
+4-2devel/qtutilities/pkg-plist
+3-3devel/qtutilities/distinfo
+3-1devel/qtutilities/Makefile
+10-63 files

FreeBSD/ports 58a56f2devel/py-uv distinfo Makefile, devel/py-uv/files patch-pyproject.toml

devel/{,py-}uv: update 0.9.14 → 0.9.15
DeltaFile
+10-17devel/py-uv/files/patch-pyproject.toml
+7-5devel/uv/distinfo
+3-3devel/py-uv/distinfo
+2-1devel/uv/Makefile.crates
+1-1devel/py-uv/Makefile
+1-1devel/uv/Makefile
+24-286 files

FreeBSD/ports 7498951math/faiss distinfo Makefile, math/py-faiss distinfo Makefile

math/{,py-}faiss: update 1.13.0 → 1.13.1

Reported by:    portscout
DeltaFile
+3-3math/faiss/distinfo
+3-3math/py-faiss/distinfo
+2-2math/faiss/Makefile
+2-0math/faiss/pkg-plist
+1-1math/py-faiss/Makefile
+11-95 files