FreeNAS/freenas beeacd2docs install.sh Makefile, docs/source/middleware roles.rst

Fix docs build
DeltaFile
+3-2docs/install.sh
+2-2docs/source/middleware/roles.rst
+1-1docs/Makefile
+1-1src/middlewared/middlewared/job.py
+7-64 files

FreeNAS/freenas c74b7e8src/middlewared/middlewared/plugins/system product.py, src/middlewared/middlewared/plugins/webui main_dashboard.py

Address review
DeltaFile
+22-12src/middlewared/middlewared/utils/__init__.py
+15-3src/middlewared/middlewared/utils/debug.py
+8-2src/middlewared/middlewared/utils/allowlist.py
+2-2src/middlewared/middlewared/plugins/system/product.py
+2-2src/middlewared/middlewared/plugins/webui/main_dashboard.py
+2-2src/middlewared/middlewared/utils/account/faillock.py
+51-235 files not shown
+59-3011 files

FreeBSD/src 8352e24sys/netlink ktest_netlink_message_writer.c ktest_netlink_message_writer.h

tests/ktest_netlink_message_writer: remove INVARIANTS requirement

INVARIANTS is meant to be used to enable extra sanity checking for
internal structures, not enable/disable tests in the freebsd kyua
test suite.

STABLE branches include a GENERIC kernconf without INVARIANTS, so
ktest_netlink_message_writer is broken on such branches:

https://ci.freebsd.org/job/FreeBSD-stable-15-amd64-test/253/testReport/sys.netlink.test_netlink_message_writer/py/__test_cases_list__/

Reviewed by:    lwhsu, imp
Approved by:    lwhsu (mentor)
Pull Request:   https://github.com/freebsd/freebsd-src/pull/1889
MFC after:      3 days
Signed-off-by:  Siva Mahadevan <siva at FreeBSD.org>
Sponsored by:   The FreeBSD Foundation
DeltaFile
+0-5sys/netlink/ktest_netlink_message_writer.c
+1-1sys/netlink/ktest_netlink_message_writer.h
+1-62 files

LLVM/project 7719519llvm/test/CodeGen/PowerPC aix-ifunc-alias.ll

add XFAIL'ed alias testcase; to be addressed in a separate PR
DeltaFile
+16-0llvm/test/CodeGen/PowerPC/aix-ifunc-alias.ll
+16-01 files

LLVM/project f4d2970compiler-rt/test/profile/AIX ifunc.c

add PGO test
DeltaFile
+16-0compiler-rt/test/profile/AIX/ifunc.c
+16-01 files

FreeBSD/ports 02c2969net/wireguard-tools/files wireguard_lite.in

net/wireguard-tools: Add possibility to configure keys in rc script

Add possibility to ingest WireGuard keys from files using the rc script.
It basically adds two more options: "wireguard_<iface>_key" and
"wireguard_<iface>_psk". Both are optional.

PR:     291997
DeltaFile
+10-0net/wireguard-tools/files/wireguard_lite.in
+10-01 files

NetBSD/pkgsrc 89BLYGJdoc CHANGES-2026

   doc: Updated mail/thunderbird-l10n to 147.0
VersionDeltaFile
1.566+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pqt4mXrmail/thunderbird-l10n distinfo Makefile

   mail/thunderbird-l10n: Update to 147.0

   * Sync with mail/thunderbird-147.0.
VersionDeltaFile
1.139+187-187mail/thunderbird-l10n/distinfo
1.144+2-2mail/thunderbird-l10n/Makefile
+189-1892 files

NetBSD/pkgsrc NkBfggndoc CHANGES-2026

   doc: Updated mail/thunderbird to 147.0
VersionDeltaFile
1.565+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VHsDqQGmail/thunderbird Makefile distinfo, mail/thunderbird/patches patch-media_ffvpx_libavutil_arm_bswap.h patch-third__party_libwebrtc_modules_desktop__capture_desktop__capture__gn_moz.build

   mail/thunderbird: Update to 147.0

   Changelog:
   147.0:
   What's New

   new
   Add "Show Full Path" folder pane option for compact view modes

   new
   Add `mail.useLocalizedFolderNames' to toggle special folder name localization


   What's Changed

   changed
   Special folders are now localized based on a restricted set of names

   What's Fixed

    [102 lines not shown]
VersionDeltaFile
1.357+36-22mail/thunderbird/Makefile
1.4+21-7mail/thunderbird/patches/patch-media_ffvpx_libavutil_arm_bswap.h
1.293+12-10mail/thunderbird/distinfo
1.5+9-9mail/thunderbird/patches/patch-third__party_libwebrtc_modules_desktop__capture_desktop__capture__gn_moz.build
1.6+8-7mail/thunderbird/patches/patch-config_gcc-stl-wrapper.template.h
1.1+13-0mail/thunderbird/patches/patch-dom_media_mediacapabilities_MediaCapabilitiesValidation.cpp
+99-555 files not shown
+126-7111 files

NetBSD/pkgsrc lH3bJAvdevel/objfw options.mk Makefile

   devel/objfw: Support selecting Mbed TLS version
VersionDeltaFile
1.5+19-2devel/objfw/options.mk
1.59+2-2devel/objfw/Makefile
+21-42 files

NetBSD/src AlEmNKEusr.bin/crunch/crunchgen crunchgen.c

   Pull up following revision(s) (requested by snj in ticket #149):

        usr.bin/crunch/crunchgen/crunchgen.c: revision 1.97

   crunchgen(1): Implement -L <lib-dir> option for real.

   Pass it through via LDADD in the generated .mk output, before any -l
   options.

   The original logic -- which was disabled in 2001, apparently by
   accident -- had a default libdir of /usr/lib.  But it didn't do
   anything with that string, so removing it as a default doesn't change
   anything.  But the linker doesn't need us to specify that path anyway
   (and it would really have to be -L=/usr/lib rather than -L/usr/lib,
   whereas we want -L/path/to/obj/lib/libfoo without the `=').
   PR toolchain/59841: crunchgen(1) ignores -L argument

   Will be needed for:
   PR lib/58648: private shared libraries should go in /usr/lib/private,
   not /usr/lib
VersionDeltaFile
1.96.4.1+7-4usr.bin/crunch/crunchgen/crunchgen.c
+7-41 files

LLVM/project 869256dllvm/utils/gn/secondary/clang/lib/Analysis BUILD.gn

[gn build] Port 65134634f994
DeltaFile
+1-0llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn
+1-01 files

NetBSD/pkgsrc TCIwVkTdoc CHANGES-2026

   doc: Added security/mbedtls4 version 4.0.0
VersionDeltaFile
1.564+2-1doc/CHANGES-2026
+2-11 files

NetBSD/src GTU2lGXsys/arch/mvme68k/mvme68k autoconf.c

   Pull up following revision(s) (requested by thorpej in ticket #148):

        sys/arch/mvme68k/mvme68k/autoconf.c: revision 1.49

   Fix boot device detection when booting from a SCSI disk that's
   not at target ID 0.
VersionDeltaFile
1.48.4.1+23-10sys/arch/mvme68k/mvme68k/autoconf.c
+23-101 files

NetBSD/pkgsrc MtNuuWysecurity Makefile

   security: Add mbedtls4
VersionDeltaFile
1.992+2-1security/Makefile
+2-11 files

NetBSD/pkgsrc mWBEH3Isecurity/mbedtls4 PLIST Makefile

   Add security/mbedtls4
VersionDeltaFile
1.1+167-0security/mbedtls4/PLIST
1.1+56-0security/mbedtls4/Makefile
1.1+14-0security/mbedtls4/buildlink3.mk
1.1+7-0security/mbedtls4/DESCR
1.1+5-0security/mbedtls4/distinfo
+249-05 files

LLVM/project 14a209fllvm/lib/Transforms/Vectorize LoopVectorize.cpp VPlanRecipes.cpp, llvm/test/Transforms/LoopVectorize vplan-printing-reductions.ll

[VPlan] Replace ComputeFindIVRes with ComputeRdxRes + cmp + sel (NFC) (#176672)

Replace ComputeFindIVResult with ComputeReductionResult + explicit
compare + select, to more explicitly and simpler model computing finding
the first/last induction, which boils down to a min/max reduction +
compare and select of the sentinel value.

PR: https://github.com/llvm/llvm-project/pull/176672
DeltaFile
+70-65llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+2-40llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+22-17llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
+0-7llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
+3-1llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
+1-3llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
+98-1333 files not shown
+99-1359 files

NetBSD/src qGE2Xd2share/man/man8 diskless.8

   Pull up following revision(s) (requested by tsutsui in ticket #1220):

        share/man/man8/diskless.8: revision 1.35

   diskless(8): Fix BOOTP/DHCP bootstrap kernel-loading description

   Update the phase-2 description to distinguish RARP/BOOTPARAMS vs
   BOOTP/DHCP secondary boot programs, and describe the BOOTP/DHCP path
   as loading the kernel via NFS handles (mountd + NFS lookup/read).

   While here, fix minor wording/grammar issues.
VersionDeltaFile
1.34.10.1+33-26share/man/man8/diskless.8
+33-261 files

FreeBSD/doc 072ab49website/content/ru/releases/15.1R _index.adoc

website/ru: Add releases/15.1R/_index.adoc

Synced with EN c3372876197d665c77772a2581abdc66bc7b075e
DeltaFile
+37-0website/content/ru/releases/15.1R/_index.adoc
+37-01 files

NetBSD/src fBioE6kshare/man/man8 diskless.8

   Pull up following revision(s) (requested by tsutsui in ticket #147):

        share/man/man8/diskless.8: revision 1.35

   diskless(8): Fix BOOTP/DHCP bootstrap kernel-loading description

   Update the phase-2 description to distinguish RARP/BOOTPARAMS vs
   BOOTP/DHCP secondary boot programs, and describe the BOOTP/DHCP path
   as loading the kernel via NFS handles (mountd + NFS lookup/read).

   While here, fix minor wording/grammar issues.
VersionDeltaFile
1.34.14.1+33-26share/man/man8/diskless.8
+33-261 files

NetBSD/src kCmITMSexternal/gpl2/texinfo/dist/makeinfo cmds.h insertion.c

   Pull up the following, requested by mrg in #1219 ticket:

        external/gpl2/gmake/dist/ar.c                   up to 1.1.1.1
        external/gpl2/gmake/dist/arscan.c               up to 1.4
        external/gpl2/gmake/dist/configure              up to 1.3
        external/gpl2/gmake/dist/getopt.c               up to 1.1.1.1
        external/gpl2/gmake/dist/getopt.h               up to 1.1.1.1
        external/gpl2/gmake/dist/getopt1.c              up to 1.1.1.1
        external/gpl2/gmake/dist/job.c                  up to 1.4
        external/gpl2/gmake/dist/main.c                 up to 1.2
        external/gpl2/gmake/dist/make.h                 up to 1.4
        external/gpl2/gmake/dist/read.c                 up to 1.4
        external/gpl2/gmake/dist/glob/fnmatch.c         up to 1.1.1.1
        external/gpl2/groff/groff2netbsd                up to 1.2
        external/gpl2/groff/bin/troff/Makefile          up to 1.4
        external/gpl2/groff/dist/src/libs/libgroff/getopt.c up to 1.1.1.1
        external/gpl2/groff/dist/tmac/doc-syms          up to 1.9
        external/gpl2/groff/dist/tmac/groff_mdoc.man    up to 1.10
        external/gpl2/groff/tmac/mdoc.local             up to 1.12

    [33 lines not shown]
VersionDeltaFile
1.1.1.1.26.1+122-122external/gpl2/texinfo/dist/makeinfo/cmds.h
1.1.1.1.26.1+75-75external/gpl2/texinfo/dist/makeinfo/insertion.c
1.2.26.1+74-74external/gpl2/texinfo/dist/makeinfo/cmds.c
1.1.1.1.26.1+37-13external/gpl2/texinfo/dist/makeinfo/index.c
1.2.26.1+23-23external/gpl2/texinfo/dist/makeinfo/sectioning.c
1.1.1.1.26.1+21-21external/gpl2/texinfo/dist/makeinfo/sectioning.h
+352-32830 files not shown
+474-43336 files

NetBSD/pkgsrc ihRBzOLchat Makefile, chat/tkabber Makefile PLIST

   Remove chat/tkabber

   It seems tkabber 1.1.2 was released in 2015, so over 10 years ago. However,
   chat/tkabber was still at 0.11.1.

   Asked on pkgsrc-users@ if anybody is still using it. Nobody raised hands, so
   removing it.
VersionDeltaFile
1.308+1-2chat/Makefile
1.9+1-1chat/tkabber/Makefile
1.4+1-1chat/tkabber/PLIST
1.6+1-1chat/tkabber/distinfo
1.2+1-1chat/tkabber/files/tkabber.sh
1.2+0-0chat/tkabber/DESCR
+5-66 files

LLVM/project e0a1326llvm/lib/Target/SystemZ SystemZISelLowering.cpp SystemZISelLowering.h

[SystemZ] Precommit for moving some functions around. (#177441)

In preparation for #171066 (FP16 vector support).
DeltaFile
+38-27llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
+1-8llvm/lib/Target/SystemZ/SystemZISelLowering.h
+39-352 files

NetBSD/pkgsrc j3ucKrvdoc CHANGES-2026

   doc: Removed chat/tkabber
VersionDeltaFile
1.563+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FljfOUCchat Makefile, chat/py-tulir-telethon PLIST Makefile

   Remove chat/py-tulir-telethon

   This was only used by mautrix-telegram, which has been removed.
VersionDeltaFile
1.307+1-2chat/Makefile
1.4+1-1chat/py-tulir-telethon/PLIST
1.5+1-1chat/py-tulir-telethon/Makefile
1.4+1-1chat/py-tulir-telethon/distinfo
1.2+0-0chat/py-tulir-telethon/DESCR
+4-55 files

LLVM/project e936715llvm/test/CodeGen/NVPTX cmpxchg-sm90.ll cmpxchg-sm60.ll

[NVPTX] Weak cmpxchg unittests for NVPTX (#176078)

DeltaFile
+3,002-1,209llvm/test/CodeGen/NVPTX/cmpxchg-sm90.ll
+2,975-1,201llvm/test/CodeGen/NVPTX/cmpxchg-sm60.ll
+2,975-1,201llvm/test/CodeGen/NVPTX/cmpxchg-sm70.ll
+92-79llvm/test/CodeGen/NVPTX/cmpxchg.py
+9,044-3,6904 files

NetBSD/pkgsrc tT8NNhqdoc CHANGES-2026

   doc: Removed chat/py-tulir-telethon
VersionDeltaFile
1.562+2-1doc/CHANGES-2026
+2-11 files

LLVM/project d5545dbllvm/lib/Target/AMDGPU AMDGPUISelLowering.cpp

AMDGPU: Mark strict_fp16_to_fp as expand (#177417)

This prevents a regression in a future change.
DeltaFile
+2-1llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
+2-11 files

NetBSD/pkgsrc WhZk6khchat Makefile, chat/py-mautrix PLIST Makefile

   Remove chat/py-mautrix

   This was a dependency only for mautrix-telegram which has been removed.
VersionDeltaFile
1.306+1-2chat/Makefile
1.10+1-1chat/py-mautrix/PLIST
1.29+1-1chat/py-mautrix/Makefile
1.14+1-1chat/py-mautrix/distinfo
1.2+0-0chat/py-mautrix/DESCR
+4-55 files