FreeBSD/ports 1ac83dadevel/pycharm pkg-plist distinfo

devel/pycharm: update to 2026.1.2

Release notes:
https://www.jetbrains.com/pycharm/whatsnew/2026-1/
DeltaFile
+910-476devel/pycharm/pkg-plist
+3-3devel/pycharm/distinfo
+1-2devel/pycharm/Makefile
+914-4813 files

FreeNAS/freenas 3704154src/middlewared/middlewared/plugins/audit utils.py

NAS-141412 / 26.0.0-RC.1 / audit: serialize truenas_verify baseline against /usr race (by anodos325) (#19146)

setup_truenas_verify generates the as-installed truenas_verify baseline
by reading the entire rootfs. It runs as a first-boot system.ready
handler, concurrently with boot.update_initramfs (another system.ready
agent), which overlays a read-only functioning-dpkg sysext on /usr for
the duration of its truenas-initrd.py rebuild.

When the baseline read hits /usr while that overlay is mounted, it
captures the overlay's dpkg files instead of the installed ones,
producing spurious discrepancies (e.g. '/usr/bin/dpkg: got mode 0o755,
expected: 644', '/usr/local/bin/dpkg: incorrect file type.') and a
non-clean install log.

Wrap the do_verify call in rootfs_protection_lock() so it can't overlap
the sysext rebuild. Only caller is audit's
run_in_thread(setup_truenas_verify), so the blocking flock stays off the
event loop, and do_verify never calls back into middleware, so there is
no deadlock.

    [3 lines not shown]
DeltaFile
+10-1src/middlewared/middlewared/plugins/audit/utils.py
+10-11 files

FreeBSD/src f8b5df4share/misc bsd-family-tree

bsd-family-tree: add FreeBSD 15.1
DeltaFile
+6-3share/misc/bsd-family-tree
+6-31 files

LLVM/project fdf5c9ellvm/lib/Target/AMDGPU SIShrinkInstructions.cpp, llvm/test/CodeGen/AMDGPU flat-atomicrmw-fmax.ll flat-atomicrmw-fmin.ll

[AMDGPU] Shrink VOPCX (nosdst) instructions in SIShrinkInstructions (#202711)

Fix `SIShrinkInstructions` to shrink `V_CMPX_*_e64` instructions.

The `VOPC` destination handling block treated `MI.getOperand(0)` as the
destination unconditionally, but `VOPCX` variants have no `sdst`, their
operand 0 is `src0`. The pass set a bogus VCC allocation hint on the
source SGPR and skipped the shrink. The existing comment said these
should be excluded, but the code never actually did so.
DeltaFile
+13-26llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
+16-16llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fmax.ll
+16-16llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fmin.ll
+15-15llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12-12llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
+12-12llvm/test/CodeGen/AMDGPU/memmove-var-size.ll
+84-977 files not shown
+114-12713 files

LLVM/project e9cf47bclang/lib/AST ASTImporter.cpp, clang/unittests/AST ASTImporterTest.cpp

[clang][ASTImporter] Add import of node 'FileScopeAsmDecl' (#193244)
DeltaFile
+25-0clang/lib/AST/ASTImporter.cpp
+10-0clang/unittests/AST/ASTImporterTest.cpp
+35-02 files

Dreckly/dreckly 34f01fbcomms/libopensync distinfo, comms/libopensync/patches patch-aa patch-formats_vformats-xml_xml-support.h

libopensync: Various build fixes.

Improve the handling of non-POSIX iconv, detect a GNU libiconv,
and fix an implicit function declaration. This is important for
NetBSD with newer GCC.
DeltaFile
+29-11comms/libopensync/patches/patch-aa
+14-0comms/libopensync/patches/patch-formats_vformats-xml_xml-support.h
+2-1comms/libopensync/distinfo
+45-123 files

Linux/linux 6b5a2b7tools/tracing/rtla/src cli_p.h cli.c, tools/tracing/rtla/tests/unit timerlat_hist_cli.c cli_opt_callback.c

Merge tag 'trace-tools-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull RTLA tool updates from Steven Rostedt:

 - Fix discrepancy in --dump-tasks option

   Due to a mistake, rtla-timerlat-hist used the CLI syntax
   "--dump-task" instead of the documented "--dump-tasks". Change the
   option to match both documentation and the other timerlat tool,
   rtla-timerlat-top.

 - Extend coverage of runtime tests

   Cover both top and hist tools in all applicable test cases, add tests
   for a few uncovered options, and extend checks for some existing
   tests.

 - Add unit tests for actions


    [55 lines not shown]
DeltaFile
+722-0tools/tracing/rtla/tests/unit/timerlat_hist_cli.c
+716-0tools/tracing/rtla/tests/unit/cli_opt_callback.c
+687-0tools/tracing/rtla/src/cli_p.h
+654-0tools/tracing/rtla/tests/unit/timerlat_top_cli.c
+557-0tools/tracing/rtla/tests/unit/osnoise_hist_cli.c
+539-0tools/tracing/rtla/src/cli.c
+3,875-040 files not shown
+5,591-1,48346 files

Dreckly/dreckly b676109misc/libcdio-paranoia Makefile distinfo

libcdio-paranoia: Update to 2.0.2
DeltaFile
+13-6misc/libcdio-paranoia/Makefile
+4-4misc/libcdio-paranoia/distinfo
+2-2misc/libcdio-paranoia/PLIST
+19-123 files

Dreckly/dreckly fc47b16graphics/plotutils Makefile

plotutils: Fix build with GCC 15.

This defines its own bool type, which is incompatible
with C23 having it as a built-in keyword.

gnu99 is chosen for being the minimum bootstrap requirement
and safety against APIs being hidden in standards mode.
DeltaFile
+7-0graphics/plotutils/Makefile
+7-01 files

Linux/linux c071a4fkernel/trace trace_osnoise.c

Merge tag 'trace-latency-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull tracing latency updates from Steven Rostedt:

 - Dump the stack to the buffer on timerlat uret threashold event

   Record the stack trace in the buffer for THREAD_URET as well as
   THREAD_CONTEXT when the threshold is hit. Otherwise, if the threshold
   was not hit at task wakeup, but was at task return, it will not
   produce a stack trace making it harder to debug.

 - Have osnoise trace prints print to all buffers

   The osnoise tracer is allowed to print to the main buffer. Add a
   osnoise_print() helper function and use trace_array_vprintk() to
   print osnoise output.

* tag 'trace-latency-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing/osnoise: Array printk init and cleanup
  tracing/osnoise: Dump stack on timerlat uret threshold event
DeltaFile
+29-17kernel/trace/trace_osnoise.c
+29-171 files

FreeBSD/src f799fcesbin/devd snd.conf

devd/snd.conf: Handle absent control device properly

If virtual_oss is not enabled when these rules run on startup, dmesg
will show the following messages:

Starting devd.
virtual_oss_cmd: Could not open control device: /dev/vdsp.ctl: No such file or directory
virtual_oss_cmd: Could not open control device: /dev/vdsp.ctl: No such file or directory

Reported by:    olce, Mark Millard <marklmi at yahoo.com>
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week

(cherry picked from commit 439b219fed3eea8ad3e1204393a8605826b8bbca)
DeltaFile
+9-6sbin/devd/snd.conf
+9-61 files

FreeBSD/ports a5e8214www/nextcloud-calendar distinfo Makefile

www/nextcloud-calendar: Update to 6.5.0
DeltaFile
+3-3www/nextcloud-calendar/distinfo
+1-1www/nextcloud-calendar/Makefile
+4-42 files

LLVM/project 53d1880cross-project-tests/debuginfo-tests/dexter/dex/evaluation StateMatch.py, cross-project-tests/debuginfo-tests/dexter/dex/test_script Script.py Nodes.py

Reapply "[Dexter] Add label nodes for line references" (#203938)

This reverts commit
https://github.com/llvm/llvm-project/commit/2a789821b0d723bc92f61563e74e67d69d660927.

The original commit previously caused pre-merge check failures for Linux
AArch64 cross-project-tests, due to the stepping behaviour being
slightly different to x86_64. The tests have been adjusted to be less
brittle to exact stepping behaviour, but this reapply also disables the
tests for ARM targets as there is not currently the infrastructure to
reliably test them, meaning we may end up with latent failures.
DeltaFile
+96-7cross-project-tests/debuginfo-tests/dexter/dex/test_script/Script.py
+80-13cross-project-tests/debuginfo-tests/dexter/dex/test_script/Nodes.py
+49-0cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/labels/source_root_dir.cpp
+43-0cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/labels/simple_labels.cpp
+35-0cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/labels/offset.cpp
+15-11cross-project-tests/debuginfo-tests/dexter/dex/evaluation/StateMatch.py
+318-314 files not shown
+353-3210 files

Linux/linux 18ecdd4Documentation/trace eprobetrace.rst, kernel/trace trace_probe.c trace_probe.h

Merge tag 'probes-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull probes updates from Masami Hiramatsu:

 - BTF support for dereferencing pointers

   Add syntax to the parsing of eprobes to typecast structure pointer
   trace event fields, enabling BTF-based dereferencing instead of
   relying on manual offsets.

 - Improvements and robustness enhancements

    - Use flexible array for entry fetch code.

      Store probe entry fetch instructions in the probe_entry_arg
      allocation via a flexible array member to simplify memory
      allocation and lifetime management.

    - Replace BUG_ON with lockdep_assert_held in uprobe_buffer functions

    [16 lines not shown]
DeltaFile
+147-34kernel/trace/trace_probe.c
+5-2kernel/trace/trace_probe.h
+3-2kernel/trace/trace_uprobe.c
+4-0Documentation/trace/eprobetrace.rst
+159-384 files

Linux/linux 4f7e890include/linux bootconfig.h, init main.c

Merge tag 'bootconfig-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull bootconfig updates from Masami Hiramatsu:

 - bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.c

   Move the xbc_snprint_cmdline() function and its buffer from
   main.c to the shared lib/bootconfig.c parser library so it
   can be reused by userspace tools.

 - render kernel.* subtree as cmdline string with -C

   Add a new -C option to print the kernel.* subtree as a flat
   command-line string at build time, allowing early parameter
   injection without runtime parsing.

* tag 'bootconfig-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tools/bootconfig: render kernel.* subtree as cmdline string with -C
  bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.c
DeltaFile
+52-8tools/bootconfig/main.c
+56-0lib/bootconfig.c
+0-45init/main.c
+3-0include/linux/bootconfig.h
+111-534 files

FreeNAS/freenas 0a2c6b2

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files

FreeNAS/freenas 879d6aasrc/middlewared/middlewared/plugins/audit utils.py

NAS-141412 / 27.0.0-BETA.1 / audit: serialize truenas_verify baseline against /usr race (#19143)

setup_truenas_verify generates the as-installed truenas_verify baseline
by reading the entire rootfs. It runs as a first-boot system.ready
handler, concurrently with boot.update_initramfs (another system.ready
agent), which overlays a read-only functioning-dpkg sysext on /usr for
the duration of its truenas-initrd.py rebuild.

When the baseline read hits /usr while that overlay is mounted, it
captures the overlay's dpkg files instead of the installed ones,
producing spurious discrepancies (e.g. '/usr/bin/dpkg: got mode 0o755,
expected: 644', '/usr/local/bin/dpkg: incorrect file type.') and a
non-clean install log.

Wrap the do_verify call in rootfs_protection_lock() so it can't overlap
the sysext rebuild. Only caller is audit's
run_in_thread(setup_truenas_verify), so the blocking flock stays off the
event loop, and do_verify never calls back into middleware, so there is
no deadlock.
DeltaFile
+9-1src/middlewared/middlewared/plugins/audit/utils.py
+9-11 files

LLVM/project 8b68596llvm/lib/Target/SPIRV SPIRVModuleAnalysis.cpp, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_memory_access_aliasing alias-domain-order.ll alias-load-store.ll

[SPIR-V] Order alias-decl instructions so definitions precede uses (#203699)

The SPV_INTEL_memory_access_aliasing decl instructions are built at the
insertion point of the memory operation being selected. Because
selection is bottom-up, an alias domain shared between scopes that are
built at different memory operations could be emitted after a scope that
references it.

Sort the collected aliasing instructions by dependency tier.
DeltaFile
+25-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_memory_access_aliasing/alias-domain-order.ll
+19-0llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
+6-6llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_memory_access_aliasing/alias-load-store.ll
+6-6llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_memory_access_aliasing/alias-masked-load-store.ll
+56-124 files

LLVM/project aac4e49llvm/lib/Target/SPIRV SPIRVPrepareFunctions.cpp, llvm/test/CodeGen/SPIRV/llvm-intrinsics noalias-scope-decl.ll metadata-argument-intrinsic.ll

[SPIR-V] Don't lower metadata-argument intrinsics to functions (#203654)

llvm.experimental.noalias.scope.decl takes a metadata argument. When the
SPIR-V backend lowered unknown intrinsics to functions (AMD vendor or
--spv-allow-unknown-intrinsics), it emitted
@spirv.llvm_experimental_noalias_scope_decl(metadata ...), which fails
the verifier: "Function has metadata parameter but isn't an intrinsic".

Therefore drop llvm.experimental.noalias.scope.decl, as it has no SPIR-V
representation.
DeltaFile
+25-0llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
+22-0llvm/test/CodeGen/SPIRV/llvm-intrinsics/noalias-scope-decl.ll
+14-0llvm/test/CodeGen/SPIRV/llvm-intrinsics/metadata-argument-intrinsic.ll
+61-03 files

LLVM/project 7567d21llvm/lib/Target/SPIRV SPIRVEmitIntrinsics.cpp, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_function_pointers extractvalue-aggregate-mutated-callsite-indirect.ll

[SPIR-V] Fix verifier crash on aggregate extract into a mutated callsite (#203729)

SPIRVPrepareFunctions rewrites indirect/inline-asm callsite signatures
so aggregate params become i32 value-ids, but leaves the operands for
SPIRVEmitIntrinsics to tokenize. An aggregate-returning spv_extractv
result passed to such a call was never tokenized, so it no longer
matched the mutated callee signature, tripping the IR verifier ("Call
parameter type does not match function signature!").

Mutate the spv_extractv result to i32 when it feeds a callsite param
that was rewritten to a value-id. Real SPIR-V type is recovered from the
value attributes later during selection.

Assisted by: Claude Code
DeltaFile
+21-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_function_pointers/extractvalue-aggregate-mutated-callsite-indirect.ll
+21-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_inline_assembly/extractvalue-aggregate-mutated-callsite-asm.ll
+16-0llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
+58-03 files

FreeBSD/ports 3004047devel/git-cola Makefile

devel/git-cola: Switch to Qt6 and clean up

- Drop unneeded USE=qt
- Disable Python flavors to fix staging

PR:             295754
Approved by:    maintainer timeout
DeltaFile
+4-3devel/git-cola/Makefile
+4-31 files

FreeBSD/ports 073f3a8math/py-qats Makefile

math/py-qats: Switch to Qt6

PR:             295755
Approved by:    maintainer timeout
DeltaFile
+3-4math/py-qats/Makefile
+3-41 files

FreeBSD/ports 744f376emulators/86Box pkg-plist distinfo

emulators/86Box: Update to version 6.0

ChangeLog:      https://github.com/86Box/86Box/releases/tag/v6.0
MFH:            2026Q2
(cherry picked from commit e768647e8e471343c673bb0f555dd0ad67173ea0)
DeltaFile
+5-3emulators/86Box/pkg-plist
+3-3emulators/86Box/distinfo
+2-2emulators/86Box/Makefile
+10-83 files

LLVM/project b244676llvm/docs AMDGPUUsage.rst, llvm/lib/Target/AMDGPU AMDGPULegalizerInfo.cpp SIISelLowering.cpp

[AMDGPU] Add synthetic apertures and use them for barriers

Define what a synthetic aperture is, and adjust the barrier AS
to use this new system. This makes the barrier AS even safer to
use as now we can use all 32 bits of it without ever risking
hitting a valid address of any kind (LDS or outside LDS).
DeltaFile
+57-56llvm/test/CodeGen/AMDGPU/addrspacecast-barrier.ll
+44-5llvm/docs/AMDGPUUsage.rst
+21-23llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
+19-17llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+12-0llvm/lib/Target/AMDGPU/SIDefines.h
+9-0llvm/lib/Target/AMDGPU/AMDGPUMemoryUtils.cpp
+162-1014 files not shown
+172-10610 files

FreeBSD/ports e768647emulators/86Box pkg-plist distinfo

emulators/86Box: Update to version 6.0

ChangeLog:      https://github.com/86Box/86Box/releases/tag/v6.0
MFH:            2026Q2
DeltaFile
+5-3emulators/86Box/pkg-plist
+3-5emulators/86Box/distinfo
+2-5emulators/86Box/Makefile
+10-133 files

LLVM/project 793dcf1llvm/test/CodeGen/AArch64 zeroing-forms-frint-frecpx-fsqrt.ll sve-intrinsics-int-arith-imm.ll

[NFC][LLVM][Tests] Replace instances of @llvm.aarch64.sve.ptrue.nxv16i1(i32 31) with splat (i1 true). (#204113)

I have kept instances where the ptrue seems more relevant. For example,
when a test varies the predicate pattern, I opted to maintain ptrue(31)
for test consistency.
DeltaFile
+108-216llvm/test/CodeGen/AArch64/zeroing-forms-frint-frecpx-fsqrt.ll
+86-176llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-imm.ll
+85-175llvm/test/CodeGen/AArch64/sve-intrinsics-unpred-form.ll
+57-119llvm/test/CodeGen/AArch64/sve-unary-movprfx.ll
+48-96llvm/test/CodeGen/AArch64/zeroing-forms-counts-not.ll
+36-72llvm/test/CodeGen/AArch64/zeroing-forms-rev.ll
+420-85453 files not shown
+877-1,78359 files

LLVM/project ba4d99allvm/test/CodeGen/RISCV clmul.ll clmulr.ll, llvm/test/CodeGen/RISCV/rvv clmulh-sdnode.ll clmul-sdnode.ll

Merge upstream/main into users/mariusz-sikora-at-amd/gfx13/add-last-use-tests
DeltaFile
+38,494-84,026llvm/test/CodeGen/RISCV/rvv/clmulh-sdnode.ll
+22,388-22,086llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
+19,087-24,391llvm/test/CodeGen/RISCV/clmul.ll
+10,473-12,572llvm/test/CodeGen/RISCV/clmulr.ll
+10,281-12,374llvm/test/CodeGen/RISCV/clmulh.ll
+8,361-8,920llvm/test/CodeGen/RISCV/rvv/expandload.ll
+109,084-164,3694,877 files not shown
+510,030-386,7484,883 files

LLVM/project ff0ee6fllvm/test/CodeGen/X86 fptosi-sat-vector-512.ll fptoui-sat-vector-512.ll

[X86] Add baseline f2i vector sat tests for #199416 (#204117)
DeltaFile
+7,323-0llvm/test/CodeGen/X86/fptosi-sat-vector-512.ll
+6,132-0llvm/test/CodeGen/X86/fptoui-sat-vector-512.ll
+4,289-1,259llvm/test/CodeGen/X86/fptosi-sat-vector-128.ll
+3,840-1,215llvm/test/CodeGen/X86/fptoui-sat-vector-128.ll
+3,473-0llvm/test/CodeGen/X86/fptosi-sat-vector-256.ll
+3,004-0llvm/test/CodeGen/X86/fptoui-sat-vector-256.ll
+28,061-2,4746 files

Dreckly/dreckly 27f2139textproc/groff options.mk

groff: Disable docs and x11 by default.

Should help the CI and these features seem quite
unnecessary for dreckly's use case.
DeltaFile
+0-1textproc/groff/options.mk
+0-11 files

LLVM/project f8b41b5libcxx/include/__atomic/support c11.h

Use a CAS loop for pointer types in __cxx_atomic_fetch_{max,min} on c11.h

Clang's __c11_atomic_fetch_max/min builtins reject pointer arguments
("address argument to atomic operation must be a pointer to atomic integer
or supported floating point type"). The four __cxx_atomic_fetch_{max,min}
overloads in support/c11.h were unconditionally calling those builtins, so
std::atomic<T*>::fetch_max/min failed to compile on every Clang-based
config. support/gcc.h already had this dispatch via #if __has_builtin(...)
falling back to a CAS loop, which is why generic-gcc was passing.

Dispatch on is_pointer<_Tp>::value: pointer types use a CAS loop matching
gcc.h's body, others keep calling the builtin.

Assisted by Claude
DeltaFile
+48-8libcxx/include/__atomic/support/c11.h
+48-81 files