FreeBSD/ports 2cb2b25net-mgmt/rubygem-oxidized Makefile, net-mgmt/rubygem-oxidized/files oxidized.in

net-mgmt/rubygem-oxidized: Fix rc script restart race with daemon(8)

PR:             298397
Approved by:    Nick Hilliard <nick at foobar.org> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3

(cherry picked from commit 76fac30da491935c886be15985b2d30c543d1018)
DeltaFile
+2-2net-mgmt/rubygem-oxidized/files/oxidized.in
+1-1net-mgmt/rubygem-oxidized/Makefile
+3-32 files

FreeBSD/ports 76fac30net-mgmt/rubygem-oxidized Makefile, net-mgmt/rubygem-oxidized/files oxidized.in

net-mgmt/rubygem-oxidized: Fix rc script restart race with daemon(8)

PR:             298397
Approved by:    Nick Hilliard <nick at foobar.org> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3
DeltaFile
+2-2net-mgmt/rubygem-oxidized/files/oxidized.in
+1-1net-mgmt/rubygem-oxidized/Makefile
+3-32 files

FreeBSD/src 741cd29sys/fs/nfs nfs_commonkrpc.c, sys/fs/nfsclient nfs_clrpcops.c

nfscl: Yet more fixes for the NFS over RDMA client glue

This should be it for a while, but there will be another cycle
of "glue" updates.  I just found out that I'll need to create
an alternate code path that uses a contigmalloc() blob instead
of scatter/gather of pages, since some NICs cannot do the
scatter/gather of pages well.

This commit should not affect non-RDMA behaviour.

MFC after:      3 months
Fixes:  884ee8d6c9b4 ("nfscl: Add some glue for client side NFS over RDMA")
DeltaFile
+20-2sys/rpc/clntrdma.h
+21-0sys/rpc/rpc_generic.c
+4-2sys/fs/nfsclient/nfs_clrpcops.c
+1-1sys/rpc/clnt_rc.c
+2-0sys/fs/nfs/nfs_commonkrpc.c
+48-55 files

NetBSD/pkgsrc-wip d366103. TODO, llama.cpp Makefile PLIST

llama.cpp: update to 0.4.0.

llama.cpp 0.4.0 adds initial Qwen3.8-Flash-Next and Nemotron-3-Puzzle
support, on-demand tensor reading, per-slot server context limits,
video input options, and a ggml update to 0.23.0 with major sparse
flash attention and RDMA work.
DeltaFile
+6-6llama.cpp/distinfo
+3-3llama.cpp/PLIST
+3-3llama.cpp/Makefile.common
+0-1TODO
+1-0llama.cpp/Makefile
+13-135 files

FreeNAS/freenas dec936asrc/middlewared/middlewared/pytest/unit/utils test_entitlements.py

NAS-143046 / 26.0.0-RC.1 / Exempt TNC_SUB from the product matrix completeness check (by sonicaj) (#19696)

This commit adds changes to keep the target vector completeness
assertion passing now that TNC_SUB exists in the LicenseFeature enum.
TNC_SUB reports a TrueNAS Connect account tier rather than a product
matrix row, so there is no HW/CE column that could grant or withhold it
and giving it a vector would add a row nothing ever consults.

Original PR: https://github.com/truenas/middleware/pull/19691

Co-authored-by: Waqar Ahmed <waqarahmedjoyia at live.com>
DeltaFile
+4-1src/middlewared/middlewared/pytest/unit/utils/test_entitlements.py
+4-11 files

FreeBSD/ports e575876ports-mgmt/ports-tools pkg-plist distinfo

ports-mgmt/ports-tools: Update 1.8 => 1.10, take maintainership

Changelogs:
https://github.com/ppekala/ports-tools/releases/tag/1.9
https://github.com/ppekala/ports-tools/releases/tag/1.10

- Fix warnings from portclippy.

PR:             298445
Sponsored by:   UNIS Labs (vvd, commit patch)
DeltaFile
+5-5ports-mgmt/ports-tools/Makefile
+3-3ports-mgmt/ports-tools/distinfo
+0-1ports-mgmt/ports-tools/pkg-plist
+8-93 files

LLVM/project 9f58baellvm/lib/Target/AMDGPU AMDGPU.td, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.cpp

[AMDGPU] Fix LDS reporting for gfx6

Change-Id: Idaa597f95d7a3028e3848726948892b1f66a220d
DeltaFile
+17-0llvm/unittests/Target/AMDGPU/AMDGPUUnitTests.cpp
+7-7llvm/test/CodeGen/AMDGPU/occupancy-levels.ll
+5-4llvm/lib/Target/AMDGPU/AMDGPU.td
+4-3llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+5-1llvm/unittests/TargetParser/TargetParserTest.cpp
+38-155 files

FreeBSD/src 75a1939share/man/man4 aq.4, sys/dev/aq aq_fw.h aq_fw2x.c

aq(4): arm PHY thermal shutdown from the admin poll

move thermal shutdown arming to the admin poll

this gives a more reasonable delay prior to the first attempt, and also
allows us to retry and make the option runtime-tuneable via a new
disable_thermal_arm sysctl

Approved by:    adrian (mentor)
Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D59593

Signed-off-by: Nick Price <nprice at FreeBSD.org>
DeltaFile
+34-1sys/dev/aq/aq2_fw.c
+30-0sys/dev/aq/aq_irq.c
+14-10sys/dev/aq/aq_main.c
+16-6sys/dev/aq/aq_fw2x.c
+20-1share/man/man4/aq.4
+2-2sys/dev/aq/aq_fw.h
+116-201 files not shown
+118-207 files

FreeBSD/src b3f7a43etc/mtree BSD.tests.dist, share/man/man4 fdescfs.4

fdescfs: descend through /dev/fd/N when mounted linrdlnk

Linux resolves a path below /proc/self/fd/N in the directory the
descriptor names, and linprocfs makes /proc/<pid>/fd a symlink to
/dev/fd.  Under linrdlnk the fdescfs node carries only VV_READLINK,
which namei will not walk through, so such a path fails with ENOTDIR.

Return the underlying vnode from fdesc_lookup for a non-final component,
or a trailing slash, reusing the machinery the nodup option already
uses.  The last component is untouched, so open("/dev/fd/N") keeps its
dup(2) semantic; a descriptor with no vnode behind it, such as a pipe,
yields ENOTDIR.

Add ATF coverage for traversal, descriptor reuse, and preservation of
last-component and mount-option semantics.

Approved by:    adrian (mentor)
Reviewed by:    kib, adrian
Differential Revision:  https://reviews.freebsd.org/D59393

    [2 lines not shown]
DeltaFile
+373-0tests/sys/fs/fdescfs/fdescfs_test.c
+15-1sys/fs/fdescfs/fdesc_vnops.c
+9-0tests/sys/fs/fdescfs/Makefile
+6-1share/man/man4/fdescfs.4
+2-0etc/mtree/BSD.tests.dist
+1-0tests/sys/fs/Makefile
+406-26 files

LLVM/project e7d233bclang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations CppBoundedBuffers.cpp

clang-format
DeltaFile
+2-2clang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations/CppBoundedBuffers.cpp
+2-21 files

LLVM/project 0b53ccbclang/lib/ScalableStaticAnalysis/SourceTransformation CMakeLists.txt, clang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations CppBoundedBuffers.cpp

[SSAF][clang-reforge] Retrofit expressions after CppBoundedBuffers decl rewrites

PR #210457 introduces declaration rewriting.  When CppBoundedBuffers
rewrites a declaration or return type to a bounded_ptr/bounded_array,
some of the existing uses of that entity needs retrofit.

This commit creates expression rewrites for the following patterns:

- Append '.data()' to call arguments when necessary parameter is not
  transformed but argument is transformed.
- Append '.as_bounded<T>()' to call arguments when both parameter and
  argument are transformed but element types are not identical.
- Rewrite '&e[i]' to '(e + i)' and '&*e'/'&(*e)' to 'e', if 'e' is
  transformed.
- Rewrite '(T*)e', 'static_cast<T*>(e)', and 'reinterpret_cast<T*>(e)'
  to 'e.as_bounded<T>()', if 'e' is transformed.

The 3rd step of
rdar://187125348
DeltaFile
+446-5clang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations/CppBoundedBuffers.cpp
+246-1clang/unittests/ScalableStaticAnalysis/SourceTransformation/CppBoundedBuffersTest.cpp
+9-0clang/lib/ScalableStaticAnalysis/SourceTransformation/CMakeLists.txt
+7-0llvm/utils/gn/secondary/clang/lib/ScalableStaticAnalysis/SourceTransformation/BUILD.gn
+708-64 files

OpenBSD/src QX9D2ynshare/zoneinfo/datfiles zone1970.tab zonenow.tab

   Update to 2026dgtz from https://github.com/JodaOrg/global-tz
    o Canada’s Northwest Territories moved to permanent -06 on 2026-08-21.
    o Obsolescent settings like TZ="EST5EDT" now conform better to POSIX.
    o Colombia’s 1992-05-02 spring forward was at 00:00, not 24:00.
    o Iran’s 1979-05-26 spring forward was at 00:00, not 24:00.
VersionDeltaFile
1.94+81-47share/zoneinfo/datfiles/northamerica
1.47+50-6share/zoneinfo/datfiles/backward
1.86+17-14share/zoneinfo/datfiles/southamerica
1.114+19-7share/zoneinfo/datfiles/asia
1.10+3-3share/zoneinfo/datfiles/zonenow.tab
1.36+2-2share/zoneinfo/datfiles/zone1970.tab
+172-791 files not shown
+174-817 files

FreeBSD/src cb2964fsys/amd64/conf MINIMAL GENERIC, sys/powerpc/conf QORIQ64 MPC85XX

amd64, powerpc: Enable tpm(4) in supported kernels

tpm(4) was removed from amd64 GENERIC because it broke suspend and
resume.  The preceding lifecycle, state-save, interrupt, locality, and
teardown fixes address those failures for both TPM 1.2 and TPM 2.0.

Restore the driver to amd64 GENERIC and MINIMAL, where TPM entropy
harvesting remained enabled.  Enable the driver and entropy harvesting
in the MPC85XX and QORIQ64 configurations, which already provide FDT,
spibus, and the platform SPI controller required by FDT-attached TPMs.
Leave the generic AIM and POWER configurations unchanged because they
have no TPM attachment bus.

The TPM 1.2 path completed repeated S3 cycles and command tests on
ThinkPad T430 and T440p systems.  The TPM 2.0 path completed repeated
device and full-system suspend/resume cycles on a ThinkPad P51.  The
PowerPC configuration matrix was checked to retain tpm(4) only where its
FDT SPI attachment path is present.


    [8 lines not shown]
DeltaFile
+2-3sys/amd64/conf/MINIMAL
+2-3sys/amd64/conf/GENERIC
+2-0sys/powerpc/conf/QORIQ64
+2-0sys/powerpc/conf/MPC85XX
+8-64 files

NetBSD/pkgsrc YntntZTdoc TODO CHANGES-2026

   doc: Updated devel/coccinelle to 1.3.3
VersionDeltaFile
1.27902+1-2doc/TODO
1.6063+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc PzY1inLdevel/coccinelle Makefile distinfo

   coccinelle: update to 1.3.3.

   * 1.3.3
   ** Bugfixes:
   - Improve performance with satLabel cache (thanks to Denis Efremov)
VersionDeltaFile
1.20+4-4devel/coccinelle/distinfo
1.49+2-2devel/coccinelle/Makefile
+6-62 files

FreeBSD/src 9ed5901sys/dev/puc pucdata.c

puc: add the WCH CH382 2S dual serial card

Two 16850 UARTs in the first I/O BAR at offset 0xc0, 8 bytes apart.

Approved by:    adrian (mentor)
Reviewed by:    imp, adrian
Differential Revision:  https://reviews.freebsd.org/D59512

Signed-off-by: Nick Price <nprice at FreeBSD.org>
DeltaFile
+20-0sys/dev/puc/pucdata.c
+20-01 files

NetBSD/pkgsrc TqN1xo3doc TODO CHANGES-2026

   doc: Updated graphics/gimp to 3.2.6
VersionDeltaFile
1.27901+1-2doc/TODO
1.6062+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc ZrXLIgNgraphics/gimp distinfo Makefile

   gimp: update to 3.2.6.


   Overview of Changes from GIMP 3.2.4 to GIMP 3.2.6
   =================================================

   Core:

     - macOS: Macbook touchpad over-sensitivity now fixed.
     - Destructive-only filter actions will be made insensitive on all
       non-raster layers (unless rasterized).
     - Windows: in release builds, we now attach our standard outputs to
       the Windows console on certain scenarios only (when there is no
       interface, or in verbose mode, or when --console-messages is set, or
       finally when there are batch commands). By default, we are back to
       how it was before GIMP 3.2.0, which is that GIMP doesn't output
       anything on native shells it was called from.
     - Fix expand from center which was failing in some cases.
     - Layers to Image Size only works for raster (or rasterized) layers.

    [247 lines not shown]
VersionDeltaFile
1.90+16-16graphics/gimp/PLIST
1.441+8-3graphics/gimp/Makefile
1.126+4-4graphics/gimp/distinfo
+28-233 files

FreeBSD/src 8228171sys/dev/puc puc_pci.c puc_cfg.h

puc: be more careful about using MSI

puc has preferred MSI for every card since MSI support was added, with
only a global tunable to opt out.  uart(4) makes the same decision for
the serial devices it attaches directly, and has since grown two
defences: it skips MSI unless the device advertises exactly one vector,
because attaching a single instance to a device offering many has caused
problems (PR 235016), and it lets individual devices be flagged when
they claim MSI support that does not work.

Adopt both.

Approved by:    adrian (mentor)
Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D59623

Signed-off-by: Nick Price <nprice at FreeBSD.org>
DeltaFile
+3-1sys/dev/puc/puc_pci.c
+4-0sys/dev/puc/puc_cfg.h
+7-12 files

FreeBSD/src 9c650fbsys/dev/ncthwm ncthwm.c, sys/dev/superio superio.c

superio, ncthwm: add support for the Nuvoton NCT6798D

The ASUS PRIME X570-P carries a Nuvoton NCT6798D, Super I/O device ID 0xd42b. Add an exact-match entry to both. Exact rather than masked: the neighboring 0xd42a entries are deliberately exact with an extid because that ID is claimed by both NCT6796D-E and NCT5585D, and widening the family would make them collide.

The NCT6798D has seven tachometers, so raise NCTHWM_FAN_MAX to seven and describe the two extra ones; existing entries keep fan_count = 5 and are unaffected. Fan names follow the NCT6779 convention and do not map to any board's physical headers.

Tested on: ASUS PRIME X570-P, Ryzen 9 5950X, FreeBSD 16.0-CURRENT.

Approved by:    adrian
Reviewed by:    stephane.rochoy_stormshield.eu, adrian
Differential Revision:  https://reviews.freebsd.org/D58291

Signed-off-by: Nick Price <nprice at FreeBSD.org>
DeltaFile
+16-1sys/dev/ncthwm/ncthwm.c
+5-0sys/dev/superio/superio.c
+21-12 files

FreeBSD/ports 03e6574devel/py-ttkbootstrap Makefile distinfo

devel/py-ttkbootstrap: Update to 2.2.3

ChangeLog:

1. https://github.com/israel-dryer/ttkbootstrap/releases/tag/v2.2.3

Reported by:    Israel Dryer <notifications at github.com>
DeltaFile
+3-3devel/py-ttkbootstrap/distinfo
+1-1devel/py-ttkbootstrap/Makefile
+4-42 files

NetBSD/pkgsrc jPVMS8Fdoc TODO CHANGES-2026

   doc: Updated graphics/gegl to 0.4.72
VersionDeltaFile
1.27900+2-1doc/TODO
1.6061+2-1doc/CHANGES-2026
+4-22 files

NetBSD/pkgsrc Zek683hgraphics/gegl Makefile distinfo, graphics/gegl/patches patch-operations_external_tiff-load.c patch-operations_external_png-load.c

   gegl: update to 0.4.72.

   GEGL-0.4.72 2026-09-07
   ----------------------

   Build:
   ~~~~~~
    - build with pure MSVC as well as wasm
    - Improvements to defcheck,
    - minimum meson version bumped to 0.60
    - more CI integration, harmonized with gimp/babl

   Core:
   ~~~~~
    - use G_{BEGIN|END}_DECLS in all header declarations
    - gegl_param_color_cmp, new function
    - Avoid crashes in gegl_path

   Buffer:

    [30 lines not shown]
VersionDeltaFile
1.53+24-17graphics/gegl/PLIST
1.1+17-0graphics/gegl/patches/patch-libs_ctx_libgegl__ctx_ctx.h
1.54+8-7graphics/gegl/distinfo
1.167+2-10graphics/gegl/Makefile
1.2+5-5graphics/gegl/patches/patch-operations_external_tiff-load.c
1.2+5-5graphics/gegl/patches/patch-operations_external_png-load.c
+61-441 files not shown
+63-467 files

NetBSD/pkgsrc sxARKWnmail/vm Makefile

   vm: stop including bbdb2/bl3.mk

   It is gone and was only ever available for emacs21.
VersionDeltaFile
1.47+2-3mail/vm/Makefile
+2-31 files

FreeBSD/ports 1e1f6d1sysutils/treemd Makefile distinfo

sysutils/treemd: Update to 0.8.1

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3sysutils/treemd/distinfo
+1-1sysutils/treemd/Makefile
+4-42 files

FreeBSD/ports b1190c5x11-wm/mango distinfo Makefile, x11-wm/mango/files patch-meson.build patch-src_dispatch_bind__define.h

x11-wm/mango: Update to 0.17.0

- Update list of dependencies

ChangeLog:

1. https://github.com/mangowm/mango/releases/tag/0.17.0

Reported by:    DreamMaoMao <notifications at github.com>
DeltaFile
+0-14x11-wm/mango/files/patch-src_mango.c
+0-11x11-wm/mango/files/patch-src_dispatch_bind__define.h
+11-0x11-wm/mango/files/patch-src_dispatch_bind.c
+5-5x11-wm/mango/files/patch-meson.build
+3-3x11-wm/mango/distinfo
+4-2x11-wm/mango/Makefile
+23-356 files

FreeBSD/ports ea09eafgraphics/nvidia-drm-66-kmod-devel distinfo, graphics/nvidia-drm-kmod Makefile.common

x11/nvidia-driver-devel, x11/nvidia-kmod-devel, x11/linux-nvidia-libs-devel, graphics/nvidia-drm*-kmod-devel: Update to 615.71.09

Update to latest New Feature Branch of drivers 615.71.09:
https://www.nvidia.com/en-us/drivers/details/278452/

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

Additional note:
Possibly vtys before invoking whichever of X11 or Wayland shifts
screen downward with about half character-based line, causing
command prompt at the bottom become hard to read.

Once X11 (tested only for xorg) or Wayland starts, it would be
fixed (on exitting X11 / Wayland or switching to vty from X11/
Wayland) until next restart of the computer.

This doesn't happen for everyone (among maintainance team of
NVIDIA GPU driver ports, only I myself am bitten).

    [14 lines not shown]
DeltaFile
+36-0graphics/nvidia-drm-kmod/Makefile.common
+6-2x11/linux-nvidia-libs/Makefile
+3-3x11/nvidia-driver-devel/distinfo
+3-3x11/linux-nvidia-libs-devel/distinfo
+3-3graphics/nvidia-drm-latest-kmod-devel/distinfo
+3-3graphics/nvidia-drm-66-kmod-devel/distinfo
+54-1412 files not shown
+76-3618 files

LLVM/project ae7f200llvm/lib/Target/AMDGPU GCNSubtarget.cpp AMDGPUAsmPrinter.cpp, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.h AMDGPUBaseInfo.cpp

[AMDGPU] Add getLDSAllocGranule to TargetParser

Expose the LDS allocation granule from GPUKind and subarch without an
MCSubtargetInfo. Use the dedicated granularity features and consolidate
backend users on the byte-valued query.

Change-Id: Ic0c9345e7657ec3c6978a646628598cb7608b390
DeltaFile
+28-0llvm/lib/TargetParser/AMDGPUTargetParser.cpp
+16-0llvm/unittests/TargetParser/TargetParserTest.cpp
+0-14llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+4-3llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
+0-5llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
+2-2llvm/lib/Target/AMDGPU/GCNSubtarget.cpp
+50-241 files not shown
+54-247 files

LLVM/project 568ace4llvm/lib/Target/AMDGPU R600Processors.td AMDGPUFeatures.td, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.cpp

[AMDGPU] Model LDS allocation granularity with subtarget features

Add numeric LDS allocation granularity features, expose them through the TargetParser feature bitset, and use them in the existing backend query.

Generic targets select the largest covered allocation granularity so their resource calculations remain conservative.

Change-Id: Icdd501d008c9d3cd566bdc8bde4a75d566ecb90a
DeltaFile
+45-0llvm/unittests/TargetParser/TargetParserTest.cpp
+23-3llvm/lib/Target/AMDGPU/AMDGPU.td
+16-0llvm/lib/Target/AMDGPU/AMDGPUFeatures.td
+6-6llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+6-1llvm/lib/TargetParser/AMDGPUTargetParser.cpp
+4-2llvm/lib/Target/AMDGPU/R600Processors.td
+100-126 files

LLVM/project 981de5dllvm/lib/Target/AMDGPU AMDGPUFeatures.td, llvm/test/TableGen AMDGPUTargetDefLocalMemorySize.td

[AMDGPU] Validate generic-target addressable local memory size

Apply the generic numeric at-most comparison to addressable LDS size. A
generic target must not advertise more local memory than any GPU it covers.

Keep the backend fallback of 32768 bytes and add integration tests using
the real LDS features for valid coverage, over-advertised capacity, and
conflicting feature values.

Change-Id: I9fffbe532b8b5bc8875f20f394f29e2e6899f52e
DeltaFile
+51-0llvm/test/TableGen/AMDGPUTargetDefLocalMemorySize.td
+6-2llvm/lib/Target/AMDGPU/AMDGPUFeatures.td
+57-22 files