FreeBSD/ports 6e724a0graphics/mesa-devel distinfo Makefile, graphics/mesa-devel/files patch-libdrm-2.4.131

graphics/mesa-devel: update to 26.1.b.905

Changes:        https://gitlab.freedesktop.org/mesa/mesa/-/compare/aac8787fdaf...0f75fa5bfd2
DeltaFile
+38-0graphics/mesa-devel/files/patch-libdrm-2.4.131
+3-3graphics/mesa-devel/distinfo
+2-2graphics/mesa-devel/Makefile
+43-53 files

FreeBSD/ports c0d64aeemulators/rpcs3 distinfo Makefile

emulators/rpcs3: update to 0.0.40.19334

Changes:        https://github.com/RPCS3/rpcs3/compare/e26c80c129...4f47fee360
DeltaFile
+3-3emulators/rpcs3/distinfo
+2-2emulators/rpcs3/Makefile
+5-52 files

FreeBSD/ports 5e02498graphics/mesa-devel distinfo Makefile

graphics/mesa-devel: update to 26.1.b.543

Changes:        https://gitlab.freedesktop.org/mesa/mesa/-/compare/c5edb900465...aac8787fdaf
DeltaFile
+3-3graphics/mesa-devel/distinfo
+2-3graphics/mesa-devel/Makefile
+5-62 files

FreeBSD/ports 5c01f60cad/solvespace distinfo Makefile, cad/solvespace/files patch-src_CMakeLists.txt

cad/solvespace: Update to 3.2
DeltaFile
+0-17cad/solvespace/files/patch-src_CMakeLists.txt
+7-9cad/solvespace/distinfo
+2-6cad/solvespace/Makefile
+6-1cad/solvespace/pkg-plist
+15-334 files

FreeBSD/ports 65f72b6graphics/nvidia-drm-61-kmod/files patch-nvidia-drm-freebsd-lkpi.c-20250918-01 extra-patch-nvidia-drm-freebsd-lkpi.c-20250918-01, graphics/nvidia-drm-66-kmod/files patch-nvidia-drm-freebsd-lkpi.c-20250918-01 extra-patch-nvidia-drm-freebsd-lkpi.c-20250918-01

x11/nvidia-driver{-devel}, x11/nvidia-kmod{-devel}, x11/linux-nvidia-libs{-devel}, graphics/nvidia-drm*-kmod{-devel}, x11/nvidia-settings, x11/nvidia-xconfig: Update to 595.71.05

Update to latest Production Branch of drivers 595.71.05:
https://www.nvidia.com/en-us/drivers/details/267226/

Linux counterparts for x11/linux-nvidia-libs:
https://www.nvidia.com/en-us/drivers/details/267223/

PR:             295058
Differential Revision:  https://reviews.freebsd.org/D56851
DeltaFile
+0-47graphics/nvidia-drm-latest-kmod/files/patch-nvidia-drm-freebsd-lkpi.c-20250918-01
+47-0graphics/nvidia-drm-latest-kmod/files/extra-patch-nvidia-drm-freebsd-lkpi.c-20250918-01
+0-47graphics/nvidia-drm-66-kmod/files/patch-nvidia-drm-freebsd-lkpi.c-20250918-01
+47-0graphics/nvidia-drm-66-kmod/files/extra-patch-nvidia-drm-freebsd-lkpi.c-20250918-01
+0-47graphics/nvidia-drm-61-kmod/files/patch-nvidia-drm-freebsd-lkpi.c-20250918-01
+47-0graphics/nvidia-drm-61-kmod/files/extra-patch-nvidia-drm-freebsd-lkpi.c-20250918-01
+141-14129 files not shown
+203-19935 files

FreeBSD/src c4af3f1share/man/man7 freebsd-base.7

freebsd-base.7: Document adding a local repo

MFC after:              1 day
Discussed with:         bcr, ivy, kevans, ngie
Differential Revision:  https://reviews.freebsd.org/D56608
DeltaFile
+22-1share/man/man7/freebsd-base.7
+22-11 files

FreeBSD/src 2a86992libexec/nuageinit/tests nuageinit.sh

nuageninit: modify the test to show the issue fixed inc316ec259011

Ensure the script used is invalid when parsed by libyaml which
highlight the issue revealed in PR295062

while at here validate the mode of the file is properly changed

PR:             295062
MFC After:      1 day
DeltaFile
+5-3libexec/nuageinit/tests/nuageinit.sh
+5-31 files

FreeBSD/doc 335d812website/data/en/press press.toml

press: Update Foundation blog posts for Jan-May 2026

Sponsored by:   The FreeBSD Foundation
Pull Request:   https://github.com/freebsd/freebsd-doc/pull/668
DeltaFile
+90-0website/data/en/press/press.toml
+90-01 files

FreeBSD/ports 76e2aabemulators/dosbox-staging Makefile

emulators/dosbox-staging: add mt32emu support

Add port option MT32EMU which provides Roland MT-32 emulation support by using
mt32emu from the Munt project. Enable this option by default.

PR:             284635
DeltaFile
+8-5emulators/dosbox-staging/Makefile
+8-51 files

FreeBSD/ports 24e43fcemulators/libmt32emu Makefile pkg-plist, emulators/libmt32emu/files patch-CMakeLists.txt patch-cmake_project__data.cmake

devel/libmt32emu: New port: Emulate Roland MT-32, CM-32L and LAPC-I synthesiser modules

mt32emu is part of the Munt project. It represents a C/C++ library named
libmt32emu which allows to emulate (approximately) the Roland MT-32, CM-32L and
LAPC-I synthesiser modules.

WWW: https://munt.sourceforge.net

PR:             284634
Co-authored-by: Max Brazhnikov <makc at FreeBSD.org>
DeltaFile
+45-0emulators/libmt32emu/Makefile
+29-0emulators/libmt32emu/pkg-plist
+11-0emulators/libmt32emu/files/patch-CMakeLists.txt
+9-0emulators/libmt32emu/files/patch-cmake_project__data.cmake
+3-0emulators/libmt32emu/pkg-descr
+3-0emulators/libmt32emu/distinfo
+100-01 files not shown
+101-07 files

FreeBSD/src 5df7daesys/kern subr_kobj.c

kobj: Use M_WAITOK in kobj_init

Blocking allocation is safe in all of the current callers of kobj_init
(most of them do a M_WAITOK malloc of the structure passed as the
first argument to kobj_init just before calling it).  kobj_init
doesn't return an error code but instead panics if the nested malloc
in kobj_class_compile1 fails, so using M_WAITOK here is more robust.

Reviewed by:    imp
Differential Revision:  https://reviews.freebsd.org/D56625
DeltaFile
+1-1sys/kern/subr_kobj.c
+1-11 files

FreeBSD/src 5a6e595sys/kern subr_kobj.c

kobj: Assert class passed to kobj_init_static is compiled

Inspired by discussion in
https://github.com/freebsd/freebsd-src/pull/2016

Reviewed by:    imp
Differential Revision:  https://reviews.freebsd.org/D56624
DeltaFile
+2-0sys/kern/subr_kobj.c
+2-01 files

FreeBSD/src bf636acsys/dev/mlx5/mlx5_en mlx5_en_hw_tls_rx.c

mlx5en: destroy TIR before DEK during TLS RX teardown

Reorder the TLS RX teardown sequence so the TIR is destroyed before
the DEK.  DESTROY_TIR for a TLS-enabled TIR issues a TRA RX fence
that drains all in-flight packets from the crypto pipeline.  If the
DEK is destroyed first, packets still in flight hit a TPT encryption
error (vendor syndrome 0x55) because the key they reference is
already gone.

Reviewed by:    kib
Sponsored by:   Nvidia networking
MFC after:      1 week
DeltaFile
+11-4sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
+11-41 files

FreeBSD/src c316ec2libexec/nuageinit nuageinit

nuageinit: only parse user_data as yaml when necessary

This fixes a regression introduced in cae280931c9e which prevents
user_data as a shell script to be used

PR:             295062
Reported by:    Ross McKelvie <ross at exitzero.uk>
MFC After:      1 day
DeltaFile
+1-1libexec/nuageinit/nuageinit
+1-11 files

FreeBSD/src 84a9574share/man/man9 cdefs.9, sys/compat/linuxkpi/common/include/linux compiler_attributes.h

sys/cdefs.h: Introduce __maybe_unused attribute

The __maybe_unused attribute should be used for variables which may or
may not be used, such as when their only use is in an assertion. This
attribute is functionally identical to __unused, suppressing compiler
warnings for particular variable if it remains unused.

Reviewed by:    Minsoo Choo <minsoo at minsoo.io>, imp
Differential Revision:  https://reviews.freebsd.org/D56517
DeltaFile
+4-2share/man/man9/cdefs.9
+1-0sys/sys/cdefs.h
+0-1sys/compat/linuxkpi/common/include/linux/compiler_attributes.h
+5-33 files

FreeBSD/src 103f988usr.sbin/rtadvd config.c

rtadvd(8): Honor pltime/vltime in interface declarations

Currently rtadvd ignores interface pltime/vltime specifications
unless the (static) address range is also included in the config file.
This extends the validity of a pltime and/or vltime stanza in
the config file for an interface to delegated addresses from
an upstream provider.

Signed-off-by:  tickerguy <karl at denninger.net>
PR:             288426
Reviewed by:    pouria
Pull Request:   https://github.com/freebsd/freebsd-src/pull/1863
DeltaFile
+20-2usr.sbin/rtadvd/config.c
+20-21 files

FreeBSD/doc 722f176website/content/en/releases/15.1R relnotes.adoc

15.1/relnotes: Include an ENA driver highlight

Sponsored by:   Amazon
DeltaFile
+1-0website/content/en/releases/15.1R/relnotes.adoc
+1-01 files

FreeBSD/doc 8c95180website/content/en/releases/15.1R relnotes.adoc

15.1/relnotes: Mention ENA/arm64 irq mapping fix

This is technically a general intrng bug fix, but I'm not aware of the
bug affecting anything other than ena(4) on arm64 so I'm listing this
under "Cloud Support".

Sponsored by:   Amazon
DeltaFile
+4-0website/content/en/releases/15.1R/relnotes.adoc
+4-01 files

FreeBSD/doc 05d4f53website/content/en/releases/15.1R relnotes.adoc

15.1/relnotes: Clarify Extended Destination ID

We don't merely recognize bits in CPUID; we make use of it to allow
FreeBSD to run on larger VMs, including EC2 r8i.96xlarge.

Sponsored by:   Amazon
DeltaFile
+2-1website/content/en/releases/15.1R/relnotes.adoc
+2-11 files

FreeBSD/src 76d756erelease Makefile.vm

Makefile.vm: Split error condition

Make it clear which of two possible cases applies.

Reviewed by: cperciva
Differential Revision: https://reviews.freebsd.org/D56837
DeltaFile
+4-3release/Makefile.vm
+4-31 files

FreeBSD/src bc9f667usr.sbin/bhyve pci_virtio_scsi.c

bhyve/virtio-scsi: Don't invoke iov_to_buf() in an assert() expression

If anyone would build bhyve with -DNDEBUG, any code in the expression
in assert() won't be executed.  Instead put the return value in a
temporary variable to assert that it has the expected value.

Reviewed by: emaste, markj (earlier version)
Fixes: 2a514d377b37 ("bhyve/virtio-scsi: Preallocate all I/O requests")
Differential Revision: https://reviews.freebsd.org/D55803
DeltaFile
+4-2usr.sbin/bhyve/pci_virtio_scsi.c
+4-21 files

FreeBSD/ports 595cf85www/firefox distinfo Makefile

www/firefox: update to 150.0.2 (rc2)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/150.0.2/releasenotes/

(cherry picked from commit 5f469675f3391d02aae83741c79bee2952af2a21)
DeltaFile
+3-3www/firefox/distinfo
+2-1www/firefox/Makefile
+5-42 files

FreeBSD/ports 5f46967www/firefox distinfo Makefile

www/firefox: update to 150.0.2 (rc2)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/150.0.2/releasenotes/
DeltaFile
+3-3www/firefox/distinfo
+2-1www/firefox/Makefile
+5-42 files

FreeBSD/ports 86891eddevel/nspr distinfo

devel/nspr: update to 4.39

add distinfo forgotten in
fed3d4e2ca197525244774201dc9686461904031

Pointy Hat: /me
DeltaFile
+3-3devel/nspr/distinfo
+3-31 files

FreeBSD/ports 02898f7www/firefox-esr distinfo Makefile

www/firefox-esr: update to 140.10.2 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/140.10.2/releasenotes/

(cherry picked from commit ba5672970e48fe44db547e2decb0e61159c61d61)
DeltaFile
+3-3www/firefox-esr/distinfo
+1-1www/firefox-esr/Makefile
+4-42 files

FreeBSD/ports 5c969f1www/firefox distinfo Makefile

www/firefox: update to 150.0.2 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/150.0.2/releasenotes/

(cherry picked from commit 1b4b514a635f585ad673a8ef7ca31b77a8c5440e)
DeltaFile
+3-3www/firefox/distinfo
+1-1www/firefox/Makefile
+4-42 files

FreeBSD/ports ba56729www/firefox-esr distinfo Makefile

www/firefox-esr: update to 140.10.2 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/140.10.2/releasenotes/
DeltaFile
+3-3www/firefox-esr/distinfo
+1-1www/firefox-esr/Makefile
+4-42 files

FreeBSD/ports 1b4b514www/firefox distinfo Makefile

www/firefox: update to 150.0.2 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/150.0.2/releasenotes/
DeltaFile
+3-3www/firefox/distinfo
+1-1www/firefox/Makefile
+4-42 files

FreeBSD/ports fed3d4edevel/nspr Makefile

devel/nspr: update to 4.39

Announcement:
  https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/S3z0rOO1xpg
DeltaFile
+1-1devel/nspr/Makefile
+1-11 files

FreeBSD/src a12c6edtests/test-runner/bin zts-report.py.in

ZTS: Remove threadsappend_001_pos exception

Commit f828a80c may have resolved the underlying cause for
the occasional CI failures observed for this test.  Remove
the exception to ensure any new occurrences are noticed.

Reviewed-by: Tony Hutter <hutter2 at llnl.gov>
Reviewed-by: Tino Reichardt <milky-zfs at mcmilk.de>
Signed-off-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Closes #6136
Closes #18495
DeltaFile
+0-1tests/test-runner/bin/zts-report.py.in
+0-11 files