FreeBSD/ports 74b6734science/py-ncrystal Makefile

science/py-ncrystal: Broken on 14/i386

Reported by:    fallout

(cherry picked from commit 7a08aad380078c92683b58495d30f048b73afe0c)
DeltaFile
+7-1science/py-ncrystal/Makefile
+7-11 files

FreeBSD/ports 991c35bscience/atompaw Makefile

science/atompaw: Broken on aarch64

Reported by:    fallout

(cherry picked from commit 0a1c1843be31c6372b4da5802c9f59eca8d3a04f)
DeltaFile
+2-0science/atompaw/Makefile
+2-01 files

FreeBSD/ports 7a08aadscience/py-ncrystal Makefile

science/py-ncrystal: Broken on 14/i386

Reported by:    fallout
DeltaFile
+7-1science/py-ncrystal/Makefile
+7-11 files

FreeBSD/ports 0a1c184science/atompaw Makefile

science/atompaw: Broken on aarch64

Reported by:    fallout
DeltaFile
+2-0science/atompaw/Makefile
+2-01 files

LLVM/project c35bdc9lldb/bindings/python python-wrapper.swig, lldb/examples/python/templates scripted_command.py

[lldb/script] Migrate ParsedCommand & raw commands onto ScriptedPythonInterface (#210430)

Give both `command script add -c` (raw class) and `-p` (ParsedCommand) a
single, shared
`ScriptedCommandInterface`/`ScriptedCommandPythonInterface`, built on
the existing `ScriptedPythonInterface` machinery: `CreatePluginObject`
delegates to the base template, and every other method goes through
`Dispatch`.

Add a lighter `ScriptedCommand` ABC template (`scripted_command.py`) for
raw mode; the existing `ParsedCommand`/`LLDBOptionValueParser` classes
are kept as-is.

Extend `ScriptedPythonInterface` with a few `Transform` overloads
(`DebuggerSP`, `std::vector<std::string>`, `CommandReturnObject &`) so
those argument types route through `Dispatch` without extra plumbing.

Delete the standalone SWIG bridge functions this plugin was the sole
caller of. `CommandObjectScriptingObjectRaw` and

    [6 lines not shown]
DeltaFile
+8-498lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
+248-0lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedCommandPythonInterface.cpp
+90-114lldb/source/Commands/CommandObjectCommands.cpp
+26-158lldb/bindings/python/python-wrapper.swig
+10-78lldb/include/lldb/Interpreter/ScriptInterpreter.h
+86-0lldb/examples/python/templates/scripted_command.py
+468-84819 files not shown
+819-99625 files

NetBSD/pkgsrc-wip 5678be2sayonara Makefile distinfo, sayonara/patches patch-src_Gui_Plugins_Engine_GUI__LevelPainter.cpp

sayonara: update to 1.12.0_stable1
DeltaFile
+0-18sayonara/patches/patch-src_Gui_Plugins_Engine_GUI__LevelPainter.cpp
+3-4sayonara/distinfo
+2-2sayonara/Makefile
+5-243 files

NetBSD/src qutuBGHcrypto/external/bsd/openssh Makefile.inc

   there there, don't have a there there, man.  (fix a comment.)
VersionDeltaFile
1.21+2-2crypto/external/bsd/openssh/Makefile.inc
+2-21 files

NetBSD/pkgsrc APOziPodoc CHANGES-2026

   doc: Updated devel/chrono-date to 3.0.5
VersionDeltaFile
1.4816+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9KeOnLVdevel/chrono-date Makefile distinfo, devel/chrono-date/patches patch-CMakeLists.txt

   chrono-date: update to 3.0.5

   * What's Changed
   Don't fail on nearly blank lines by @HazardyKnusperkeks in #882
   Port ptz.h to C++20 by @HowardHinnant in 0a1b72b
   compatible for c++11 but GCC < by @aengusjiang in 229c687
   Fix parse of sys_time with supplied offset, but no offset parse by @HowardHinnant in e32a0d8
   fix: OPERATOR_LITERAL Wdeprecated-literal-operator by @botanegg in #890
   Bring leap_second up to spec by @HowardHinnant in b2e917c
   get_version - Allow for NVRO by @greateggsgreg in #905
   Prevent overflow when using 32 bit minutes by @HowardHinnant in 1a70f8c
   fix: add quotes to all std::system invocations in tz by @L0PiTaL in #909
   Update iso_week to use closest Thursday algorithm by @HowardHinnant in 7875f43
   Update remote_version to new website by @HowardHinnant in 179a6b9
VersionDeltaFile
1.2+13-2devel/chrono-date/patches/patch-CMakeLists.txt
1.2+5-5devel/chrono-date/distinfo
1.3+3-4devel/chrono-date/Makefile
+21-113 files

NetBSD/pkgsrc-wip a3473edzoneminder Makefile

zoneminder: add a warning that the mysql option is troubled

(There are no users, per a query on pkgsrc-users@.)
DeltaFile
+3-0zoneminder/Makefile
+3-01 files

FreeBSD/src 434283fcddl/lib/libdtrace mkpriv, cddl/usr.sbin/dwatch/libexec slow lock

dwatch: add nine diagnostic modules; grow errno, io, proc, sched

Grow the module collection to answer, each with a single command, the
first questions asked when diagnosing a sick system: why is my
application stalling, where is the kernel fighting over locks, what
file could it not find, why is this process getting EPERM, what killed
my process, will that fatal signal actually leave a core behind, what
was my process stuck on, where is my kernel memory going, who is
creating or entering jails, is the network slow because TCP is
resending, how long did my thread wait to run, and is the disk itself
slow.  Every module keeps to the house style: invocation-name
overloading through hard links, predicate-only D with inline lookup
tables (no if-statements), and stable providers only (syscall, proc,
sched, io, dtmalloc, and the lockstat, vfs, priv, and mib SDT
providers), so the modules remain drop-in compatible with older
releases (the one documented exception is noted below).  No kernel
changes: new and extended profiles under cddl/usr.sbin/dwatch/libexec
plus one libdtrace inline table (priv.d).


    [129 lines not shown]
DeltaFile
+210-0cddl/usr.sbin/dwatch/libexec/coredump
+174-0cddl/usr.sbin/dwatch/libexec/hang
+146-0cddl/usr.sbin/dwatch/libexec/dtmalloc
+136-0cddl/usr.sbin/dwatch/libexec/lock
+131-0cddl/usr.sbin/dwatch/libexec/slow
+119-0cddl/lib/libdtrace/mkpriv
+916-011 files not shown
+1,544-1317 files

LLVM/project 32f6fe7.github/workflows release-sources.yml

Debug
DeltaFile
+3-0.github/workflows/release-sources.yml
+3-01 files

FreeBSD/src 9540981sys/dev/nvme nvme_private.h nvme_ctrlr.c

nvme: Add quirk for broken namespace-change log

Add a QUIRK_EMPTY_NAMESPACE_CHANGED_LOG quirk which indicates that the
nvme controller may not properly populate the namespace-changed log
page.  If we receive a NVME_LOG_CHANGED_NAMESPACE page for a device
with this quirk and the page is empty, probe all of the namespaces
rather than none of them.

Reviewed by:    imp
MFC after:      1 week
Sponsored by:   Amazon
Differential Revision:  https://reviews.freebsd.org/D58231
DeltaFile
+5-0sys/dev/nvme/nvme_ctrlr.c
+1-0sys/dev/nvme/nvme_private.h
+6-02 files

FreeBSD/src 14f5fd2sys/dev/nvme nvme_pci.c

nvme: Add quirk for Amazon EBS NVMe Controller

This controller exhibits QUIRK_EMPTY_NAMESPACE_CHANGED_LOG behaviour.

A bug report has been filed with the vendor.

Reviewed by:    imp
MFC after:      1 week
Sponsored by:   Amazon
Differential Revision:  https://reviews.freebsd.org/D58232
DeltaFile
+2-0sys/dev/nvme/nvme_pci.c
+2-01 files

FreeBSD/src 4068f3bsys/cam/nvme nvme_da.c

nda: Don't sleep with non-sleepable lock held

We reach ndaasync with the CAM device lock held, so we must pass
M_NOWAIT to disk_* rather than M_WAITOK.

Reviewed by:    imp
Fixes:  628d7a3270b6 ("nda: AC_GETDEV_CHANGED calls media chanaged for sectorsize change")
MFC after:      1 week
Sponsored by:   Amazon
Differential Revision:  https://reviews.freebsd.org/D58230
DeltaFile
+2-2sys/cam/nvme/nvme_da.c
+2-21 files

LLVM/project 6d1ace5libc/src/__support/CPP type_traits.h CMakeLists.txt, libc/src/__support/macros attributes.h

Revert "[libc] Implement cpp::unique_ptr utility" (#212644)

Reverts efe202c769aa2cc772d50bed87af30199bb6b239 and
83dfacdbda1a8b87c1f170ec6ce4e240e1fa79db.

Reverts #212629 and #206701.
DeltaFile
+0-214libc/test/src/__support/CPP/unique_ptr_test.cpp
+0-207libc/src/__support/CPP/unique_ptr.h
+6-16libc/test/src/__support/CPP/CMakeLists.txt
+0-16libc/src/__support/macros/attributes.h
+0-12libc/src/__support/CPP/CMakeLists.txt
+1-7libc/src/__support/CPP/type_traits.h
+7-4722 files not shown
+8-4808 files

LLVM/project f422751.github/workflows release-sources.yml

Debug
DeltaFile
+1-1.github/workflows/release-sources.yml
+1-11 files

LLVM/project 2884c37.github/workflows release-sources.yml

Revert "XXX: debug"

This reverts commit 3e97ecced3b14b9427fcfe0547a39aa108ff53cd.
DeltaFile
+3-0.github/workflows/release-sources.yml
+3-01 files

LLVM/project 4361bc9flang/test/Parser acc-unparse.f90, flang/test/Semantics/OpenACC acc-loop.f90

[flang][openacc] Allow blank around ':' in generated clause parser with keyword (#212638)

Follow up to https://github.com/llvm/llvm-project/pull/210446 to also
allow the space in the parser generated by TableGen.
DeltaFile
+13-1flang/test/Parser/acc-unparse.f90
+1-1llvm/utils/TableGen/Basic/DirectiveEmitter.cpp
+1-1flang/test/Semantics/OpenACC/acc-loop.f90
+15-33 files

NetBSD/pkgsrc-wip eeff4eezoneminder distinfo PLIST, zoneminder/patches patch-web_includes_database.php

zoneminder: Multiple minor but crucial fixes

  - Upstream provides some default files that were not previously
    installed.  Install them.
  - Work around zm searching for rm and finding it in tools wrappers.
  - Work around zm having the cgibin path coded as a PATH, which it
    really isn't, by adding a leading /.
  - Patch php database access to use php-pdo_mysql when ZM_DB_TYPE is
    MariaDB.  (PHP has one wrapper for mysql/MariaDB, and perl has
    separate ones.)
DeltaFile
+23-0zoneminder/patches/patch-web_includes_database.php
+14-2zoneminder/Makefile
+3-0zoneminder/PLIST
+1-0zoneminder/distinfo
+41-24 files

LLVM/project 8af8162compiler-rt/lib/builtins comparetf2.cpp, libc/shared/builtins unordtf2.h letf2.h

[compiler-rt][builtins] libc-backed quad-float comparison builtins
DeltaFile
+49-0compiler-rt/lib/builtins/comparetf2.cpp
+36-0libc/src/__support/builtins/unordtf2.h
+36-0libc/src/__support/builtins/getf2.h
+36-0libc/src/__support/builtins/letf2.h
+35-0libc/shared/builtins/unordtf2.h
+35-0libc/shared/builtins/letf2.h
+227-06 files not shown
+321-012 files

LLVM/project 982e6c1libc/test/shared shared_builtins_test.cpp

[compiler-rt][builtins] libc-backed double-float comparison builtins
DeltaFile
+2-0libc/test/shared/shared_builtins_test.cpp
+2-01 files

LLVM/project 652ddf7compiler-rt/lib/builtins comparedf2.cpp, libc/shared/builtins unorddf2.h ledf2.h

[compiler-rt][builtins] libc-backed double-float comparison builtins
DeltaFile
+54-0compiler-rt/lib/builtins/comparedf2.cpp
+30-0libc/src/__support/builtins/gedf2.h
+30-0libc/src/__support/builtins/ledf2.h
+30-0libc/src/__support/builtins/unorddf2.h
+29-0libc/shared/builtins/unorddf2.h
+29-0libc/shared/builtins/ledf2.h
+202-06 files not shown
+280-012 files

LLVM/project 577afa7compiler-rt/lib/builtins comparesf2.cpp, libc/shared/builtins unordsf2.h lesf2.h

[compiler-rt][builtins] libc-backed single-float comparison builtins
DeltaFile
+54-0compiler-rt/lib/builtins/comparesf2.cpp
+30-0libc/src/__support/builtins/lesf2.h
+30-0libc/src/__support/builtins/gesf2.h
+30-0libc/src/__support/builtins/unordsf2.h
+29-0libc/shared/builtins/unordsf2.h
+29-0libc/shared/builtins/lesf2.h
+202-06 files not shown
+282-012 files

LLVM/project 437bd2elibc/src/__support/builtins cmp_helper.h

fix format
DeltaFile
+2-2libc/src/__support/builtins/cmp_helper.h
+2-21 files

LLVM/project 2a58643utils/bazel/llvm-project-overlay/libc BUILD.bazel

[Bazel] Fixes efe202c (#212637)

This fixes efe202c769aa2cc772d50bed87af30199bb6b239 (#212629).

Buildkite error link:
https://buildkite.com/llvm-project/upstream-bazel/builds?commit=efe202c769aa2cc772d50bed87af30199bb6b239

Co-authored-by: Google Bazel Bot <google-bazel-bot at google.com>
DeltaFile
+1-0utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+1-01 files

FreeBSD/ports decf64cgraphics Makefile, graphics/virtio-gpu-qemu-kmod distinfo pkg-descr

graphics/virtio_gpu_qemu-kmod: New port - virtio gpu driver for UTMapp/qemu

virtio_gpu_qemu enables a virtual machine running under UTMapp/qemu,
which is configured using virtio for the GPU to run a graphical user
interface through X server.

MFH:            2026Q3
(cherry picked from commit 6b825bb84ccd0d0aee943776c21e250a6bf35c23)
DeltaFile
+42-0graphics/virtio-gpu-qemu-kmod/files/pkg-message.in
+31-0graphics/virtio-gpu-qemu-kmod/Makefile
+12-0graphics/virtio-gpu-qemu-kmod/pkg-descr
+3-0graphics/virtio-gpu-qemu-kmod/distinfo
+1-0graphics/Makefile
+89-05 files

FreeBSD/ports 6b825bbgraphics Makefile, graphics/virtio-gpu-qemu-kmod distinfo pkg-descr

graphics/virtio_gpu_qemu-kmod: New port - virtio gpu driver for UTMapp/qemu

virtio_gpu_qemu enables a virtual machine running under UTMapp/qemu,
which is configured using virtio for the GPU to run a graphical user
interface through X server.

MFH:            2026Q3
DeltaFile
+42-0graphics/virtio-gpu-qemu-kmod/files/pkg-message.in
+31-0graphics/virtio-gpu-qemu-kmod/Makefile
+12-0graphics/virtio-gpu-qemu-kmod/pkg-descr
+3-0graphics/virtio-gpu-qemu-kmod/distinfo
+1-0graphics/Makefile
+89-05 files

LLVM/project f006d56clang/docs LanguageExtensions.md, clang/include/clang/AST Expr.h

[clang] Add __builtin_convert_from_arbitrary_fp

Expose llvm.convert.from.arbitrary.fp as a target-independent builtin. It
interprets an integer as the bits of a narrow floating-point format and
converts it to a supported floating-point type.

Since the destination cannot be inferred from the operands, it is provided as
a type argument and parsed using a dedicated expression, following
__builtin_convertvector.

Sema requires an ordinary string literal naming a verifier-valid arbitrary
floating-point format. The source must be an integer of the corresponding bit
width, with signedness ignored. Fixed-length vectors are supported when source
and destination element counts match.

Destination elements are restricted to IEEE half, bfloat16, IEEE single, and
IEEE double semantics. x87 extended, PPC double-double, IEEE quad, __mfp8, and
sizeless vector destinations are rejected because existing intrinsic lowering
does not safely support them.

    [6 lines not shown]
DeltaFile
+194-0clang/test/CodeGen/builtins-convert-from-arbitrary-fp.c
+114-0clang/lib/Sema/SemaChecking.cpp
+89-0clang/test/Sema/builtins-convert-from-arbitrary-fp.c
+66-0clang/include/clang/AST/Expr.h
+60-0clang/test/SemaCXX/builtins-convert-from-arbitrary-fp.cpp
+55-0clang/docs/LanguageExtensions.md
+578-034 files not shown
+889-040 files

LLVM/project c617115llvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp

Delete stale code

Change-Id: I17d9a3e0db85f4f25c70099e9225340c1bd07eaa
DeltaFile
+2-11llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+2-111 files