NetBSD/src wkYS5CQsys/kern sys_process_lwpstatus.c

   proc_regio: Clarify control flow and sprinkle comments.

   Use `if (error) goto out' instead of `if (error == 0) error = ...' to
   make the error case non-linear and indented, and the success case a
   straight line of logic.

   No functional change intended.

   PR port-amd64/60556: panic in process_read_fpregs_xmm
VersionDeltaFile
1.7+44-6sys/kern/sys_process_lwpstatus.c
+44-61 files

LLVM/project 4e27428clang-tools-extra/clang-tidy/bugprone StdNamespaceModificationCheck.cpp, clang-tools-extra/docs ReleaseNotes.md

[clang-tidy] Fix a crash in bugprone-std-namespace-modification (#214704)

Check the namespaces of template argument types directly from their
declarations. This avoids querying the AST parent map (since it may not
contain lambda closure types) and fixes the crash.

Fixes #213981
DeltaFile
+16-2clang-tools-extra/clang-tidy/bugprone/StdNamespaceModificationCheck.cpp
+10-0clang-tools-extra/test/clang-tidy/checkers/bugprone/std-namespace-modification-no-crash.cpp
+4-1clang-tools-extra/docs/ReleaseNotes.md
+30-33 files

FreeBSD/ports b7bc126audio/din Makefile distinfo

audio/din: Update to 65

Changes since 64.2:

DIN Is Noise 65:

  * fixed crash of DIN64.2 if the whole beat pattern is cut into memory!
  /*
    flip

      flips beat pattern between start/end vertex about
      vertical axis
  */
  /*
    Beater editor now accesible via Menu on all instruments
  */
  * improved Polyrhythm plugin
  * improved write-svg command
      that writes curve seen in any curve editor into an svg file

    [2 lines not shown]
DeltaFile
+3-3audio/din/distinfo
+1-1audio/din/Makefile
+4-42 files

NetBSD/pkgsrc 2p1Zjvydoc CHANGES-2026

   doc: Updated audio/fasttracker2 to 2.22
VersionDeltaFile
1.5070+2-1doc/CHANGES-2026
+2-11 files

LLVM/project c845a70clang/lib/StaticAnalyzer/Checkers DanglingPtrDeref.cpp

[analyzer] Add aggregate lifetime source binding to DanglingPtrDeref
DeltaFile
+8-0clang/lib/StaticAnalyzer/Checkers/DanglingPtrDeref.cpp
+8-01 files

LLVM/project d7a3105clang/lib/StaticAnalyzer/Checkers LifetimeModeling.cpp, clang/test/Analysis lifetime-bound.cpp

[analyzer] Only bind aggregate lifetime sources in LifetimeModeling for annotated functions
DeltaFile
+32-0clang/test/Analysis/lifetime-bound.cpp
+17-4clang/lib/StaticAnalyzer/Checkers/LifetimeModeling.cpp
+49-42 files

NetBSD/pkgsrc evg1I75audio/fasttracker2 Makefile distinfo

   audio/fasttracker2: Update to 2.22

   Changes since 2.21:

   v2.22 - 19.07.2026
     * Fixed: The "All files" mode in Disk Op. had consistency issues
       when changing the Disk Op. item.
     * Fixed a bug where exiting text editing mode with the enter/return
       key could cause a sample trigger to happen afterwards. This also
       applied to certain System Request dialogs.
VersionDeltaFile
1.136+4-4audio/fasttracker2/distinfo
1.153+2-2audio/fasttracker2/Makefile
+6-62 files

FreeBSD/src 4a13b8asys/dev/ixgbe if_ixv.c

ixv: Advertise SCTP checksum offload

The shared ixgbe transmit path already creates SCTP context
descriptors, and the hardware exposes the same checksum capability to
VFs.  Advertise it through iflib as the PF driver does.

MFC after:      2 weeks
DeltaFile
+2-1sys/dev/ixgbe/if_ixv.c
+2-11 files

OpenBSD/src Kv7rAmeusr.sbin/relayd parse.y

   relayd: add missing BRIEF token after last commit
VersionDeltaFile
1.268+2-2usr.sbin/relayd/parse.y
+2-21 files

FreeBSD/src 8eeb258sys/dev/ixgbe if_ixv.c

ixv: Remove unused loader tunables

The flow_control and hdr_split variables have never been read.  VF
flow control is controlled by the PF, while implementing header split
would require receive-path support that ixv does not provide.

MFC after:      2 weeks
DeltaFile
+0-17sys/dev/ixgbe/if_ixv.c
+0-171 files

NetBSD/pkgsrc v69vvQZdoc CHANGES-2026

   doc: Updated audio/din to 65
VersionDeltaFile
1.5069+2-1doc/CHANGES-2026
+2-11 files

HardenedBSD/ports f429b66Tools/scripts update-plist.py, databases/rainfrog distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+147-190net/openldap26-server/Makefile
+323-0security/pam_ssh_agent/distinfo
+263-0Tools/scripts/update-plist.py
+105-87www/agate/distinfo
+190-0security/pam_ssh_agent/Makefile
+77-67databases/rainfrog/distinfo
+1,105-34440 files not shown
+1,438-51546 files

NetBSD/pkgsrc UEaC8Yuaudio/din Makefile distinfo

   audio/din: Update to 65

   Changes since 64.2:

   DIN Is Noise 65:

     * fixed crash of DIN64.2 if the whole beat pattern is cut into memory!
     /*
       flip

         flips beat pattern between start/end vertex about
         vertical axis
     */
     /*
       Beater editor now accesible via Menu on all instruments
     */
     * improved Polyrhythm plugin
     * improved write-svg command
         that writes curve seen in any curve editor into an svg file

    [2 lines not shown]
VersionDeltaFile
1.39+4-4audio/din/distinfo
1.62+2-3audio/din/Makefile
+6-72 files

NetBSD/pkgsrc wTzVHdpdoc CHANGES-2026

   doc: Updated www/palemoon to 34.3.2nb1
VersionDeltaFile
1.5068+3-1doc/CHANGES-2026
+3-11 files

HardenedBSD/src c017bceshare/man/man4 ix.4, sys/dev/ixgbe if_sriov.c

ixgbe: Reject Flow Director with SR-IOV

The iflib Flow Director path does not assign filters using the
absolute queue and pool identifiers required by SR-IOV.  Reject the
combination during preflight validation rather than allowing an
unsupported configuration to alter the PF receive path.

The loader tunable is fixed before VFs can be created, so validation
also prevents the reverse ordering of this combination.

MFC after:      2 weeks
DeltaFile
+5-0sys/dev/ixgbe/if_sriov.c
+2-1share/man/man4/ix.4
+7-12 files

FreeBSD/src c017bceshare/man/man4 ix.4, sys/dev/ixgbe if_sriov.c

ixgbe: Reject Flow Director with SR-IOV

The iflib Flow Director path does not assign filters using the
absolute queue and pool identifiers required by SR-IOV.  Reject the
combination during preflight validation rather than allowing an
unsupported configuration to alter the PF receive path.

The loader tunable is fixed before VFs can be created, so validation
also prevents the reverse ordering of this combination.

MFC after:      2 weeks
DeltaFile
+5-0sys/dev/ixgbe/if_sriov.c
+2-1share/man/man4/ix.4
+7-12 files

NetBSD/pkgsrc D3ZMvhFwww/palemoon Makefile.common distinfo, www/palemoon/patches patch-platform_js_src_wasm_WasmSignalHandlers.cpp

   palemoon: Update to 34.3.2

   - A large security audit of over 200 sec bugs in Mozilla land has been
     performed, with the vast majority not being applicable to our code base
     (primarily e10s/IPC bugs).
   - Implemented the URL.Parse() JavaScript convenience function.
VersionDeltaFile
1.47+11-10www/palemoon/distinfo
1.1+17-0www/palemoon/patches/patch-platform_js_src_wasm_WasmSignalHandlers.cpp
1.10+3-3www/palemoon/Makefile.common
+31-133 files

FreeBSD/ports d2f494fsecurity Makefile, security/mkcert distinfo pkg-descr

security/mkcert: New port

A simple tool for making locally-trusted development certificates. It
requires no configuration.

PR:             297301
Co-authored-by: Kenneth Raplee <kenrap at FreeBSD.org>
Approved by:    arrowd (co-mentor)

(cherry picked from commit b48efd140a1e79606b928bb157eeef4f1fafcbaf)
DeltaFile
+69-0security/mkcert/files/truststore_freebsd.go
+32-0security/mkcert/Makefile
+12-0security/mkcert/pkg-descr
+5-0security/mkcert/distinfo
+1-0security/Makefile
+119-05 files

FreeBSD/src 9f4df9fsys/x86/iommu amd_intrmap.c

amd_iommu: Honor disabled interrupt remapping

Do not instantiate an interrupt-remapping context for a unit whose IRTE
support is disabled. In that mode the caller must retain the ordinary
interrupt path.

Reviewed by:    kib
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D58725
DeltaFile
+1-1sys/x86/iommu/amd_intrmap.c
+1-11 files

HardenedBSD/src 9f4df9fsys/x86/iommu amd_intrmap.c

amd_iommu: Honor disabled interrupt remapping

Do not instantiate an interrupt-remapping context for a unit whose IRTE
support is disabled. In that mode the caller must retain the ordinary
interrupt path.

Reviewed by:    kib
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D58725
DeltaFile
+1-1sys/x86/iommu/amd_intrmap.c
+1-11 files

FreeBSD/ports b48efd1security Makefile, security/mkcert distinfo pkg-descr

security/mkcert: New port

A simple tool for making locally-trusted development certificates. It
requires no configuration.

PR:             297301
Co-authored-by: Kenneth Raplee <kenrap at FreeBSD.org>
Approved by:    arrowd (co-mentor)
DeltaFile
+69-0security/mkcert/files/truststore_freebsd.go
+32-0security/mkcert/Makefile
+12-0security/mkcert/pkg-descr
+5-0security/mkcert/distinfo
+1-0security/Makefile
+119-05 files

HardenedBSD/ports b48efd1security Makefile, security/mkcert distinfo pkg-descr

security/mkcert: New port

A simple tool for making locally-trusted development certificates. It
requires no configuration.

PR:             297301
Co-authored-by: Kenneth Raplee <kenrap at FreeBSD.org>
Approved by:    arrowd (co-mentor)
DeltaFile
+69-0security/mkcert/files/truststore_freebsd.go
+32-0security/mkcert/Makefile
+12-0security/mkcert/pkg-descr
+5-0security/mkcert/distinfo
+1-0security/Makefile
+119-05 files

OpenBSD/ports CcUnp3Zshells/atuin Makefile crates.inc

   shells/atuin: update to 18.19.0

   Release notes: https://github.com/atuinsh/atuin/releases/tag/v18.19.0
VersionDeltaFile
1.8+478-424shells/atuin/distinfo
1.8+238-211shells/atuin/crates.inc
1.9+1-1shells/atuin/Makefile
+717-6363 files

HardenedBSD/ports dbf9522www/privatebin Makefile pkg-plist

www/privatebin: Update to 2.0.6

re: https://github.com/PrivateBin/PrivateBin/releases/tag/2.0.6
DeltaFile
+3-3www/privatebin/distinfo
+1-2www/privatebin/pkg-plist
+1-1www/privatebin/Makefile
+5-63 files

FreeBSD/ports dbf9522www/privatebin Makefile pkg-plist

www/privatebin: Update to 2.0.6

re: https://github.com/PrivateBin/PrivateBin/releases/tag/2.0.6
DeltaFile
+3-3www/privatebin/distinfo
+1-2www/privatebin/pkg-plist
+1-1www/privatebin/Makefile
+5-63 files

LLVM/project 62d4f3cclang/lib/StaticAnalyzer/Checkers LifetimeModeling.h LifetimeModeling.cpp, clang/test/Analysis lifetime-bound.cpp

Address review comments.
DeltaFile
+54-30clang/lib/StaticAnalyzer/Checkers/LifetimeModeling.cpp
+27-12clang/test/Analysis/lifetime-bound.cpp
+2-2clang/lib/StaticAnalyzer/Checkers/LifetimeModeling.h
+83-443 files

LLVM/project c7ad682llvm/test/CodeGen/AMDGPU llvm.amdgcn.permlane.ll, llvm/test/CodeGen/AMDGPU/GlobalISel fshr.ll fshl.ll

Merge branch 'users/aokblast/lldb/fix_auxilary_handle' into users/aokblast/lldb/mmap_fix_for_reexport
DeltaFile
+5,162-5,142llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
+4,767-4,791llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
+4,321-4,345llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+3,572-3,745llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane.ll
+3,314-3,041llvm/test/CodeGen/AMDGPU/GlobalISel/fshl.ll
+3,245-2,737llvm/test/CodeGen/AMDGPU/GlobalISel/fshr.ll
+24,381-23,801437 files not shown
+57,494-46,240443 files

LLVM/project a3dac80llvm/test/CodeGen/AMDGPU llvm.amdgcn.permlane.ll, llvm/test/CodeGen/AMDGPU/GlobalISel fshr.ll fshl.ll

Merge branch 'main' into users/aokblast/lldb/fix_auxilary_handle
DeltaFile
+5,162-5,142llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
+4,767-4,791llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
+4,321-4,345llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+3,572-3,745llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane.ll
+3,314-3,041llvm/test/CodeGen/AMDGPU/GlobalISel/fshl.ll
+3,245-2,737llvm/test/CodeGen/AMDGPU/GlobalISel/fshr.ll
+24,381-23,801437 files not shown
+57,494-46,240443 files

NetBSD/pkgsrc-wip c119e7b. Makefile, yayamlls PLIST DESCR

New package: yayamlls 0.2.0

One test failure, reported upstream
DeltaFile
+1,235-0yayamlls/distinfo
+412-0yayamlls/go-modules.mk
+21-0yayamlls/Makefile
+10-0yayamlls/DESCR
+2-0yayamlls/PLIST
+1-0Makefile
+1,681-06 files

LLVM/project 117faf0clang/lib/Basic/Targets AMDGPU.cpp

clang/AMDGPU: Mark more capability target features read-only

Really all amdgpu subtarget features should be read-only, except
for a handful of legitimately configurable modes which should be moved
out of subtarget features. Add a few special cases here which will help
unblock progressing towards using the new generated feature bitset.
DeltaFile
+3-1clang/lib/Basic/Targets/AMDGPU.cpp
+3-11 files