LLVM/project dcdcc3dclang/lib/CIR/Dialect/IR CIRDialect.cpp, mlir/include/mlir/Interfaces ControlFlowInterfaces.td ControlFlowInterfaces.h

[mlir][Interfaces] Simplify and align `RegionSuccessor` API
DeltaFile
+36-27mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
+11-13mlir/lib/Dialect/SCF/IR/SCF.cpp
+9-15clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+10-6mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
+5-5mlir/test/lib/Dialect/Test/TestOpDefs.cpp
+5-5mlir/lib/Dialect/Affine/IR/AffineOps.cpp
+76-7116 files not shown
+108-10522 files

FreeBSD/ports 8ed3b73www/glassfish 1

www/glassfish: Remove temporary file

Committed by accident.

Reported by:    joneum
DeltaFile
+0-14www/glassfish/1
+0-141 files

NetBSD/pkgsrc 54i9mjpdoc CHANGES-2026

   doc: Updated emulators/vice to 3.10
VersionDeltaFile
1.243+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc QPr6gV4emulators/vice PLIST Makefile, emulators/vice/patches patch-src_arch_gtk3_joystickdrv_joystick_bsd.c patch-Makefile.in

   emulators/vice: update to 3.10

   changes: many. The full list is at http://vice-emu.sourceforge.io/NEWS .
VersionDeltaFile
1.37+85-93emulators/vice/PLIST
1.1+38-0emulators/vice/patches/patch-src_arch_gtk3_joystickdrv_joystick_bsd.c
1.205+21-15emulators/vice/Makefile
1.19+10-20emulators/vice/options.mk
1.1+19-0emulators/vice/patches/patch-Makefile.in
1.1+17-0emulators/vice/patches/patch-src_lib_libusbsiddrv_USBSID.cpp
+190-1282 files not shown
+197-1348 files

LLVM/project 363903eclang/lib/CIR/CodeGen CIRGenBuiltinAArch64.cpp CIRGenFunction.h, clang/test/CIR/CodeGenBuiltins/AArch64 acle_sve_dup.c

[CIR][AArch64] Add lowering for unpredicated svdup builtins (#174433)

This PR adds CIR lowering support for unpredicated `svdup` SVE builtins.
The corresponding ACLE intrinsics are documented at:
* https://developer.arm.com/architectures/instruction-sets/intrinsics

(search for svdup).

Since LLVM provides a direct intrinsic for svdup with a 1:1 mapping, CIR
lowers these builtins by emitting a call to the corresponding LLVM
intrinsic.

DESIGN NOTES
------------
With this change, ACLE intrinsics that have a corresponding LLVM intrinsic can
generally be lowered by CIR by reusing LLVM intrinsic metadata, avoiding
duplicated intrinsic-name definitions, unless codegen-relevant SVETypeFlags are
involved. As a consequence, CIR may no longer emit NYI diagnostics for
intrinsics that (a) have a known LLVM intrinsic mapping and (b) do not use such

    [47 lines not shown]
DeltaFile
+211-0clang/test/CIR/CodeGenBuiltins/AArch64/acle_sve_dup.c
+114-1clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
+4-0clang/lib/CIR/CodeGen/CIRGenFunction.h
+329-13 files

FreeBSD/src 717ae16sbin/newfs newfs.c

newfs: Add -u to getopt string

Fixes:          68562f8145e8 ("newfs: Add an option to disable soft updates")
DeltaFile
+1-1sbin/newfs/newfs.c
+1-11 files

NetBSD/pkgsrc-wip 6d41a69py-slixmpp Makefile TODO

py-slixmpp: minor gardening

  - Update HOMEPAGE (moved from github to codeberg, website gone)
  - Slight cleanup of TODO
DeltaFile
+1-1py-slixmpp/Makefile
+0-2py-slixmpp/TODO
+1-32 files

LLVM/project a779fdfllvm/include/llvm/Support KnownBits.h, llvm/unittests/Support KnownBitsTest.cpp

[Support] Add KnownBits::isNonPositive() helper and exhaustive test coverage for sign predicates (#175284)

This patch adds:

1. KnownBits::isNonPositive() - Returns true if this value is known to
be non-positive (i.e., the signed maximum value is <= 0). This is
implemented using getSignedMaxValue().isNonPositive().

2. SignPredicatesExhaustive test - An exhaustive test that validates the
correctness of isNegative(), isNonNegative(), isStrictlyPositive(),
isNonPositive(), and isNonZero() by iterating through all possible
KnownBits combinations for 1-bit and 4-bit widths and verifying that the
predicates return true if and only if all possible values represented by
the KnownBits satisfy the predicate.

Fixes #175203
DeltaFile
+41-0llvm/unittests/Support/KnownBitsTest.cpp
+3-0llvm/include/llvm/Support/KnownBits.h
+44-02 files

FreeBSD/src 8a21c17contrib/kyua/cli cmd_debug.cpp, contrib/kyua/utils/cmdline options.cpp parser.cpp

kyua: Add "debug -x|--execute cmd" option

With execenv=jail specified, the "cmd" runs inside the test's jail.

Reviewed by:    ngie, markj
Differential Revision:  https://reviews.freebsd.org/D52642
DeltaFile
+81-1contrib/kyua/cli/cmd_debug.cpp
+24-0contrib/kyua/utils/process/child.cpp
+20-0contrib/kyua/utils/process/child.ipp
+17-3contrib/kyua/utils/cmdline/options.cpp
+15-5contrib/kyua/utils/cmdline/parser.cpp
+6-2contrib/kyua/utils/cmdline/options.hpp
+163-113 files not shown
+178-119 files

NetBSD/pkgsrc-wip 8f6164c. TODO

TODO: + codex-0.80.0, crush-0.31.0, py-typer-0.21.1, resterm-0.16.3.
DeltaFile
+4-0TODO
+4-01 files

NetBSD/pkgsrc NRBxibKdoc TODO

   doc/TODO: add some

   + abseil-20260107.0, alsa-lib-1.2.15.2, ast-grep-0.40.5, dasel-3.2.1,
     hwdata-0.403, jjui-0.9.9, kiwix-desktop-2.5.1, libuninameslist-20260107,
     py-aiodns-4.0.0, py-google-api-core-2.29.0, py-google-auth-2.47.0,
     py-textual-7.1.0, py-uv-build-0.9.24, snmp_exporter-0.30.1.
VersionDeltaFile
1.26651+15-1doc/TODO
+15-11 files

FreeNAS/freenas 272b525src/middlewared/middlewared/plugins sysdataset.py, src/middlewared/middlewared/utils mount.py

Fix
DeltaFile
+30-1src/middlewared/middlewared/utils/mount.py
+4-14src/middlewared/middlewared/plugins/sysdataset.py
+34-152 files

OpenBSD/ports 1IX5RoTsysutils/firmware/arm64-qcom-dtb Makefile, sysutils/firmware/arm64-qcom-dtb/pkg PLIST

   Add the device tree for the low-spec ASUS Zenbook A14.

   ok tobhe@, patrick@
VersionDeltaFile
1.27+2-1sysutils/firmware/arm64-qcom-dtb/Makefile
1.9+1-0sysutils/firmware/arm64-qcom-dtb/pkg/PLIST
+3-12 files

OpenBSD/src eyQD8Aesys/arch/arm64/stand/efiboot efiboot.c conf.c

   Add support for the ASUS Zenbook A14.  There are two different models
   (UX3407QA and UX3407RA) that need different device trees.  This means
   the letters at the end of the model number are meaningful so adjust the
   entry for the ASUS Vivobook S 15 as well.

   ok tobhe@
VersionDeltaFile
1.67+6-2sys/arch/arm64/stand/efiboot/efiboot.c
1.52+2-2sys/arch/arm64/stand/efiboot/conf.c
+8-42 files

FreeBSD/ports 11382b9misc/py-huggingface-hub distinfo Makefile

misc/py-huggingface-hub: Update to 1.3.1

Changelog:
- https://github.com/huggingface/huggingface_hub/releases/tag/v1.3.0
- https://github.com/huggingface/huggingface_hub/releases/tag/v1.3.1

Reported by:    portscout
DeltaFile
+3-3misc/py-huggingface-hub/distinfo
+1-1misc/py-huggingface-hub/Makefile
+4-42 files

FreeBSD/ports da45490devel/py-ty distinfo Makefile

devel/py-ty: Update to 0.0.11

Changelog: https://github.com/astral-sh/ty/blob/0.0.11/CHANGELOG.md

Reported by:    Repology
DeltaFile
+5-5devel/py-ty/distinfo
+1-1devel/py-ty/Makefile
+1-1devel/py-ty/Makefile.crates
+7-73 files

LLVM/project 76ce034clang/unittests/Basic CMakeLists.txt

[clang] [unittest] Fix linking against dylib (#175317)

Fix a regression introduced in #174513 that would cause `BasicTests` to
link directly to static `LLVMTargetParser` library instead of using the
component linking, to respect dylib.

Signed-off-by: Michał Górny <mgorny at gentoo.org>
DeltaFile
+1-1clang/unittests/Basic/CMakeLists.txt
+1-11 files

HardenedBSD/src 0adf57crelease/powerpc mkisoimages.sh

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+1-1release/powerpc/mkisoimages.sh
+1-11 files

HardenedBSD/src 77afb35release/powerpc mkisoimages.sh

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+1-1release/powerpc/mkisoimages.sh
+1-11 files

OpenBSD/ports sEs5farx11/gnome/terminal Makefile

   Fix RUN_DEPENDS-main.
VersionDeltaFile
1.214+4-1x11/gnome/terminal/Makefile
+4-11 files

LLVM/project 362b653llvm/lib/Transforms/InstCombine InstCombineCalls.cpp, llvm/test/Transforms/InstCombine umin_cttz_ctlz.ll

[InstCombine] Fold Minimum over trailing or leading zeros (#173768)

Add support for
`umin(clz(x), clz(y)) => clz(x | y)`
`umin(ctz(x), ctz(y)) => ctz(x | y)`

[C++ source](https://godbolt.org/z/E8abbjT7G)
[alive proof](https://alive2.llvm.org/ce/z/mh94_n)

Fixes #173691
DeltaFile
+152-0llvm/test/Transforms/InstCombine/umin_cttz_ctlz.ll
+16-8llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
+168-82 files

OpenBSD/ports uSxQQCnx11/mate/marco Makefile

   Needs desktop-file-utils.
VersionDeltaFile
1.31+2-2x11/mate/marco/Makefile
+2-21 files

OpenBSD/src nyXjV6Lsys/arch/arm64/dev aplns.c

   Drop the "apple,nvme-m1" compatible; this was only used during early
   bringup.

   ok tobhe@, miod@
VersionDeltaFile
1.17+2-3sys/arch/arm64/dev/aplns.c
+2-31 files

OpenBSD/ports i7jDXL9productivity/gnucash-docs Makefile

   Fix RDEP on x11/gnome/yelp.
VersionDeltaFile
1.31+6-0productivity/gnucash-docs/Makefile
+6-01 files

NetBSD/pkgsrc-wip b8099f8py-silero-vad PLIST distinfo, py-silero-vad/patches patch-src_ggml_src_ggml-cpu_ops.cpp

py-silero-vad: Add upstream PR and create PLIST
DeltaFile
+11-3py-silero-vad/PLIST
+1-1py-silero-vad/distinfo
+1-0py-silero-vad/patches/patch-src_ggml_src_ggml-cpu_ops.cpp
+13-43 files

NetBSD/pkgsrc ecvjTr9doc CHANGES-2026

   Updated devel/py-awscrt, devel/py-gcovr
VersionDeltaFile
1.242+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc uEU3rqwdevel/py-gcovr PLIST Makefile

   py-gcovr: updated to 8.5

   8.5
   Breaking changes:

   The option --lcov-test-name doesn't accept values with spaces anymore.
   The option --lcov-format-1.x is deprecated and mapped to --lcov-format-version=1.x.
   Changes to HTML templates:
   The file overview table in the default theme now uses a grid layout.
   The function lists table in both themes are changed to a grid layout.
   Add a common template folder where the common templates for the themes are stored.
   It contains the function content and source page navigation templates.
   Restructure the the summary and move some data to the footer.
   Add sorting by clicking on the headers of the file overview table and the function table.
   Add common stylesheet for all themes.
   Add navigation links to source details.
   Add buttons to toggle line background color in source details view.
   Add a document overview with all active lines in source details view.
   Added --html-static-report and remove argument from --html-single-page.

    [40 lines not shown]
VersionDeltaFile
1.4+20-9devel/py-gcovr/PLIST
1.10+5-5devel/py-gcovr/Makefile
1.6+4-4devel/py-gcovr/distinfo
+29-183 files

NetBSD/pkgsrc qTdFR2Wdevel/py-awscrt PLIST Makefile

   py-awscrt: updated to 0.31.0

   0.31.0

   crc combine
   Update submodules
VersionDeltaFile
1.2+8-2devel/py-awscrt/PLIST
1.3+4-4devel/py-awscrt/Makefile
1.2+4-4devel/py-awscrt/distinfo
+16-103 files

FreeBSD/ports c3e0f80editors/vscode pkg-plist Makefile, editors/vscode/files patch-src_vs_platform_extensionManagement_node_extensionSignatureVerificationService.ts patch-package.json

editors/vscode: Update to 1.108.0

While here, convert to use USES=electron and adjust Makefiles
accordingly.

Changelog: https://code.visualstudio.com/updates/v1_108

Reported by:    GitHub (watch releases)
DeltaFile
+49-70editors/vscode/pkg-plist
+8-24editors/vscode/Makefile
+7-7editors/vscode/distinfo
+5-5editors/vscode/Makefile.reh
+3-3editors/vscode/files/patch-src_vs_platform_extensionManagement_node_extensionSignatureVerificationService.ts
+2-2editors/vscode/files/patch-package.json
+74-1111 files not shown
+76-1137 files

NetBSD/pkgsrc UAiqwJZmk/compiler gcc.mk

   mk: restrict GCC_REQD to major.minor
VersionDeltaFile
1.301+2-2mk/compiler/gcc.mk
+2-21 files