Illumos/gate c9797e7usr/src/cmd/mdb Makefile.kmdb Makefile.libstand, usr/src/cmd/mdb/demo Makefile.common README

13755 mdb: remove CNOWARN_UNINIT
Reviewed by: Bill Sommerfeld <sommerfeld at hamachi.org>
Approved by: Gordon Ross <gordon.w.ross at gmail.com>
DeltaFile
+1-28usr/src/cmd/mdb/intel/amd64/kmdb/Makefile
+2-14usr/src/cmd/mdb/demo/Makefile.common
+5-6usr/src/cmd/mdb/Makefile.kmdb
+2-8usr/src/cmd/mdb/Makefile.libstand
+3-6usr/src/cmd/mdb/demo/README
+0-6usr/src/cmd/mdb/intel/ia32/libproc/Makefile
+13-6869 files not shown
+19-20175 files

NetBSD/src t89sFdCusr.bin/systat vmstat.c

   PR/60440: Havard Eidnes: avoid systat vmstat SysCal field overflow by scaling
VersionDeltaFile
1.93+3-6usr.bin/systat/vmstat.c
+3-61 files

OpenBSD/src RUVRF0Rlib/libc/arch/sparc64/gen sigsetjmp.S

   Use ENTRY_NB() for sig{set,long}jmp

   Like on arm, the END_WEAK() trigger "changed binding to STB_WEAK"
   warnings on sparc64 when compiled with clang.

   ok kettenis
VersionDeltaFile
1.6+3-3lib/libc/arch/sparc64/gen/sigsetjmp.S
+3-31 files

LLVM/project 31ddc7emlir/lib/Analysis/Presburger Matrix.cpp

[mlir][presburger] Avoid redundant zero-initialization in insertColumns (#199911)

When insertColumns does not trigger a physical reallocation, the inner
loop needlessly loops up to nReservedColumns - 1. This causes massive
redundant zero-writes on trailing columns that are already zero. This
patch truncates the inner loop start boundary to nColumns - 1, when the
reserved capacity is unchanged, optimizing the non-realloc path from
O(nRows * nReservedColumns) to O(nRows * nColumns).
DeltaFile
+4-4mlir/lib/Analysis/Presburger/Matrix.cpp
+4-41 files

OpenBSD/src d0VhKnnlib/libc/arch/sparc64/gen fpsetsticky.c fpsetmask.c

   Convert libc/arch/sparc64/gen to ANSI-style function definitions

   ok jsg kettenis, lgtm jca
VersionDeltaFile
1.2+2-3lib/libc/arch/sparc64/gen/fpsetsticky.c
1.2+2-3lib/libc/arch/sparc64/gen/fpsetmask.c
1.2+2-3lib/libc/arch/sparc64/gen/fpsetround.c
+6-93 files

OpenBSD/src eNKLr0Alib/libc/arch/sparc64/fpu fpu_explode.c fpu_implode.c

   Convert libc/arch/sparc64/fpu to ANSI-style function definitions

   ok jsg kettenis, lgtm jca
VersionDeltaFile
1.13+9-26lib/libc/arch/sparc64/fpu/fpu_explode.c
1.9+7-24lib/libc/arch/sparc64/fpu/fpu_implode.c
1.8+2-3lib/libc/arch/sparc64/fpu/fpu_sqrt.c
1.6+2-3lib/libc/arch/sparc64/fpu/fpu_add.c
1.6+2-3lib/libc/arch/sparc64/fpu/fpu_div.c
1.5+2-3lib/libc/arch/sparc64/fpu/fpu_mul.c
+24-626 files

FreeBSD/src c52bcd0sys/fs/nfsserver nfs_nfsdstate.c

nfsd: Garbage collect stray NFSv4 state

When a file is deleted on the NFS server by another client,
any NFSv4 state related to that file is left stranded.
This happens because the NFSv4 operations that free the
state use a CFH, which is set by a PutFH operation.
However, the PutFH fails with ESTALE because the file has
been deleted.

This patch adds a function called nfsrv_freestrandedstate()
that frees all the NFSv4 state related to a file and calls
this function when PutFH will be replying ESTALE.

While here, a helper function was defined to handle free'ng
of the nfslockfile structure and replaces the two places
where nearly identical code does this.

Reported by:    Richard Purdie <richard.purdie at linuxfoundation.org>
Tested by:      Michael Halstead <mhalstead at linuxfoundation.org>
MFC after:      2 weeks
DeltaFile
+75-14sys/fs/nfsserver/nfs_nfsdstate.c
+75-141 files

FreeBSD/ports 599ad80security/nextcloud-twofactor_admin distinfo Makefile

security/nextcloud-twofactor_admin: Update to 4.12.0
DeltaFile
+3-3security/nextcloud-twofactor_admin/distinfo
+2-2security/nextcloud-twofactor_admin/Makefile
+5-52 files

LLVM/project a11e844clang/include/clang/Analysis/Analyses/LifetimeSafety Utils.h

[clang][LifetimeSafety] Short-circuit joins of identical immutable containers (#208908)
DeltaFile
+4-0clang/include/clang/Analysis/Analyses/LifetimeSafety/Utils.h
+4-01 files

FreeBSD/ports 383868cemulators/wine-devel distinfo Makefile

emulators/wine-devel: Update 11.12 => 11.13

Changelog:
- Better support for input pointers.
- Improved keyboard scancode mapping on X11.
- Various bug fixes.
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.13

PR:             296690
Sponsored by:   UNIS Labs
DeltaFile
+3-3emulators/wine-devel/distinfo
+1-1emulators/wine-devel/Makefile
+1-0emulators/wine-devel/pkg-plist
+5-43 files

NetBSD/src KmW0bxwsys/dev/pci veritefb.c veritefbreg.h

   Add Rendition Verite V2100/V2200 (PCI/AGP) wsdisplay driver.

   The driver supports:
   - Fully accelerated console, provided that the user installs microcode
   from the Windows driver (v20002d.uc). The driver runs unaccelerated
   until root file system is available, or if the microcode is not present.
   - Mode setting and DDC.

   Redistribution terms of the original microcode are unclear, therefore
   it must be obtained seprarately.

   At some point in the future, we may just develop an alternative microcode,
   since Verite RISC is documented and reverse engineering efforts have
   filled the knowledge gaps.
VersionDeltaFile
1.1+2,473-0sys/dev/pci/veritefb.c
1.1+259-0sys/dev/pci/veritefbreg.h
1.1+152-0sys/dev/pci/veritefb_ucode.h
1.1+88-0sys/dev/pci/veritefbio.h
1.454+8-1sys/dev/pci/files.pci
+2,980-15 files

NetBSD/src wcVv6AFsys/dev/pci pcidevs_data.h

   Leftover regen.
VersionDeltaFile
1.1518+1,629-1,622sys/dev/pci/pcidevs_data.h
+1,629-1,6221 files

OpenBSD/ports BhGkoX0devel/git distinfo Makefile, devel/git/patches patch-connect_c patch-transport-helper_c

   Update to git-2.55.0.
VersionDeltaFile
1.219+4-4devel/git/distinfo
1.125+4-0devel/git/pkg/PLIST-main
1.298+1-2devel/git/Makefile
1.2+0-0devel/git/patches/patch-connect_c
1.2+0-0devel/git/patches/patch-transport-helper_c
+9-65 files

NetBSD/pkgsrc F7yPEdnlang/nodejs distinfo Makefile

   Pullup ticket #7153 - requested by taca
   lang/nodejs: Security fix

   Revisions pulled up:
   - lang/nodejs/Makefile                                          1.354
   - lang/nodejs/distinfo                                          1.322

   ---
      Module Name:    pkgsrc
      Committed By:   adam
      Date:           Mon Jun 22 08:55:22 UTC 2026

      Modified Files:
              pkgsrc/lang/nodejs: Makefile distinfo

      Log Message:
      nodejs: updated to 26.3.1

      26.3.1 (Current)

    [14 lines not shown]
VersionDeltaFile
1.321.2.1+4-4lang/nodejs/distinfo
1.353.2.1+2-2lang/nodejs/Makefile
+6-62 files

FreeBSD/ports 131d7b4security/netbird distinfo Makefile

security/netbird: Update 0.72.2 => 0.74.4

Changelogs:
https://github.com/netbirdio/netbird/releases/tag/v0.72.3
https://github.com/netbirdio/netbird/releases/tag/v0.72.4
https://github.com/netbirdio/netbird/releases/tag/v0.73.0
https://github.com/netbirdio/netbird/releases/tag/v0.73.1
https://github.com/netbirdio/netbird/releases/tag/v0.73.2
https://github.com/netbirdio/netbird/releases/tag/v0.74.0
https://github.com/netbirdio/netbird/releases/tag/v0.74.1
https://github.com/netbirdio/netbird/releases/tag/v0.74.2
https://github.com/netbirdio/netbird/releases/tag/v0.74.3
https://github.com/netbirdio/netbird/releases/tag/v0.74.4

Commit log:
https://github.com/netbirdio/netbird/compare/v0.72.2...v0.74.4

PR:             296688
Sponsored by:   UNIS Labs

    [3 lines not shown]
DeltaFile
+5-5security/netbird/distinfo
+1-2security/netbird/Makefile
+6-72 files

LLVM/project 9d5d883llvm/lib/Transforms/AggressiveInstCombine AggressiveInstCombine.cpp, llvm/test/Transforms/AggressiveInstCombine/X86 or-load.ll

[AggressiveInstCombine] Fix crash when folding consecutive loads into a type smaller than the combined load (#207229)
DeltaFile
+51-0llvm/test/Transforms/AggressiveInstCombine/X86/or-load.ll
+8-3llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
+59-32 files

FreeBSD/ports 77282desecurity/netbird distinfo Makefile

security/netbird: Update 0.72.2 => 0.74.4

Changelogs:
https://github.com/netbirdio/netbird/releases/tag/v0.72.3
https://github.com/netbirdio/netbird/releases/tag/v0.72.4
https://github.com/netbirdio/netbird/releases/tag/v0.73.0
https://github.com/netbirdio/netbird/releases/tag/v0.73.1
https://github.com/netbirdio/netbird/releases/tag/v0.73.2
https://github.com/netbirdio/netbird/releases/tag/v0.74.0
https://github.com/netbirdio/netbird/releases/tag/v0.74.1
https://github.com/netbirdio/netbird/releases/tag/v0.74.2
https://github.com/netbirdio/netbird/releases/tag/v0.74.3
https://github.com/netbirdio/netbird/releases/tag/v0.74.4

Commit log:
https://github.com/netbirdio/netbird/compare/v0.72.2...v0.74.4

PR:             296688
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+5-5security/netbird/distinfo
+1-2security/netbird/Makefile
+6-72 files

Illumos/gate 65c22b1usr/src/cmd/fs.d/nfs/nfslog fhtab.h nfslogd.h, usr/src/lib/krb5/plugins/kdb/db2 policy_db.h

18213 rpc/xdr.h should not pull in stdio.h
Reviewed by: Hans Rosenfeld <rosenfeld at grumpf.hope-2000.org>
Reviewed by: Toomas Soome <tsoome at me.com>
Reviewed by: Bill Sommerfeld <sommerfeld at hamachi.org>
Approved by: Dan McDonald <danmcd at edgecast.io>
DeltaFile
+4-2usr/src/cmd/fs.d/nfs/nfslog/fhtab.h
+2-2usr/src/uts/common/rpc/xdr.h
+2-1usr/src/lib/libnisdb/db_vers_c.x
+2-1usr/src/lib/libnisdb/db_pickle.h
+2-1usr/src/lib/krb5/plugins/kdb/db2/policy_db.h
+2-1usr/src/cmd/fs.d/nfs/nfslog/nfslogd.h
+14-817 files not shown
+31-823 files

FreeBSD/ports e0acf96security/dogtag-pki Makefile, security/dogtag-pki/files patch-base_common_python_pki_____init____.py

security/dogtag-pki: Fix PKI version file path

Read share/pki/VERSION from LOCALBASE instead of the Linux
/usr/share/pki path.

Sponsored by:   Netzkommune GmbH
DeltaFile
+11-0security/dogtag-pki/files/patch-base_common_python_pki_____init____.py
+1-1security/dogtag-pki/Makefile
+12-12 files

OpenBSD/src pAj9j05sys/uvm uvm_swap.c uvm_pager.c

   Encrypt swap pages "inline" instead of going through a bounce buffer.  This
   means we no longer need to reserve bounce pages for the pagdaemon.  Instead
   we can use the complete set of psegs to swap out pages.  Note that there is
   another important consequence of this diff.  Before the old page remaines
   unencrypted and on the inactive queue, where it will sit until the
   pagedaemon runs again and kills it.  With this diff, pages will be freed
   as soon as the I/O completes.  This is probably an improvement in itself.

   This is simplified version of a diff posted by mpi@ earlier this year.
   These simplifications were possible because we no longer bounce pages to
   meet DMA constraints in the swap code.

   ok deraadt@
VersionDeltaFile
1.183+95-210sys/uvm/uvm_swap.c
1.99+55-36sys/uvm/uvm_pager.c
1.160+12-9sys/uvm/uvm_pdaemon.c
1.23+8-2sys/uvm/uvm_swap.h
1.190+2-2sys/uvm/uvm_page.c
1.74+2-2sys/uvm/uvm_page.h
+174-2616 files

LLVM/project 847fe43llvm/lib/Target/AArch64 AArch64FrameLowering.cpp, llvm/test/CodeGen/AArch64 preserve-all-large-csr.ll

[AArch64] Fix miscompilation due to integer overflow in immediate offset for stack store/load instructions with preserve_all (#207026)

Fix AArch64 framelowering bug exposed by a preserve_all function that
spills 30+ callee-saved registers: paired stp/ldp offsets overflows the
signed 7-bit immediate, fixed by spilling those registers as single
str/ldr instead.

AI Usage Disclosure
AI was used to help the: 
- investigation process 
- suggestion of solution  
- suggestion of comment wordings

Fixes #204564
DeltaFile
+225-0llvm/test/CodeGen/AArch64/preserve-all-large-csr.ll
+7-3llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
+232-32 files

FreeBSD/ports a84928dcad/qspeakers distinfo Makefile

cad/qspeakers: Update to upstream release 1.8.6

Details:
- Mostly bugfixes, see
  https://github.com/be1/qspeakers/compare/1.8.5...1.8.6

MFH:            2026Q3
(cherry picked from commit 385bc3256cbdfeee2b079fd65ee8e96ca0164879)
DeltaFile
+3-3cad/qspeakers/distinfo
+3-2cad/qspeakers/Makefile
+6-52 files

FreeBSD/ports 385bc32cad/qspeakers distinfo Makefile

cad/qspeakers: Update to upstream release 1.8.6

Details:
- Mostly bugfixes, see
  https://github.com/be1/qspeakers/compare/1.8.5...1.8.6

MFH:            2026Q3
DeltaFile
+3-3cad/qspeakers/distinfo
+3-2cad/qspeakers/Makefile
+6-52 files

FreeBSD/ports 3694a9adevel/jansson distinfo Makefile

devel/jansson: Fix symbol versioning

PR:             296617
MFH:            2026Q3
Differential Revision:  https://reviews.freebsd.org/D58120

(cherry picked from commit 29783922a8601e22f1d5ad36e132703c710d7ee8)
DeltaFile
+5-1devel/jansson/distinfo
+5-0devel/jansson/Makefile
+10-12 files

LLVM/project e490b43clang/lib/Rewrite HTMLRewrite.cpp, clang/lib/StaticAnalyzer/Core HTMLDiagnostics.cpp

[analyzer] Fix invalid HTML nesting for popups at end of line (#207793)

The static analyzer's HTML reports contain misnested tags whenever a
variable with a `variable_popup` is the last token on a source line.
`AddLineNumber` inserts the row-closing `</td></tr>` with `InsertTextBefore`, which
places it in front of text previously inserted at the same offset. As a result,
the popup's closing `</table></span>` tags and the arrow anchor `</span>`
tags end up outside the table row. HTML parsers (jsoup, pup) and validators
reject the file from that point on.

Before:

<span class='variable'>b</td></tr><table
class='variable_popup'>...</table></span></span></span>

<img width="786" height="414" alt="image"
src="https://github.com/user-attachments/assets/023461ad-73e4-424e-a4fb-42faf7a945f0"
/>


    [28 lines not shown]
DeltaFile
+23-0clang/test/Analysis/html_diagnostics/variable-popups-eol.c
+8-5clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
+1-1clang/lib/Rewrite/HTMLRewrite.cpp
+32-63 files

FreeBSD/ports 2978392devel/jansson distinfo Makefile

devel/jansson: Fix symbol versioning

PR:             296617
MFH:            2026Q3
Differential Revision:  https://reviews.freebsd.org/D58120
DeltaFile
+5-1devel/jansson/distinfo
+5-0devel/jansson/Makefile
+10-12 files

FreeBSD/ports cb66985databases/ladybug distinfo Makefile

databases/ladybug: Update 0.18.0 => 0.18.1

Changelog:
https://github.com/LadybugDB/ladybug/releases/tag/v0.18.1

PR:             296684
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 4e7586e42b2c05048a91e372a4cdd05032df1e6e)
DeltaFile
+3-3databases/ladybug/distinfo
+2-2databases/ladybug/Makefile
+5-52 files

FreeBSD/ports 4e7586edatabases/ladybug distinfo Makefile

databases/ladybug: Update 0.18.0 => 0.18.1

Changelog:
https://github.com/LadybugDB/ladybug/releases/tag/v0.18.1

PR:             296684
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3databases/ladybug/distinfo
+2-2databases/ladybug/Makefile
+5-52 files

LLVM/project 79ebcadclang/lib/StaticAnalyzer/Checkers BlockInCriticalSectionChecker.cpp, clang/test/Analysis block-in-critical-section-raii.cpp

[analyzer] Prevent inlining RAII ctors/dtors (#208729)

BlockInCriticalSectionChecker registers the pre-call for the RAII ctors
and Dtors - and also the raw 'lock' and 'unlock' handlers.

However, pre-call does not prevent inlining. This means that (in the
likely case of) that the body is present, the analyzer will model the
effect of the lock twice. This happens on libc++ unique_lock.

We really should have eval-called the ctor/dtor to avoid the inlining of
those, but here we are.

rdar://175814310
DeltaFile
+53-0clang/test/Analysis/block-in-critical-section-raii.cpp
+40-9clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
+93-92 files

FreeBSD/ports b58cd2fnet/nfstrace Makefile

net/nfstrace: Fix build with json-c 0.19

json-c 0.19 added static inline accessors to <json-c/linkhash.h>,
which trigger -Wunused-function when building the bundled JSON
analyzer with -Werror.

Suppress the warning by adding -Wno-unused-function to CFLAGS.

Reported by:    olgeni
Differential Revision: https://reviews.freebsd.org/D58135
DeltaFile
+2-2net/nfstrace/Makefile
+2-21 files