LLVM/project cf904cfclang/lib/Sema SemaExprCXX.cpp

sigh, clang-format
DeltaFile
+2-1clang/lib/Sema/SemaExprCXX.cpp
+2-11 files

LLVM/project 01bf547clang/include/clang/Basic DiagnosticSemaKinds.td, clang/lib/Sema SemaExprCXX.cpp

Improved MSVC diagnostics, fixed some bugs identifier by (sigh) claude.

LLM usage:
     Depressingly claude actually did something right:
     - Identified align_val_t being cached alongside size_t was likely
       unsound, which was easy enough to create a test for.
     - It also noted that tryBuildStdTypeIdentity could be reentrant,
       and was able to construct a test case when i could not. That is
       now test #5 in type-aware-new-invalid-type-identity.cpp.
       An invalid type_identity defined as:
       ```cpp
       template <class T> struct type_identity {
         using type = decltype(new T);
       };
       ```
       triggers re-entrant evaluation of getTypeIdentityArgument
       invalidating the insertion slot.
DeltaFile
+27-26clang/lib/Sema/SemaExprCXX.cpp
+32-0clang/test/SemaCXX/type-aware-new-invalid-alignvalt-cache.cpp
+18-8clang/test/SemaCXX/type-aware-new-invalid-type-identity.cpp
+3-2clang/test/SemaCXX/microsoft-new-array-fallback.cpp
+3-2clang/include/clang/Basic/DiagnosticSemaKinds.td
+83-385 files

FreeBSD/ports e861c48mail/py-resend Makefile distinfo

mail/py-resend: Update to 2.35.0

Changelog: https://github.com/resend/resend-python/releases/tag/v2.35.0

Reported by:    portscout
DeltaFile
+3-3mail/py-resend/distinfo
+1-1mail/py-resend/Makefile
+4-42 files

FreeBSD/ports 532ded1cad/py-cocotb Makefile

cad/py-cocotb: Broken on 14/i386

Reported by:    fallout

(cherry picked from commit 2bef0523f46310c0c706b68921c68966a878c712)
DeltaFile
+7-1cad/py-cocotb/Makefile
+7-11 files

FreeBSD/ports 2bef052cad/py-cocotb Makefile

cad/py-cocotb: Broken on 14/i386

Reported by:    fallout
DeltaFile
+7-1cad/py-cocotb/Makefile
+7-11 files

LLVM/project 3093cafclang/include/clang/Basic DiagnosticSemaKinds.td, clang/lib/Sema SemaExprCXX.cpp

Improved MSVC diagnostics, fixed some bugs identifier by (sigh) claude.

LLM usage:
     Depressingly claude actually did something right:
     - Identified align_val_t being cached alongside size_t was likely
       unsound, which was easy enough to create a test for.
     - It also noted that tryBuildStdTypeIdentity could be reentrant,
       and was able to construct a test case when i could not. That is
       now test #5 in type-aware-new-invalid-type-identity.cpp.
       An invalid type_identity defined as:
       ```cpp
       template <class T> struct type_identity {
         using type = decltype(new T);
       };
       ```
       triggers re-entrant evaluation of getTypeIdentityArgument
       invalidating the insertion slot.
DeltaFile
+27-26clang/lib/Sema/SemaExprCXX.cpp
+18-8clang/test/SemaCXX/type-aware-new-invalid-type-identity.cpp
+25-0clang/test/SemaCXX/type-aware-new-invalid-alignvalt-cache.cpp
+3-2clang/test/SemaCXX/microsoft-new-array-fallback.cpp
+3-2clang/include/clang/Basic/DiagnosticSemaKinds.td
+76-385 files

LLVM/project 6e44afabolt/include/bolt/Utils NameResolver.h

Don't use ADT convenience xxh3_128bits variant
DeltaFile
+1-1bolt/include/bolt/Utils/NameResolver.h
+1-11 files

FreeBSD/ports 09d4e7amisc/ollama Makefile distinfo

misc/ollama: update 0.32.4 → 0.32.5
DeltaFile
+15-15misc/ollama/distinfo
+1-1misc/ollama/Makefile
+16-162 files

FreeBSD/ports 3478a2fmath/py-pytanque/files patch-include_pa_exprs.h

math/py-pytanque: Fix build on 16

... by patching no longer valid C++ code.

Reported by:    fallout

(cherry picked from commit 3a377391af47a9e4e4e91a1b81bc84f3e40c7945)
DeltaFile
+24-0math/py-pytanque/files/patch-include_pa_exprs.h
+24-01 files

LLVM/project f1ba92alldb/source/Plugins/ScriptInterpreter/Python/Interfaces ScriptedCommandPythonInterface.cpp

[lldb] Include `Debugger.h` in `ScriptedCommandPythonInterface.cpp` (NFC) (#212662)

Commit c35bdc99a36b passes a `lldb::DebuggerSP` to the
`ScriptedPythonInterface` base template, whose `Transform` overload is
constrained on `std::is_base_of_v` and so needs `Debugger` to be
complete. This patch includes `lldb/Core/Debugger.h` since the
translation unit only saw the forward declaration.

Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
DeltaFile
+1-0lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedCommandPythonInterface.cpp
+1-01 files

FreeBSD/ports 3a37739math/py-pytanque/files patch-include_pa_exprs.h

math/py-pytanque: Fix build on 16

... by patching no longer valid C++ code.

Reported by:    fallout
DeltaFile
+24-0math/py-pytanque/files/patch-include_pa_exprs.h
+24-01 files

LLVM/project a13822fcompiler-rt/lib/builtins subtf3.cpp, libc/shared/builtins negsf2.h negdf2.h

[compiler-rt][builtins] add libc-backed arithmetic builtins (#207092)

Add libc-backed arithmetic builtins 


Depends on #197950

Part of #197824
DeltaFile
+19-19libc/test/shared/shared_builtins_test.cpp
+37-0libc/src/__support/builtins/negdf2.h
+37-0libc/src/__support/builtins/negsf2.h
+29-0libc/shared/builtins/negsf2.h
+29-0libc/shared/builtins/negdf2.h
+24-0compiler-rt/lib/builtins/subtf3.cpp
+175-1920 files not shown
+500-2626 files

FreeBSD/src 3afa262share/man/man4 mt7921.4

mt76: mt7921: update man page

Adjust the man page to what other LinuxKPI wlan man pages say and look
like as it has been a while since I wrote it.  The man page is not yet
hooked up to the build on purpose as the driver is not yet enabled in
the tree.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Reviewed by:    ziaee (earlier version)
Differential Revision: https://reviews.freebsd.org/D58479
DeltaFile
+25-39share/man/man4/mt7921.4
+25-391 files

FreeBSD/src e738164release/scripts make-pkg-package.sh

make-pkg-package.sh: Fix build for pkg 2.8.0

We used to pass CONFIGURE_ARGS to the make command which builds pkg,
but ports/ports-mgmt/pkg/Makefile has its own CONFIGURE_ARGS and the
version we were providing at the command line didn't contain the
--mandir setting which was added to the port with pkg 2.8.0.  This
broke release builds.

Instead of passing --prefix=${LOCALBASE} via CONFIGURE_ARGS, pass
PREFIX=${LOCALBASE}; the port Makefile passes that value through to
its configure script.  We also used to pass a --host parameter, but
that seems to have become unnecessary at some point in the past decade.

MFC after:      1 day
Sponsored by:   Amazon

(cherry picked from commit 8d92f32ae011719b322b9943d01529cebef741f0)
DeltaFile
+1-1release/scripts/make-pkg-package.sh
+1-11 files

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