OPNSense/core 8e1be40src/opnsense/www/js/widgets DnsmasqLeases.js Cpu.js

ui: put these back
DeltaFile
+2-2src/opnsense/www/js/widgets/DnsmasqLeases.js
+2-2src/opnsense/www/js/widgets/Cpu.js
+1-1src/opnsense/www/js/widgets/Traffic.js
+1-1src/opnsense/www/js/widgets/Services.js
+1-1src/opnsense/www/js/widgets/Monit.js
+7-75 files

LLVM/project 023248alldb/source/Plugins/Process/Windows/Common DebuggerThread.cpp

[lldb][Windows] Use LazyImport for WaitForDebugEventEx (#201118)

From
https://github.com/llvm/llvm-project/pull/196395#pullrequestreview-4409209050.

This uses `LazyImport` for `WaitForDebugEventEx` to simplify the import.
DeltaFile
+7-16lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
+7-161 files

LLVM/project 1d3b82bmlir/include/mlir/Dialect/SCF/IR SCFOps.td, mlir/include/mlir/Interfaces ControlFlowInterfaces.h

allow early exit from execute_region
DeltaFile
+702-0mlir/test/Dialect/SCF/lower-early-exit.mlir
+489-0mlir/lib/Dialect/SCF/Transforms/LowerEarlyExit.cpp
+271-50mlir/lib/Dialect/SCF/IR/SCF.cpp
+143-0mlir/test/Dialect/Arith/int-range-early-exit.mlir
+95-11mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
+72-16mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
+1,772-7720 files not shown
+2,405-15126 files

LLVM/project e629ad7openmp/runtime/src kmp_adt.h, openmp/runtime/unittests/ADT TestVector.cpp

implement feedback
DeltaFile
+127-119openmp/runtime/unittests/ADT/TestVector.cpp
+26-23openmp/runtime/src/kmp_adt.h
+153-1422 files

LLVM/project fda34a9clang/test/CodeGen/RISCV riscv-cf-protection.c

[clang] Fix lit test after f341dab for envs that cannot write to file (#201121)
DeltaFile
+12-12clang/test/CodeGen/RISCV/riscv-cf-protection.c
+12-121 files

NetBSD/pkgsrc-wip 72eebf5lxqt-clip PLIST Makefile, lxqt-clip/patches patch-lxqt-autostart_CMakeLists.txt

lxqt-clip: move along git-head

Getting this ready for whenever a release is out.
DeltaFile
+19-0lxqt-clip/PLIST
+14-0lxqt-clip/patches/patch-lxqt-autostart_CMakeLists.txt
+7-2lxqt-clip/Makefile
+4-4lxqt-clip/distinfo
+44-64 files

NetBSD/pkgsrc Zt2w5Kxdoc CHANGES-2026

   doc: Updated net/tailscale to 1.98.5
VersionDeltaFile
1.3462+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2R4Guotnet/tailscale distinfo Makefile

   tailscale: update to 1.98.5

   minor bug fixes
VersionDeltaFile
1.5+4-4net/tailscale/distinfo
1.20+3-3net/tailscale/Makefile
+7-72 files

LLVM/project a1dd123mlir/include/mlir/Dialect/SCF/IR SCFOps.td, mlir/include/mlir/Interfaces ControlFlowInterfaces.h

allow early exit from execute_region
DeltaFile
+702-0mlir/test/Dialect/SCF/lower-early-exit.mlir
+489-0mlir/lib/Dialect/SCF/Transforms/LowerEarlyExit.cpp
+271-50mlir/lib/Dialect/SCF/IR/SCF.cpp
+143-0mlir/test/Dialect/Arith/int-range-early-exit.mlir
+95-11mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
+72-16mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
+1,772-7721 files not shown
+2,404-15127 files

LLVM/project 3db25f8libc/src/__support/File/linux file.cpp dir.cpp, libc/src/__support/OSUtil/linux auxv.h

[libc] Use linux_syscalls::open instead of manual SYS_open ifdefs (#201089)

I needed to clean up a few types in file.cpp in order to match the
wrapper prototype.

Assisted by Gemini.
DeltaFile
+13-24libc/src/__support/threads/linux/thread.cpp
+8-16libc/src/__support/File/linux/file.cpp
+3-18libc/src/spawn/linux/posix_spawn.cpp
+6-12libc/src/fcntl/linux/creat.cpp
+8-10libc/src/__support/OSUtil/linux/auxv.h
+2-15libc/src/__support/File/linux/dir.cpp
+40-955 files not shown
+46-9611 files

LLVM/project bd85a10llvm/lib/Target/AMDGPU AMDGPUAsmPrinter.cpp AMDGPUMCResourceInfo.cpp, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.cpp

[AMDGPU] Do not propagate vgpr count in dVGPR mode (#187078)

When dVGPR mode is enabled chain functions should not propagate VGPR
counts from other chain callees. VGPRs are allocated before chaining to
a chain functions. We only propagate counts from non-chain callees.
DeltaFile
+154-0llvm/test/CodeGen/AMDGPU/dvgpr-vgpr-count-propagation.ll
+128-0llvm/test/CodeGen/AMDGPU/dvgpr-vgpr-count-propagation-direct-chain.ll
+59-0llvm/test/CodeGen/AMDGPU/dvgpr-vgpr-count-propagation-indirect.ll
+37-18llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
+34-5llvm/lib/Target/AMDGPU/AMDGPUMCResourceInfo.cpp
+5-3llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+417-265 files not shown
+426-2811 files

FreeBSD/ports cc0710dnet-mgmt/fastnetmon distinfo Makefile, net-mgmt/fastnetmon/files patch-dynamic__binary__buffer.hpp patch-fast__library.cpp

net-mgmt/fastnetmon: Update to 1.2.9

PR: 295758
Reported by:    Marek Zarychta <zarychtam at plan-b.pwste.edu.pl>
Tested by:      Marek Zarychta <zarychtam at plan-b.pwste.edu.pl>
Security:       CVE-2026-48682
Security:       CVE-2026-48683
Security:       CVE-2026-48684
Security:       CVE-2026-48686
Security:       CVE-2026-48688
Security:       CVE-2026-48689
Security:       CVE-2026-48690
Security:       CVE-2026-48691
Security:       CVE-2026-48695
DeltaFile
+0-59net-mgmt/fastnetmon/files/patch-dynamic__binary__buffer.hpp
+0-55net-mgmt/fastnetmon/files/patch-fast__library.cpp
+3-3net-mgmt/fastnetmon/distinfo
+1-2net-mgmt/fastnetmon/Makefile
+4-1194 files

LLVM/project 0bbb91b

[lldb][NFCI] Cleanup AppleObjCClassDescriptorV2::ivar_t API (#200777)
DeltaFile
+0-00 files

NetBSD/pkgsrc lQa9j5Tdoc CHANGES-2026

   doc: Added security/p5-Data-Password version 1.12
VersionDeltaFile
1.3461+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc U7E01ulsecurity Makefile

   security/Makefile: add and enable p5-Data-Password
VersionDeltaFile
1.1012+2-1security/Makefile
+2-11 files

NetBSD/pkgsrc 2PU3agcsecurity/p5-Data-Password Makefile distinfo

   security/p5-Data-Password: add version 1.12

   Add p5-Data-Password package which will be required by newer mail/sympa
   package.


   Data::Password - Perl extension for assessing password quality.
VersionDeltaFile
1.1+16-0security/p5-Data-Password/Makefile
1.1+5-0security/p5-Data-Password/distinfo
1.1+1-0security/p5-Data-Password/DESCR
+22-03 files

NetBSD/pkgsrc Ltgj6Lvdoc CHANGES-2026

   doc: Added security/p5-Crypt-OpenSSL-X509 version 2.0.1
VersionDeltaFile
1.3460+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc slD0Iw9security Makefile

   security/Makefile: Add and enable p5-Crypt-OpenSSL-X509
VersionDeltaFile
1.1011+2-1security/Makefile
+2-11 files

NetBSD/pkgsrc wuYUcUgsecurity/p5-Crypt-OpenSSL-X509 Makefile distinfo

   security/p5-Crypt-OpenSSL-X509: add version 2.0.1

   Add p5-Crypt-OpenSSL-X509 package which will be required by newer mail/sympa
   package.


   Perl extension to OpenSSL's X509 API.
VersionDeltaFile
1.1+18-0security/p5-Crypt-OpenSSL-X509/Makefile
1.1+5-0security/p5-Crypt-OpenSSL-X509/distinfo
1.1+1-0security/p5-Crypt-OpenSSL-X509/DESCR
+24-03 files

OpenBSD/src 7HrcXN5sys/dev/pci if_mwx.c

   Missing change in mwx_wfsys_reset, set the bit in the right place.
VersionDeltaFile
1.17+2-2sys/dev/pci/if_mwx.c
+2-21 files

NetBSD/pkgsrc xEDk6Jldoc CHANGES-2026

   doc: Added archivers/p5-Archive-Zip-SimpleZip version 1.002
VersionDeltaFile
1.3459+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/ports b903793databases/py-asyncpg Makefile distinfo, databases/py-asyncpg/files patch-pyproject.toml

databases/py-asyncpg: Update to 0.31.0
DeltaFile
+21-0databases/py-asyncpg/files/patch-pyproject.toml
+3-4databases/py-asyncpg/Makefile
+3-3databases/py-asyncpg/distinfo
+27-73 files

NetBSD/pkgsrc LTP1nyBarchivers Makefile

   archivers/Makefile: add and enable p5-Archive-Zip-SimpleZip
VersionDeltaFile
1.224+2-1archivers/Makefile
+2-11 files

NetBSD/pkgsrc yTEhkugarchivers/p5-Archive-Zip-SimpleZip Makefile DESCR

   archivers/p5-Archive-Zip-SimpleZip: add version 1.002

   Add p5-Archive-Zip-SimpleZip package which will be required by newer
   mail/sympa package.


   Archive::Zip::SimpleZip is a module that allows the creation of Zip
   archives.  For reading Zip archives, there is a companion module, called
   Archive::Zip::SimpleUnzip, that can read Zip archives.

   This pacakge contains Archive::Zip::SimpleZip and Archive::Zip::SimpleUnzip.
VersionDeltaFile
1.1+17-0archivers/p5-Archive-Zip-SimpleZip/Makefile
1.1+5-0archivers/p5-Archive-Zip-SimpleZip/DESCR
1.1+5-0archivers/p5-Archive-Zip-SimpleZip/distinfo
+27-03 files

OpenBSD/ports 8gXAwSUdevel/llvm/22 distinfo Makefile, devel/llvm/22/patches patch-lld_ELF_Symbols_h patch-lld_ELF_InputFiles_cpp

   update to 22.1.7
VersionDeltaFile
1.2+8-8devel/llvm/22/patches/patch-lld_ELF_Symbols_h
1.7+2-2devel/llvm/22/distinfo
1.2+2-2devel/llvm/22/patches/patch-lld_ELF_InputFiles_cpp
1.10+1-3devel/llvm/22/Makefile
1.2+0-0devel/llvm/22/patches/patch-llvm_lib_Target_X86_X86ISelLowering_cpp
+13-155 files

LLVM/project 52fd3eclibc/include unistd.yaml, libc/include/llvm-libc-macros/linux unistd-macros.h

[libc] Define _POSIX_THREADS and support _SC_THREADS in sysconf (#201091)

Defined the _POSIX_THREADS macro to 202405L in unistd-macros.h for Linux
to signal POSIX thread support.

Also implemented runtime support for _SC_THREADS in sysconf, returning
_POSIX_THREADS, and added _SC_THREADS and _POSIX_THREADS to the public
unistd.yaml specification.

Added compile-time and runtime tests to verify _POSIX_THREADS definition
and sysconf(_SC_THREADS) behavior. Standardized header comments in
unistd-macros.h to conform to LLVM style.

Assisted-by: Automated tooling, human reviewed.

---------

Co-authored-by: Pavel Labath <pavel at labath.sk>
DeltaFile
+28-0libc/test/include/unistd_macros_test.cpp
+9-0libc/test/include/CMakeLists.txt
+8-1libc/include/llvm-libc-macros/linux/unistd-macros.h
+5-0libc/test/src/unistd/sysconf_test.cpp
+4-0libc/include/unistd.yaml
+3-0libc/src/unistd/linux/sysconf.cpp
+57-16 files

NetBSD/pkgsrc-wip 812644bbup-git DESCR

bup-git: Note in DESCR that this tracks upstream git master

and is not for production use.
DeltaFile
+3-0bup-git/DESCR
+3-01 files

LLVM/project 2790e61clang-tools-extra/clang-tidy/readability NonConstParameterCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Fix crash in readability-non-const-parameter with redecls (#200178)

The check matches `VarDecls` with `hasInitializer()`, which uses
`getAnyInitializer()` and may therefore match a redeclaration whose
initializer is attached to another declaration. So calling
`IgnoreParenCasts()` on `VD->getInit()` directly would crash when that
redeclaration had no initializer of its own.

This commit fixes the problem by using a new matcher that only matches
VarDecls with an initializer on the current declaration.

Closes https://github.com/llvm/llvm-project/issues/199197
DeltaFile
+16-0clang-tools-extra/test/clang-tidy/checkers/readability/non-const-parameter.cpp
+10-1clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
+3-0clang-tools-extra/docs/ReleaseNotes.rst
+29-13 files

LLVM/project 6180a48lldb/source/Plugins/DynamicLoader/Windows-DYLD MSVCRTCFrameRecognizer.cpp MSVCRTCFrameRecognizer.h, lldb/source/Plugins/Process/Windows/Common MSVCRTCFrameRecognizer.cpp MSVCRTCFrameRecognizer.h

[lldb][Windows] Register MSVCRTCFrameRecognizer from DynamicLoaderWindowsDYLD (#201097)
DeltaFile
+0-80lldb/source/Plugins/Process/Windows/Common/MSVCRTCFrameRecognizer.cpp
+73-0lldb/source/Plugins/DynamicLoader/Windows-DYLD/MSVCRTCFrameRecognizer.cpp
+42-0lldb/source/Plugins/DynamicLoader/Windows-DYLD/MSVCRTCFrameRecognizer.h
+0-41lldb/source/Plugins/Process/Windows/Common/MSVCRTCFrameRecognizer.h
+5-0lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
+3-0lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt
+123-1212 files not shown
+123-1258 files

LLVM/project 2a7524blldb/source/Plugins/Process/Windows/Common ProcessWindows.cpp DebuggerThread.cpp, lldb/test/Shell/Process/Windows output_debug_string.cpp

[lldb][Windows] Support OutputDebugString (#196395)

This picks https://reviews.llvm.org/D128541 back up. It implements
support for `OutputDebugStringA/W` on Windows. It's used by some logging
systems.

The main changes since the original patch:
- Use `WaitForDebugEventEx` for getting debug events over
`WaitForDebugEvent`. According to the
[docs](https://learn.microsoft.com/en-us/windows/win32/api/debugapi/nf-debugapi-waitfordebugeventex),
the only difference is that the -Ex version correctly outputs Unicode
strings.
- Support strings longer than 64 KiB. I set an arbitrary limit of 1 MiB
for the strings we read. The debugger interface only tells us the length
modulo 64 KiB which is a bit awkward. Libraries like Qt already chunk
calls to `OutputDebugString`, so strings shouldn't be too big in
practice.
- Output to stdout instead of a log channel, so the output is always
enabled. I don't know if this should go to stdout or stderr.

    [8 lines not shown]
DeltaFile
+86-1lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
+58-0lldb/test/Shell/Process/Windows/output_debug_string.cpp
+9-5lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
+6-1lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
+4-2lldb/source/Plugins/Process/Windows/Common/LocalDebugDelegate.cpp
+5-1lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
+168-105 files not shown
+180-1511 files