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

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

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

FreeBSD/src f763f12contrib/mandoc main.c man.options.1

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

PR:             289786
MFC after:      3 days

(cherry picked from commit 59fc2b0166f71c791113379d16b8cef7039f289d)
DeltaFile
+10-42contrib/mandoc/main.c
+31-4contrib/mandoc/man.options.1
+23-12contrib/mandoc/mdoc.7
+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 0d066d2contrib/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.

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

(cherry picked from commit 93bc3d83a11a1dbebd264616d63af3dd32cc1c8c)
DeltaFile
+3-2contrib/mandoc/roff_term.c
+3-21 files

LLVM/project eb9e98fllvm/lib/Target/X86 X86CleanupLocalDynamicTLS.cpp X86InstrInfo.cpp

[NewPM] Port x86-cleanup-local-dynamic-tls (#179864)

Port x86-cleanup-local-dynamic-tls to the new pass manager.
I moved LDTLSCleanup to a new
llvm/lib/Target/X86/X86CleanupLocalDynamicTLS.cpp file and renamed it to
X86CleanupLocalDynamicTLSPass. Then I renamed the legacy pass, and
adding a NewPM wrapper around the impl.

No test coverage added for now as there are no MIR->MIR tests exercising
this pass and we do not have enough ported to run any end to end tests.
DeltaFile
+165-0llvm/lib/Target/X86/X86CleanupLocalDynamicTLS.cpp
+0-113llvm/lib/Target/X86/X86InstrInfo.cpp
+9-1llvm/lib/Target/X86/X86.h
+1-2llvm/lib/Target/X86/X86CodeGenPassBuilder.cpp
+1-1llvm/lib/Target/X86/X86PassRegistry.def
+1-1llvm/lib/Target/X86/X86TargetMachine.cpp
+177-1182 files not shown
+179-1188 files

FreeBSD/src a1f4ccdcontrib/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

MFC after:      3 days

(cherry picked from commit 06410c1b51637e5e1f392d553b5008948af58014)
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

FreeBSD/src a8ac0e6share/man/man4 mmcsd.4

mmcsd.4: s/DESCRIPTION/HARDWARE + HISTORY + SPDX

This manual only describes a tiny amount suitable for the HW Relnotes.
Remove the description section and replace it with a hardware section
which will appear there.

MFC after:      3 minutes
Reported by:    ivy
History Ref:    5bcb64f20afff21be511cc5 (Add mmc and mmcsd)

(cherry picked from commit 0c1c81c479bef8d3e67f93ea00fc5d34ccf5af33)
DeltaFile
+9-2share/man/man4/mmcsd.4
+9-21 files

FreeBSD/src 0dec63dusr.sbin/bsdinstall bsdinstall.8

bsdinstall.8: Minor maintenance

Replace CD-ROMs with "discs, USBs, or network boot environments"
to both modernize aesthetic and also nudge youths to think at scale.
Since I'm disrupting the flow of these lines anyway, expand the VM
acronym because I think this is one of the first manuals people will
be looking at.

Reset list alignment to seven characters. It was at 19 characters,
and that was not enough to align them all, wasting many extra lines
by crunching all the words over. Seven actually bought us some lines
from six due to avg item size. Tag SPDX.

MFC after:      3 days
Discussed with: ivy, zi

(cherry picked from commit 81d9e08a4df42079d5e163b5991d5d6f3a28d4f0)
DeltaFile
+11-8usr.sbin/bsdinstall/bsdinstall.8
+11-81 files

FreeBSD/src 875445ashare/man/man4 aacraid.4

aacraid.4: Improve HARDWARE introductory sentance

To improve HW relnotes

MFC after:      3 days

(cherry picked from commit 20a8d06034791c8bb2cc733e4fe4fa1bc60273ec)
DeltaFile
+3-2share/man/man4/aacraid.4
+3-21 files

FreeBSD/src d01001fshare/man/man4 aacraid.4

aacraid.4: Fix document description + tag SPDX

The document description previously just stated the name of the driver.
Replace this with the name of the controller families and specs that
it supports, in a similar fashion to other RAID drivers.

MFC after:      3 days

(cherry picked from commit d5d1e05efbedf67f1ef8e8428f9107401e369a0b)
DeltaFile
+5-2share/man/man4/aacraid.4
+5-21 files

FreeBSD/src f1fe712share/man/man4 umass.4

umass(4): Update to include pointers to quirks

umass(4), while much improved, still sometimes need quirks. Add a
pointer to usb_quirk(4) and usbconfig(8).

Sponsored by:           Netflix

(cherry picked from commit 687ab0dc54a926092548310d71afdbe386150838)
DeltaFile
+23-2share/man/man4/umass.4
+23-21 files

LLVM/project 1f26c39flang/include/flang/Optimizer/Dialect FIROps.td, flang/lib/Optimizer/Dialect FIROps.cpp

[flang] Allow fir.field_index and fir.coordinate_of speculation. (#179785)

This change makes `fir.field_index` a Pure operation, and
add support of `ConditionallySpeculatable` interface for
`fir.coordinate_of`. The test demonstrates how this affects
Flang LICM.
DeltaFile
+48-0flang/test/Transforms/licm.fir
+9-0flang/lib/Optimizer/Dialect/FIROps.cpp
+5-2flang/include/flang/Optimizer/Dialect/FIROps.td
+62-23 files

FreeBSD/src 3cdb401share/man/man4 umass.4

umass.4: Modernize driver loading instructions

+ consolidate kernel configuration in SYNOPSIS
+ explain driver autoloading in DESCRIPTION
+ s/port/interface/ because of internal USBs
+ fix flow of remaining example

MFC after:      1 day

(cherry picked from commit d8a4843cb76ec1b7da8d5defafb7eef9a6cc1c21)
DeltaFile
+23-33share/man/man4/umass.4
+23-331 files

LLVM/project 3bbb997flang/lib/Optimizer/Analysis AliasAnalysis.cpp, flang/test/Analysis/AliasAnalysis alias-analysis-cray-pointers.fir ptr-component.fir

[flang] Disambiguate descriptor and data addresses in FIR AA. (#179774)

This change basically treats the descriptors' and data loads
as non-aliasing (with one exception) same way as we do it
for the purpose of the TBAA tags generation for LLVM
to do better optimizations. This change enables more LICM in Flang MLIR.
DeltaFile
+155-19flang/test/Analysis/AliasAnalysis/alias-analysis-cray-pointers.fir
+32-0flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
+15-12flang/test/Analysis/AliasAnalysis/ptr-component.fir
+2-4flang/test/Analysis/AliasAnalysis/load-ptr-designate.fir
+204-354 files

FreeBSD/src 8094ef1share/man/man4 umass.4

umass.4: Remove some extra lines which snuck in

Fixes:          70993c2fbe1ac (umass.4: Add HISTORY, HARDWARE, and SPDX)
MFC with:       70993c2fbe1ac (umass.4: Add HISTORY, HARDWARE, and SPDX)

(cherry picked from commit 34a2b5b09afe2a2fa3672f448d522b4665db9272)
DeltaFile
+0-3share/man/man4/umass.4
+0-31 files