NetBSD/pkgsrc-wip f5fd60eCodeWhale Makefile COMMIT_MSG

Update misc/CodeWhale to v.0.9.7
DeltaFile
+36-9CodeWhale/distinfo
+11-2CodeWhale/cargo-depends.mk
+5-6CodeWhale/DESCR
+1-1CodeWhale/Makefile
+1-1CodeWhale/COMMIT_MSG
+54-195 files

LLVM/project 4c6ec79mlir/include/mlir/Dialect/LLVMIR LLVMOps.td, mlir/include/mlir/Interfaces ControlFlowInterfaces.td

[mlir][Interfaces] Use `areTypesCompatible` instead of `mayForwardTypeToSuccessor`
DeltaFile
+10-10mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
+3-16mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
+2-3mlir/lib/Transforms/Utils/RegionUtils.cpp
+15-293 files

OpenBSD/ports XVmGh1qemulators/mgba Makefile

   Disable markdown-to-HTML conversion.

   Hidden dep on pandoc noticed by naddy@
VersionDeltaFile
1.57+6-1emulators/mgba/Makefile
+6-11 files

LLVM/project 500afbdllvm/include/llvm/ExecutionEngine/JITLink ppc64.h, llvm/lib/ExecutionEngine/JITLink JITLink.cpp

[JITLink][ORC] Add ppc64 to generic stub API; use it in DLLImportDefinitionGenerator (#207968)

`getAnonymousPointerCreator` and `getPointerJumpStubCreator` provide
arch-neutral factory functions for pointer slots and PLT jump stubs, but
ppc64/ppc64le were missing from both switch tables.

Add ppc64 support: `createAnonymousPointer` maps directly, while
`createAnonymousPointerJumpStub` requires a lambda wrapper to fix the
endianness template parameter and supply _LongBranchSaveR2_ as the stub
kind (the correct default for external calls that must preserve the TOC
pointer). Callers needing a different stub kind can construct a
`PointerJumpStubCreator` lambda directly. Update
`DLLImportDefinitionGenerator::createStubsGraph` to use these
arch-neutral factories instead of calling jitlink::x86_64:: directly,
completing part of the work tracked in issue
https://github.com/llvm/llvm-project/issues/57162
DeltaFile
+21-9llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
+13-0llvm/include/llvm/ExecutionEngine/JITLink/ppc64.h
+9-0llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
+43-93 files

FreeBSD/ports 719effbsysutils/bmd Makefile distinfo

sysutils/bmd: Update to 3.7

PR:     297542
DeltaFile
+3-3sysutils/bmd/distinfo
+1-1sysutils/bmd/Makefile
+4-42 files

FreeBSD/ports 81b7bb9sysutils/rsyslog8 Makefile

sysutils/rsyslog8: Add pgsql and mysql flavours

These new flavours enable the pre-existing PGSQL or MYSQL options so
that a package with RDBMS support is available.

PR:     297415
DeltaFile
+10-0sysutils/rsyslog8/Makefile
+10-01 files

NetBSD/pkgsrc vEUvw2hdoc TODO CHANGES-2026

   doc: Updated math/ggml to 0.20.0
VersionDeltaFile
1.27749+2-1doc/TODO
1.5295+2-1doc/CHANGES-2026
+4-22 files

NetBSD/pkgsrc 6ob0AIGmath/ggml PLIST Makefile

   ggml: update to 0.20.0

   no summary available
VersionDeltaFile
1.8+4-4math/ggml/distinfo
1.2+2-2math/ggml/PLIST
1.8+2-2math/ggml/Makefile
+8-83 files

FreeBSD/ports 0c4b097net-im/py-zapzap distinfo Makefile

net-im/py-zapzap: Update to 7.4.1

Reported by:    Rafael Tosta <notifications at github.com>
DeltaFile
+1-8net-im/py-zapzap/Makefile
+3-3net-im/py-zapzap/distinfo
+4-112 files

FreeBSD/ports 2180ca2net/rustconn Makefile Makefile.crates

net/rustconn: Update to 0.20.2

ChangeLog:

- https://github.com/totoshko88/RustConn/releases/tag/v0.20.1
- https://github.com/totoshko88/RustConn/releases/tag/v0.20.2

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+43-43net/rustconn/distinfo
+20-20net/rustconn/Makefile.crates
+1-1net/rustconn/Makefile
+64-643 files

NetBSD/pkgsrc-wip 19a6815cq-cli PLIST COMMIT_MSG

cq-cli: import cq-cli-0.17.0 as wip/cq-cli

An open standard for shared agent learning -- structured knowledge that
prevents AI agents from repeating each other's mistakes.

The term **cq** is derived from two sources: *colloquy*, a structured
exchange of ideas where understanding emerges through dialogue rather than
one-way output, and **CQ**, a radio call sign ("any station, respond"),
capturing the same model: open invitation, response, and collective signal
built through interaction. Both capture the same idea: agents broadcasting
what they've learned and listening for what others already know.
DeltaFile
+194-0cq-cli/distinfo
+65-0cq-cli/go-modules.mk
+32-0cq-cli/Makefile
+9-0cq-cli/DESCR
+3-0cq-cli/COMMIT_MSG
+2-0cq-cli/PLIST
+305-01 files not shown
+306-07 files

LLVM/project 3eeed35llvm/include/llvm/ADT APInt.h, llvm/lib/Support APInt.cpp

[ADT] Mark deprecated APInt constructor deleted (#216371)

Mark deprecated APInt constructor, taking uint64_t[] deleted instead of
removing it as the comment suggests.
DeltaFile
+5-9llvm/include/llvm/ADT/APInt.h
+0-5llvm/lib/Support/APInt.cpp
+5-142 files

NetBSD/pkgsrc F3ov6yXdoc CHANGES-2026

   doc: Updated www/resterm to 1.1.0
VersionDeltaFile
1.5294+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc RNVXoSjwww/resterm go-modules.mk Makefile

   resterm: Update to 1.1.0

   Changelog

   Path completion
   Resterm now shows matching files and directories in the open and save dialogs, and while entering supported commands.
VersionDeltaFile
1.27+3-3www/resterm/distinfo
1.29+1-1www/resterm/Makefile
1.18+0-0www/resterm/go-modules.mk
+4-43 files

FreeBSD/ports 1bc6e53databases/py-harlequin distinfo Makefile

databases/py-harlequin: Update to 2.9.0

- Update list of run dependencies

ChangeLog:      https://github.com/tconbeer/harlequin/releases/tag/v2.9.0
Reported by:    Ted Conbeer <notifications at github.com>
DeltaFile
+3-3databases/py-harlequin/distinfo
+4-2databases/py-harlequin/Makefile
+7-52 files

FreeBSD/ports 914c13fcomms/meshcore-cli Makefile distinfo

comms/meshcore-cli: upgrade to 1.6.0
DeltaFile
+3-3comms/meshcore-cli/distinfo
+1-1comms/meshcore-cli/Makefile
+4-42 files

NetBSD/pkgsrc lLjYTShnet/rrsync Makefile, net/rsync Makefile Makefile.common

   rsync, rrsync: put some shared values into Makefile.common
VersionDeltaFile
1.1+13-0net/rsync/Makefile.common
1.2+3-8net/rrsync/Makefile
1.136+2-8net/rsync/Makefile
+18-163 files

FreeBSD/ports 0a9ac89textproc/py-urlscan distinfo Makefile

textproc/py-urlscan: Update to 1.1.0

- Update list of build dependencies

ChangeLog:      https://github.com/firecat53/urlscan/releases/tag/1.1.0
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-4textproc/py-urlscan/Makefile
+3-3textproc/py-urlscan/distinfo
+6-72 files

LLVM/project bbff70cllvm/test/CodeGen/NVPTX tcgen05-mma-collector-b.ll tcgen05-mma-sp-disable-output-lane-collector-b.ll

[NVPTX] Add tcgen05.mma kind::ti16 for sm_107f + mxf4{nvf4} for sm_107a (#215624)

Extend NVPTX `tcgen05.mma*` with `kind::ti16` for `sm_107f`.
DeltaFile
+692-0llvm/test/CodeGen/NVPTX/tcgen05-mma-ti16-kind.ll
+572-0llvm/test/CodeGen/NVPTX/tcgen05-mma-sp-mxf4-mxf4nvf4-kind.ll
+309-0llvm/test/CodeGen/NVPTX/tcgen05-mma-sp-collector-b.ll
+217-0llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-collector-b.ll
+212-0llvm/test/CodeGen/NVPTX/tcgen05-mma-sp-disable-output-lane-collector-b.ll
+151-0llvm/test/CodeGen/NVPTX/tcgen05-mma-collector-b.ll
+2,153-011 files not shown
+2,320-11017 files

NetBSD/pkgsrc sTtcpbCdoc CHANGES-2026

   doc: Updated net/inetutils to 2.8nb1
VersionDeltaFile
1.5293+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc JjTMmMInet/inetutils Makefile distinfo, net/inetutils/patches patch-talkd_talkd.c patch-talkd_intalkd.h

   inetutils: fix CVE-2026-19720 using upstream patch.

   Bump PKGREVISION.
VersionDeltaFile
1.1+223-0net/inetutils/patches/patch-talkd_announce.c
1.1+24-0net/inetutils/patches/patch-talkd_intalkd.h
1.1+23-0net/inetutils/patches/patch-talkd_talkd.c
1.10+4-1net/inetutils/distinfo
1.14+2-1net/inetutils/Makefile
+276-25 files

FreeBSD/doc a4db7abwebsite/content/en/releases/14.5R schedule.adoc

14.5: On schedule

The 14.5-BETA2 builds started on August 14, 2026.

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+1-1website/content/en/releases/14.5R/schedule.adoc
+1-11 files

LLVM/project 585178dllvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 intrinsic-vector-match-sve2.ll

[AArch64] Remove search size limit in VECTOR_MATCH lowering (#215786)

Any legal (64/128-bits) needle vector can be lowered to `match`.
DeltaFile
+29-0llvm/test/CodeGen/AArch64/intrinsic-vector-match-sve2.ll
+0-8llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+29-82 files

FreeBSD/src fa0dc4fcontrib/less search.c command.c

MFV: less v704.

MFC after:      3 days
DeltaFile
+245-91contrib/less/decode.c
+213-114contrib/less/less.nro
+147-59contrib/less/regexp.c
+173-29contrib/less/optfunc.c
+132-54contrib/less/command.c
+83-55contrib/less/search.c
+993-40238 files not shown
+1,844-76344 files

FreeBSD/src 156348a. command.c optfunc.c

Vendor import of less v704.
DeltaFile
+731-644less.man
+245-91decode.c
+213-114less.nro
+147-59regexp.c
+173-29optfunc.c
+132-54command.c
+1,641-99146 files not shown
+2,688-1,42852 files

LLVM/project 23e0cbelldb/source/Expression DWARFExpression.cpp, lldb/unittests/Expression DWARFExpressionTest.cpp

[LLDB] fix lldb breg adress width (#216291)

`DW_OP_breg0..31` and `DW_OP_bregx` preserved the scalar width supplied
by the register backend and added their displacement as a `uint64_t`. On
32-bit targets this could leave a 64-bit value on the expression stack,
so later generic address arithmetic did not wrap at the target address
size.

Perform the register-plus-offset calculation using the evaluator's
address-sized generic representation. This keeps `DW_OP_breg*` results
at the target address width without changing shared register reading or
the generic
operand compatibility rule.

Add unit tests for both compact and extended breg opcodes. They cover a
32-bit register value, a backend-provided 64-bit register value on i386,
a negative displacement, and modulo-32-bit overflow.

Fixes #209728
DeltaFile
+31-0lldb/unittests/Expression/DWARFExpressionTest.cpp
+4-2lldb/source/Expression/DWARFExpression.cpp
+35-22 files

LLVM/project d0bc528llvm/tools/llvm-nm llvm-nm.cpp

Address review comments on the parameter.
DeltaFile
+2-3llvm/tools/llvm-nm/llvm-nm.cpp
+2-31 files

Linux/linux 15ef2f7drivers/input/touchscreen sur40.c

Merge tag 'input-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input

Pull input fixes from Dmitry Torokhov:

 - A couple of fixes to the sur40 touchscreen driver to correct
   registration and teardown ordering, and to fix error path
   unwinding when video device registration fails.

* tag 'input-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: sur40 - fix V4L error path cleanup
  Input: sur40 - fix input device registration ordering
DeltaFile
+13-10drivers/input/touchscreen/sur40.c
+13-101 files

LLVM/project 04956d9llvm/include/llvm/Analysis DXILResource.h, llvm/include/llvm/IR IntrinsicsDirectX.td

[DirectX] Add support for heap resources to `DXILResourceMap`.

- `DXILResourceMap` now handles a new `llvm.dx.resource.handlefromheap` intrisics
  and adds the heap resources to the resource map.

- A new member `HeapResourceID` has been added to `ResourceInfo` to distinguish
  between heap resource instances created from different indices. The `HeapResourceID`
  is unique for each heap index `Value*`, so multiple handle creation calls using
  the same index `Value*` resolve to the same resource.

- Heap resources do not have register bindings, so the `Binding` member
  on `ResourceInfo` is now optional.

- All places that were always expecting binding are updated to handle
  heap resources. In most cases that means skipping them, such as when
  generating DXIL resource metadata, creating PSV resource entries or
  pretty-printing the resource table comment for the module disassembly
  output.


    [2 lines not shown]
DeltaFile
+174-0llvm/test/Analysis/DXILResource/buffer-fromheap.ll
+50-14llvm/lib/Analysis/DXILResource.cpp
+24-7llvm/include/llvm/Analysis/DXILResource.h
+9-5llvm/lib/Target/DirectX/DXILTranslateMetadata.cpp
+12-0llvm/test/CodeGen/DirectX/resource_from_heap_counter_error.ll
+10-0llvm/include/llvm/IR/IntrinsicsDirectX.td
+279-262 files not shown
+289-268 files

LLVM/project 22eba47lld/ELF SyntheticSections.cpp, lld/test/ELF eh-frame-hdr-oscillation.s

[ELF] Prevent .eh_frame_hdr size oscillation in address assignment (#216248)

When .eh_frame_hdr size shifts, section addresses can change whether
FDEs evaluate to identical PC-relative offsets, causing FDE
deduplication count to toggle and section size to oscillate infinitely
between passes.

Prevent .eh_frame_hdr from shrinking during iterative address assignment
passes (matching .relr.dyn) to ensure monotonic convergence.
DeltaFile
+51-0lld/test/ELF/eh-frame-hdr-oscillation.s
+6-0lld/ELF/SyntheticSections.cpp
+57-02 files