LLVM/project 39dba7blibcxx/include/__algorithm unwrap_range.h

[libc++] Fix module builds for `<__algorithm/unwrap_range.h>` (#179887)

3a653afd45709432181952c0ffdb53eceb0939ae removed the inclusion of
`<__utility/declval.h>` from `<__algorithm/unwrap_range.h>`. However,
`unwrap_range.h` still needs to use `std::declval`. So we should restore
the inclusion.

The building failure with Clang modules was already caught by CI.
DeltaFile
+1-0libcxx/include/__algorithm/unwrap_range.h
+1-01 files

FreeNAS/freenas a1b4e08src/middlewared/middlewared/utils/nvmet spdk.py

Use bdev_aio rather than bdev_uring for ZVOL based namespaces
DeltaFile
+6-2src/middlewared/middlewared/utils/nvmet/spdk.py
+6-21 files

LLVM/project 1ad20b9llvm/lib/Target/RISCV RISCVISelDAGToDAG.cpp RISCVInstrInfoP.td

[RISCV] Rename RISCVISD::PPACK_DH->PPAIRE_DB. NFC (#180089)

The instruction was renamed, but we hadn't renamed the ISD opcode.
DeltaFile
+6-6llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
+3-3llvm/lib/Target/RISCV/RISCVInstrInfoP.td
+1-1llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+10-103 files

LLVM/project 313d9acllvm/lib/Target/RISCV RISCVISelDAGToDAG.cpp RISCVISelLowering.cpp, llvm/test/CodeGen/RISCV rv32p.ll

[RISCV] Add wmul(u) codegen for RV32+P (#180032)

mulh tests are to make sure we continue to use mulh when only the
upper half is used.
DeltaFile
+51-1llvm/test/CodeGen/RISCV/rv32p.ll
+20-0llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
+8-3llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+79-43 files

LLVM/project 6c37aa8llvm/lib/Target/RISCV RISCVInstrInfoP.td RISCVISelLowering.cpp

[RISCV] Remove P from RISCVISD::PASUB(U)/PMULHSU/PMULHR(U)/PMULHRSU. NFC (#180064)

There's a good chance we'll want to use these for scalar too.

Drop vector type from SDTypeProfile. Remove PMULHSU since we already
have RISCVISD::MULHSU for scalars in the base ISA.
DeltaFile
+22-24llvm/lib/Target/RISCV/RISCVInstrInfoP.td
+18-18llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+40-422 files

LLVM/project 41cc71elldb/test/API/python_api/process/cancel_attach TestCancelAttach.py

Disable TestCancelAttach.py for linux -> linux remote (#180092)

This test was already disabled going from windows -> linux because it
was timing out there.

The PR: https://github.com/llvm/llvm-project/pull/179799 seems to have
exacerbated whatever this stall was, and now we're seeing it when
debugging from a linux host to a remote linux as well.

The native local host tests works correctly on all the bots that we
have, however. So I'm disabling the remote test till we can figure out
why this is problematic.
DeltaFile
+1-1lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py
+1-11 files

FreeBSD/src 7fa4ccbcontrib/mandoc main.c mdoc.7

mandoc: Vendor import of upstream at 2025-09-26

Interesting changes:
+ mandoc db: Improve case sorting, found by our very own markj
+ history: Add macros for version 8 and 10 AT&T Unix
+ linter: Warn on blank lines in man(7) like mdoc(7)
+ manuals: Improve precision, man(7) syntax table, and roff(7) specifics
+ manuals: Fix PDF/PS footer regression detailed in our PR: 289786

Approved by:    re (cperciva)
PR:             289786
MFC after:      3 days

(cherry picked from commit 59fc2b0166f71c791113379d16b8cef7039f289d)
(cherry picked from commit f763f12ed5eba2c95385dd2f93fc47a66dfa927c)
DeltaFile
+10-42contrib/mandoc/main.c
+23-12contrib/mandoc/mdoc.7
+31-4contrib/mandoc/man.options.1
+9-7contrib/mandoc/mandoc.1
+4-3contrib/mandoc/dba.c
+3-3contrib/mandoc/term_ps.c
+80-713 files not shown
+84-749 files

FreeBSD/src e261ea9contrib/mandoc roff_term.c

mandoc: Improve width calculation for GCC compat

Avoid implicitly converting a potentially negative page offset
to size_t and then back to int.  While this was not a bug and the end
result was portably correct, Alexander Ziaee@ privately reported to me
that the GCC 14 in the FreeBSD Jenkins CI felt uneasy about it.

For clarity and readability, rewrite the truncation statement
to not mix signed and unsigned types, to not use explicit casts,
and make handling of the lower and upper cutoff more similar
to each other.

Approved by:    re (cperciva)
Fixes:  6410c1b51637 (mandoc: vendor import of upstream at 2025-07-27)
MFC after:              3 days
Reported by:            ivy
Reviewed by:            ivy
Differential Revision:  https://reviews.freebsd.org/D52127


    [2 lines not shown]
DeltaFile
+3-2contrib/mandoc/roff_term.c
+3-21 files

FreeBSD/src 8039d22contrib/mandoc tbl_term.c catman.8

mandoc: Vendor import of upstream at 2025-07-27

Groff Compat Edition -- Interesting changes:
+ italics in section/subsection headers are now also bold, like groff
+ display "LOCAL" in response to invalid section numbers, like groff
+ tbl(7) rendering has been tweaked to be more like groff
+ scaling has been improved to better render poorly generated manuals
+ display "UNTITLED" in response to invalid man(7) titles, like groff
+ improve mandocd error handling of broken pipes
+ manual footers now always show NAME(SECTION) on the right, like groff

Approved by:    re (cperciva)
MFC after:      3 days

(cherry picked from commit 06410c1b51637e5e1f392d553b5008948af58014)
(cherry picked from commit a1f4ccd6c79470eb0180f4d9a012b24c267d2574)
DeltaFile
+165-122contrib/mandoc/tbl_term.c
+216-28contrib/mandoc/catman.8
+205-26contrib/mandoc/catman.c
+108-93contrib/mandoc/term.c
+148-47contrib/mandoc/roff.7
+89-62contrib/mandoc/man.7
+931-37827 files not shown
+1,368-75733 files

HardenedBSD/src fe035eesys/dev/cxgbe t4_main.c t4_sge.c, usr.bin/diff diffreg.c diff.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+41-0sys/dev/cxgbe/t4_main.c
+10-5sys/dev/cxgbe/t4_sge.c
+7-3usr.bin/diff/diffreg.c
+1-1usr.bin/diff/diff.c
+59-94 files

HardenedBSD/src 890a7b3bin/sh sh.1, contrib/spleen spleen-32x64.bdf spleen-16x32.bdf

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+703-64contrib/spleen/spleen-32x64.bdf
+371-20contrib/spleen/spleen-16x32.bdf
+337-27contrib/spleen/spleen-12x24.bdf
+163-161sys/dev/sym/sym_hipd.c
+213-6contrib/spleen/spleen-8x16.bdf
+183-10bin/sh/sh.1
+1,970-28859 files not shown
+2,335-50365 files

HardenedBSD/ports 332e771devel/py-nvidia-ml-py Makefile, devel/yaml-cpp Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+35-40games/minecraft-server/pkg-plist
+25-0sysutils/py-nvitop/Makefile
+14-10devel/yaml-cpp/files/patch-CMakeLists.txt
+21-0devel/py-nvidia-ml-py/Makefile
+6-6devel/yaml-cpp/Makefile
+10-2www/angie/Makefile
+111-5852 files not shown
+233-13558 files

LLVM/project b4a32dbclang/lib/Analysis UnsafeBufferUsage.cpp

[NFC][Clang][unsafe-buffer-usage] Simplify isPtrBufferSafe with helper. (#178768)

Also change parameter type to a reference since it's assumed to be
nonnull.
DeltaFile
+45-52clang/lib/Analysis/UnsafeBufferUsage.cpp
+45-521 files

LLVM/project d005cb2llvm/include/llvm/TargetParser AVRTargetParser.h Triple.h, llvm/lib/TargetParser AVRTargetParser.cpp

[llvm-objdump][AVR] Detect AVR architecture from ELF flags for disassembling (#174731)

This PR updates llvm-objdump to detect the specific AVR architecture
from the ELF header flags when no specific CPU is provided.

Fixes: #146451

---------

Signed-off-by: RuoyuQiu <cabbaken at outlook.com>
Signed-off-by: Ruoyu Qiu <cabbaken at outlook.com>
Co-authored-by: qiuruoyu <qiuruoyu at hygon.cn>
DeltaFile
+55-0llvm/test/tools/llvm-objdump/ELF/AVR/mattr.test
+50-0llvm/lib/TargetParser/AVRTargetParser.cpp
+30-0llvm/include/llvm/TargetParser/AVRTargetParser.h
+16-0llvm/tools/llvm-objdump/llvm-objdump.cpp
+2-0llvm/include/llvm/TargetParser/Triple.h
+2-0llvm/test/tools/llvm-objdump/ELF/AVR/lit.local.cfg
+155-01 files not shown
+156-07 files

FreeBSD/doc bcee436website/content/en/releng _index.adoc

14.4: Add to code freeze table

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+1-0website/content/en/releng/_index.adoc
+1-01 files

LLVM/project 5090843.github/workflows commit-access-review.py

Try to optimize
DeltaFile
+37-3.github/workflows/commit-access-review.py
+37-31 files

LLVM/project 6d53558llvm/utils/gn/secondary/llvm/lib/Target/X86 BUILD.gn

[gn build] Port eb9e98f62e0c
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn
+1-01 files

FreeBSD/src d720738usr.sbin/cxgbetool cxgbetool.8

cxgbetool.8: Fix some minor mechanical issues

+ Tag SPDX
+ Macros should not appear in titles, write a hopefully better title
+ Nm needs to be on it's own line in SYNOPSIS, fold it so this page
  does not appear in unrelated search results (test case `apropos fw`)
+ Remove Ns's that do nothing and generate linter errors
+ Move list initializers to where they render, correcting linter errors

Unresolved:
This page produces an error when rendered due to the macros table.
I don't know how to fix that yet, but I'm interested in learning!

Reviewed by:            mhorne
Approved by:            mhorne (mentor)
Differential Revision:  https://reviews.freebsd.org/D50320

(cherry picked from commit 8f25fac9ce2339ab5599e3af0ef7c6a1ea098aab)
DeltaFile
+103-74usr.sbin/cxgbetool/cxgbetool.8
+103-741 files

LLVM/project c3db527llvm/lib/MC MCWasmStreamer.cpp, llvm/lib/Target/WebAssembly WebAssemblyAsmPrinter.cpp

[MC][Wasm] Emit useful error message when encountering common symbols (#179586)

We don't currently support common symbols for Wasm, and we currently
emit a generic error with a backtrace. Instead, don't crash, and report
the names of the offending symbols.
DeltaFile
+8-2llvm/lib/MC/MCWasmStreamer.cpp
+7-0llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
+6-0llvm/test/MC/WebAssembly/common-error.s
+6-0llvm/test/CodeGen/WebAssembly/common-error.ll
+27-24 files

FreeBSD/src fe2e293usr.bin/top top.1

top.1: Fix incorrect default value for -s option

The default delay between screen updates was incorrectly transfered
from roff(7) register that was used in previous version of man page.

Reviewed by:            ziaee
Fixes:                  9d6cce02a78c (initial pass to freebsdize)
Differential Revision:  https://reviews.freebsd.org/D51503

(cherry picked from commit 6a41fd466701db71da443e1b87b31d463d99d056)
DeltaFile
+1-1usr.bin/top/top.1
+1-11 files

FreeBSD/src 42bbc08usr.sbin/efitable efitable.8

efitable.8: Nits

+ tag spdx
+ uncapitalize beginning of Nd, these should not be capitalized
+ add bars to show that long options XOR short options
+ remove stray paragraph marker for linter complaints

(cherry picked from commit 65e8951711934cbb2fa1d0d836705c59770039c0)
DeltaFile
+6-5usr.sbin/efitable/efitable.8
+6-51 files

FreeBSD/src 33cc749usr.sbin/watch watch.8

watch.8: Align option list

(cherry picked from commit 9187f64a74698736a5686971b3cfbcb226cb098c)
DeltaFile
+1-1usr.sbin/watch/watch.8
+1-11 files

FreeBSD/ports d11b26bmail/py-postfix-mta-sts-resolver Makefile distinfo

mail/py-postfix-mta-sts-resolver: Update to 1.5.1

- switch to use 'USE_PYTHON=pep517'
- fix build error on Python 3.12[*] and confirmed on 3.13 and 3.14

PR:             292851 [*]
Reported by:    portscout, Mike Andrews <mandrews at bit0.com> [*]
ChangeLogs:     https://github.com/Snawoot/postfix-mta-sts-resolver/compare/v1.4.0...v1.5.1
Approved by:    hrs (mentor, blanket)
DeltaFile
+4-4mail/py-postfix-mta-sts-resolver/Makefile
+3-3mail/py-postfix-mta-sts-resolver/distinfo
+7-72 files

HardenedBSD/ports d11b26bmail/py-postfix-mta-sts-resolver Makefile distinfo

mail/py-postfix-mta-sts-resolver: Update to 1.5.1

- switch to use 'USE_PYTHON=pep517'
- fix build error on Python 3.12[*] and confirmed on 3.13 and 3.14

PR:             292851 [*]
Reported by:    portscout, Mike Andrews <mandrews at bit0.com> [*]
ChangeLogs:     https://github.com/Snawoot/postfix-mta-sts-resolver/compare/v1.4.0...v1.5.1
Approved by:    hrs (mentor, blanket)
DeltaFile
+4-4mail/py-postfix-mta-sts-resolver/Makefile
+3-3mail/py-postfix-mta-sts-resolver/distinfo
+7-72 files

LLVM/project 2302355clang/unittests/Analysis/FlowSensitive UncheckedStatusOrAccessModelTestFixture.cpp

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+483-0clang/unittests/Analysis/FlowSensitive/UncheckedStatusOrAccessModelTestFixture.cpp
+483-01 files

LLVM/project 1d3f347clang/unittests/Analysis/FlowSensitive UncheckedStatusOrAccessModelTestFixture.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+532-0clang/unittests/Analysis/FlowSensitive/UncheckedStatusOrAccessModelTestFixture.cpp
+532-01 files

LLVM/project b03496a.github/workflows commit-access-review.py

More debug
DeltaFile
+2-0.github/workflows/commit-access-review.py
+2-01 files

FreeBSD/src 9b5fbeebin/uuidgen uuidgen.1

uuidgen.1: Correct SYNOPSIS, alphabetize options

Group options that can be used together accordingly in SYNOPSIS.
While here, tag SPDX and fix a parenthetical typo in EXAMPLES.

MFC after:      3 days

(cherry picked from commit abed9ab6eaad625ab9059d9799694876a4ae5b07)
DeltaFile
+9-8bin/uuidgen/uuidgen.1
+9-81 files

FreeBSD/src e300952bin/uuidgen uuidgen.1

uuidgen(1): Add EXAMPLES to manual page

Approved by:            manpages@ (gbe@)
Reviewed by:            gbe@, pauamma
Differential Revision:  https://reviews.freebsd.org/D43494

(cherry picked from commit 6e74b603fc021761c0a20e08f58b674f45ad5f04)
DeltaFile
+24-0bin/uuidgen/uuidgen.1
+24-01 files

FreeBSD/src 090fd9fusr.sbin/adduser rmuser.sh

rmuser.sh: Improve prompt consistency with adduser

While here, improve userlist error message.

PR:                     289399
MFC after:              3 days
Reviewed by:            kbowling, rgrimes
Approved by:            kbowling, rgrimes (src)
Reported by:            michaeldexter, rgrimes
Differential Revision:  https://reviews.freebsd.org/D52464

(cherry picked from commit fc68f8aac623b5494484adfa41ac600415609870)
DeltaFile
+3-3usr.sbin/adduser/rmuser.sh
+3-31 files