FreeNAS/freenas c46f5b0src/middlewared/middlewared/api/v26_04_0 zfs_resource_crud.py, src/middlewared/middlewared/plugins/docker backup.py

remove snapshot logic from zfs/resource_crud.py
DeltaFile
+32-87tests/api2/test_zfs_resource_destroy.py
+40-73src/middlewared/middlewared/plugins/zfs/resource_crud.py
+2-23src/middlewared/middlewared/plugins/zfs/query_impl.py
+17-0src/middlewared/middlewared/plugins/zfs/snapshot_crud.py
+13-4src/middlewared/middlewared/plugins/docker/backup.py
+4-13src/middlewared/middlewared/api/v26_04_0/zfs_resource_crud.py
+108-2007 files not shown
+138-22413 files

FreeBSD/ports 0bd5d7dsysutils/hcloud distinfo Makefile

sysutils/hcloud: Update to 1.57.0

Doesn't need specify Go version so remove it.

Changelogs:
https://github.com/hetznercloud/cli/releases/tag/v1.56.0
https://github.com/hetznercloud/cli/releases/tag/v1.57.0
DeltaFile
+5-5sysutils/hcloud/distinfo
+2-3sysutils/hcloud/Makefile
+7-82 files

Linux/linux cc3ee4bDocumentation/arch/x86 boot.rst, arch/x86/include/asm x86_init.h

Merge tag 'x86-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Ingo Molnar:
 "Miscellaneous documentation fixes"

* tag 'x86-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/boot/Documentation: Prefix hexadecimal literals with 0x
  x86/boot/Documentation: Spell 'ID' consistently
  x86/platform: Fix and extend kernel-doc comments in <asm/x86_init.h>
DeltaFile
+24-24Documentation/arch/x86/boot.rst
+16-12arch/x86/include/asm/x86_init.h
+40-362 files

Linux/linux 09bcd5ekernel/sched core.c stats.h

Merge tag 'sched-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fixes from Ingo Molnar:
 "Miscellaneous scheduler fixes/cleanups:

   - Fix psi_dequeue() for Proxy Execution

   - Fix hrtick() vs. scheduling context bug

   - Fix unfairness caused by stalled tg_load_avg_contrib when the last
     task migrates out

   - Fix whitespace noise in headers

   - Remove a preempt-disable section in rt_mutex_setprio()"

* tag 'sched-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/core: Fix psi_dequeue() for Proxy Execution
  sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out

    [3 lines not shown]
DeltaFile
+2-5kernel/sched/core.c
+6-1kernel/sched/stats.h
+3-0kernel/sched/fair.c
+1-1kernel/sched/sched.h
+12-74 files

NetBSD/src vh72kvrshare/mk bsd.own.mk

   reverse the GCC 14 test polarity, now just alpha, mips, sh3, and m68k.

   mips switching soon, the others have some issues remaining.
VersionDeltaFile
1.1446+7-14share/mk/bsd.own.mk
+7-141 files

NetBSD/pkgsrc f9kkASDdoc CHANGES-2025

   doc: Updated emulators/qemu to 10.1.2nb2
VersionDeltaFile
1.7062+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc Hy6L4lZemulators/qemu Makefile distinfo, emulators/qemu/patches patch-pr59820

   qemu: Backport commit 98107c5d4c1c0a16f1a02a5efbfe01b567215cc6

   Backport commit 98107c5d4c1c0a16f1a02a5efbfe01b567215cc6 in order to fix
   PR pkg/59820.

   This will be included in QEMU 10.1.3.
VersionDeltaFile
1.1+52-0emulators/qemu/patches/patch-pr59820
1.390+2-2emulators/qemu/Makefile
1.242+2-1emulators/qemu/distinfo
+56-33 files

FreeBSD/src 3f709e4clang/include/clang/Parse Parser.h, clang/lib/CodeGen CGBuiltin.cpp

Vendor import of llvm-project main llvmorg-21-init-19288-gface93e724f4, the last commit before the upstream release/21.x branch was created.
DeltaFile
+30,222-0llvm/include/llvm/Testing/Demangle/DemangleTestCases.inc
+952-17,880clang/lib/CodeGen/CGBuiltin.cpp
+7,266-2,300clang/include/clang/Parse/Parser.h
+8,137-0clang/lib/CodeGen/TargetBuiltins/ARM.cpp
+5,436-2,665llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+2,759-5,088llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
+54,772-27,9338,189 files not shown
+516,543-374,4238,195 files

FreeBSD/ports e1f876btextproc/py-gi-docgen distinfo Makefile

textproc/py-gi-docgen: Update to 2025.5

PR:             290389
DeltaFile
+3-3textproc/py-gi-docgen/distinfo
+1-1textproc/py-gi-docgen/Makefile
+4-42 files

FreeBSD/src 3f10e59sys/kern subr_witness.c

ip6: Add explicit lock order information to catch LOR

Over the past several years, we have had sporadic reports of a lock
order reversal between the tcphash lock and the in6_ifaddr_lock.
These seems to be hard to reproduce reliably, and the WITNESS backtrace
points to code which uses the correct locking order.

This commit adds the correct lock order explicitly to help us detect
the call stack which uses the incorrect locking order.

PR:             289184
Reported by:    bz, gbe
Reviewed by:    bz, glebius
Differential Revision:  https://reviews.freebsd.org/D54088
DeltaFile
+6-0sys/kern/subr_witness.c
+6-01 files

LLVM/project 28c8326mlir/lib/Conversion/ArithToAPFloat ArithToAPFloat.cpp, mlir/test/Conversion/ArithToApfloat arith-to-apfloat.mlir

[mlir][arith] arith-to-apfloat: Bail on unsupported bitwidth
DeltaFile
+26-8mlir/lib/Conversion/ArithToAPFloat/ArithToAPFloat.cpp
+25-0mlir/test/Conversion/ArithToApfloat/arith-to-apfloat.mlir
+51-82 files

Linux/linux 08b8ddaarch/x86/include/asm asm.h alternative.h, include/linux annotate.h

Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull objtool fixes from Ingo Molnar:
 "Address various objtool scalability bugs/inefficiencies exposed by
  allmodconfig builds, plus improve the quality of alternatives
  instructions generated code and disassembly"

* tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  objtool: Simplify .annotate_insn code generation output some more
  objtool: Add more robust signal error handling, detect and warn about stack overflows
  objtool: Remove newlines and tabs from annotation macros
  objtool: Consolidate annotation macros
  x86/asm: Remove ANNOTATE_DATA_SPECIAL usage
  x86/alternative: Remove ANNOTATE_DATA_SPECIAL usage
  objtool: Fix stack overflow in validate_branch()
DeltaFile
+135-0tools/objtool/signal.c
+14-21include/linux/annotate.h
+13-14tools/objtool/check.c
+14-11arch/x86/include/asm/asm.h
+4-5arch/x86/include/asm/alternative.h
+4-4arch/x86/include/asm/smap.h
+184-5520 files not shown
+214-7226 files

FreeBSD/ports 10a2747security/trivy distinfo Makefile

security/trivy: update to 0.68.1

Changes:        https://github.com/aquasecurity/trivy/releases/tag/v0.68.1
(cherry picked from commit 69c17848ec7e7ee2122d654ec6208d6da16222ac)
DeltaFile
+5-5security/trivy/distinfo
+1-2security/trivy/Makefile
+6-72 files

FreeBSD/ports 59029acgraphics/converseen distinfo Makefile

graphics/converseen: Update to 0.15.1.3

ChangeLog: https://converseen.fasterland.net/

 * Added a detailed instruction tooltip for the "Maintain aspect ratio" feature
 * Updated Turkish translation
 * Updated Italian translation
 * Various Bugfixes
DeltaFile
+3-3graphics/converseen/distinfo
+1-1graphics/converseen/Makefile
+4-42 files

FreeBSD/ports bd1d216www/ungoogled-chromium/files patch-chrome_browser_about__flags.cc patch-chrome_browser_flag__descriptions.h

www/ungoogled-chromium: update to 143.0.7499.40

Security:       https://vuxml.freebsd.org/freebsd/ea34264d-d289-11f0-a15a-a8a1599412c6.html
DeltaFile
+142-79www/ungoogled-chromium/files/patch-chrome_browser_about__flags.cc
+19-162www/ungoogled-chromium/files/patch-chrome_browser_flag__descriptions.h
+0-172www/ungoogled-chromium/files/patch-chrome_browser_flag__descriptions.cc
+99-53www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__main.cc
+29-80www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc
+49-22www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5
+338-568375 files not shown
+2,100-2,232381 files

FreeBSD/ports 4c471c8www/chromium/files patch-chrome_browser_about__flags.cc patch-chrome_browser_flag__descriptions.h

www/chromium: update to 143.0.7499.40

Security:       https://vuxml.freebsd.org/freebsd/ea34264d-d289-11f0-a15a-a8a1599412c6.html
DeltaFile
+142-79www/chromium/files/patch-chrome_browser_about__flags.cc
+19-162www/chromium/files/patch-chrome_browser_flag__descriptions.h
+0-172www/chromium/files/patch-chrome_browser_flag__descriptions.cc
+99-53www/chromium/files/patch-chrome_browser_chrome__browser__main.cc
+30-81www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc
+49-22www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5
+339-569367 files not shown
+2,050-2,203373 files

FreeBSD/ports 2d6ae14devel/gitaly distinfo Makefile

devel/gitaly: fix build on i386

I provided that patch upstream here:
https://gitlab.com/gitlab-org/gitaly/-/merge_requests/8309

(cherry picked from commit 646e363361f02bb33b77742d7455d228e5986853)
DeltaFile
+3-1devel/gitaly/distinfo
+2-0devel/gitaly/Makefile
+5-12 files

FreeBSD/ports 57fb411science/afni distinfo pkg-plist

science/afni: Update to 25.3.01
DeltaFile
+3-3science/afni/distinfo
+5-1science/afni/pkg-plist
+1-1science/afni/Makefile
+9-53 files

FreeBSD/ports 033293cdevel/libgit2 distinfo Makefile

devel/libgit2: update to 1.9.2

Changes:        https://github.com/libgit2/libgit2/releases/tag/v1.9.2
(cherry picked from commit efdb49d98b019778bbb6ffc89007f7ea673b3f2a)
DeltaFile
+3-3devel/libgit2/distinfo
+1-1devel/libgit2/Makefile
+4-42 files

NetBSD/src 8Y8HWUAexternal/gpl3/gcc README.gcc14

   note ppc switched.  thanks to martin for making it work!
VersionDeltaFile
1.30+3-3external/gpl3/gcc/README.gcc14
+3-31 files

Linux/linux 92fc1f1fs/proc array.c, include/linux seqlock.h

Merge tag 'locking-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull locking fixes from Ingo Molnar:
 "Two fixes related to recent introduction of scoped_seqlock_read():

   - Fix compiler build failures when a particular .config and compiler
     build options variant doesn't result in the expected removal of
     unused, catch-bugs portions of scoped_seqlock_read() by the inliner
     at build time, and cause a linker fail even in correct code

   - Match read-locking order in do_task_stat() and do_io_accounting().
     The inconsistency here was harmless but unnecessary"

* tag 'locking-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  seqlock: Cure some more scoped_seqlock() optimization fails
  seqlock, procfs: Match scoped_seqlock_read() critical section vs. RCU ordering in do_task_stat() to do_io_accounting()
DeltaFile
+17-17fs/proc/array.c
+2-2include/linux/seqlock.h
+19-192 files

LLVM/project ab48f09libc/utils/wctype_utils gen.py, libc/utils/wctype_utils/data UnicodeData.txt fetch.py

make unicode files user-provided from local filesystem
DeltaFile
+0-40,575libc/utils/wctype_utils/data/UnicodeData.txt
+0-28libc/utils/wctype_utils/data/fetch.py
+13-15libc/utils/wctype_utils/gen.py
+0-3libc/utils/wctype_utils/data/__init__.py
+13-40,6214 files

FreeBSD/ports f0644badeskutils/stirling-pdf distinfo Makefile

deskutils/stirling-pdf: update to 2.1.1

Changes:        https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.1.1
DeltaFile
+3-3deskutils/stirling-pdf/distinfo
+1-1deskutils/stirling-pdf/Makefile
+4-42 files

FreeBSD/ports efdb49ddevel/libgit2 distinfo Makefile

devel/libgit2: update to 1.9.2

Changes:        https://github.com/libgit2/libgit2/releases/tag/v1.9.2
DeltaFile
+3-3devel/libgit2/distinfo
+1-1devel/libgit2/Makefile
+4-42 files

Linux/linux 5e5ea7finclude/linux amd-iommu.h

iommu/amd: fix SEV-TIO support reporting

Commit eeb934137deb ("iommu/amd: Report SEV-TIO support") was confused
about the config options that expose amd_iommu_sev_tio_supported(), and
made the declaration (and alternative dummy function) conditional on the
CONFIG_AMD_IOMMU config option.

But the code is actually dependent on CONFIG_KVM_AMD_SEV, resulting in

   ERROR: modpost: "amd_iommu_sev_tio_supported" [drivers/crypto/ccp/ccp.ko] undefined!
   make[2]: *** [scripts/Makefile.modpost:147: Module.symvers] Error 1

if you have the AMD iommu enabled, but don't enable KVM_AMD_SEV support.

Fix it by moving the declaration into the right #ifdef section in the
header file.

Fixes: eeb934137deb ("iommu/amd: Report SEV-TIO support")
Cc: Alexey Kardashevskiy <aik at amd.com>

    [5 lines not shown]
DeltaFile
+2-2include/linux/amd-iommu.h
+2-21 files

HardenedBSD/src d79e843sys/net route.c, sys/netinet tcp_syncache.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+1-8usr.sbin/sndctl/sndctl.c
+3-5sys/net/route.c
+2-0sys/netinet/tcp_syncache.c
+6-133 files

HardenedBSD/src 4ad51fcsys/net route.c, sys/netinet tcp_syncache.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+1-8usr.sbin/sndctl/sndctl.c
+3-5sys/net/route.c
+2-0sys/netinet/tcp_syncache.c
+6-133 files

HardenedBSD/src dcd0f81sys/dev/sound/pci es137x.c, sys/dev/sound/pcm mixer.c mixer.h

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+1-29sys/dev/sound/pcm/mixer.c
+0-4sys/dev/sound/pci/es137x.c
+0-2sys/dev/sound/pcm/mixer.h
+1-353 files

HardenedBSD/ports 3b2badbfilesystems/py-libzfs Makefile, misc/gitlogue distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+213-223net-im/flare/distinfo
+106-111net-im/flare/Makefile.crates
+7-7www/pocket-id/distinfo
+11-3misc/gitlogue/distinfo
+7-7misc/gitlogue/files/patch-Cargo.toml
+8-2filesystems/py-libzfs/Makefile
+352-35316 files not shown
+385-38822 files

NetBSD/pkgsrc nNRo0Q0doc TODO CHANGES-2025

   doc: Updated devel/nss to 3.119
VersionDeltaFile
1.26511+2-3doc/TODO
1.7061+2-1doc/CHANGES-2025
+4-42 files