NetBSD/pkgsrc-wip 088434dharec Makefile distinfo

harec: Update to 0.26.0
DeltaFile
+3-3harec/distinfo
+1-1harec/Makefile
+4-42 files

NetBSD/pkgsrc-wip ee8e36ahare TODO distinfo

hare: Update to 0.26.0.1
DeltaFile
+81-22hare/PLIST
+2-18hare/Makefile
+3-6hare/distinfo
+8-0hare/TODO
+94-464 files

Illumos/gate 6e4c291usr/src/lib/libc/port/threads spawn.c

18400 posix_spawnattr_init(3C) uses wrong size
Reviewed by: Andrew Stormont <andyjstormont at gmail.com>
Reviewed by: Cedric Blancher <cedric.blancher at gmail.com>
Reviewed by: Toomas Soome <tsoome at me.com>
Reviewed by: Bill Sommerfeld <sommerfeld at hamachi.org>
Reviewed by: Andy Fiddaman <illumos at fiddaman.net>
Reviewed by: Dale Ghent <daleg at elemental.org>
Approved by: Dan McDonald <danmcd at kebe.com>
DeltaFile
+7-1usr/src/lib/libc/port/threads/spawn.c
+7-11 files

LLVM/project 330b49fllvm/test/Transforms/LoopVectorize/VPlan memory-checks.ll

[LV] Add VPlan printing tests for memory runtime check generation (NFC) (#221232)

Add VPlan printing tests with runtime check blocks, as well as coverage
for checks where one of the bounds involves an AddRec.
DeltaFile
+266-0llvm/test/Transforms/LoopVectorize/VPlan/memory-checks.ll
+266-01 files

LLVM/project d58de5dllvm/utils/lit/lit main.py, llvm/utils/lit/lit/formats googletest.py

[lit] Apply --filter-out to GoogleTest shard results (#220410)

[lit] Apply --filter-out to tests expanded from GoogleTest shards

A GoogleTest shard is a single lit test at discovery time, so
`--filter-out` can only match the shard's name and has no way to
deselect individual gtest cases. The cases only get real names once
`post_process_shard_results` expands the shard's JSON output.

Apply the filter there instead: mark expanded subtests whose full name
matches `--filter-out` as EXCLUDED. Record `has_failure_in_shard` before
the filter is applied, so a shard whose only failing cases were filtered
out is still considered accounted for and is not additionally reported as
a failure of the parent shard.

Add a test which filters out the failing and unresolved cases of the
googletest-format inputs and checks that the run reports 2 excluded
and no failures.

Assisted-By: Claude Opus 5.
DeltaFile
+13-3llvm/utils/lit/lit/formats/googletest.py
+12-0llvm/utils/lit/tests/googletest-filter-out.py
+1-1llvm/utils/lit/lit/main.py
+26-43 files

LLVM/project de937f1offload/languages/kernel/include Stream.h LanguageUtils.h, offload/languages/kernel/src State.cpp LanguageLaunch.cpp

add event cleanup
DeltaFile
+83-0offload/languages/kernel/src/Stream.cpp
+42-26offload/languages/kernel/include/LanguageUtils.h
+19-23offload/languages/kernel/src/LanguageRuntime.cpp
+19-0offload/languages/kernel/include/Stream.h
+7-8offload/languages/kernel/src/LanguageLaunch.cpp
+6-2offload/languages/kernel/src/State.cpp
+176-592 files not shown
+179-608 files

OpenZFS/src fd639b0include/sys dsl_bookmark.h, module/zfs dsl_bookmark.c zcp_synctask.c

zcp: support bookmarks in zfs.sync.destroy

Teach the channel-program synctask destroy path to recognize bookmark
targets and route them through the existing bookmark-destroy
implementation. This enables zfs.sync.destroy() to remove bookmarks from
Lua channel programs, matching the behavior already available for
datasets and snapshots. A functional regression test was added to cover
bookmark destruction from a channel program.

Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Signed-off-by: Stephen Warren <swarren at wwwdotorg.org>
Closes #18992
DeltaFile
+45-0tests/zfs-tests/tests/functional/channel_program/synctask_core/tst.destroy_bookmark.ksh
+22-2module/zfs/zcp_synctask.c
+2-8module/zfs/dsl_bookmark.c
+9-0include/sys/dsl_bookmark.h
+2-1tests/runfiles/sanity.run
+2-1tests/runfiles/common.run
+82-121 files not shown
+83-127 files

FreeNAS/freenas e2a1466src/middlewared/middlewared/plugins usage.py

NAS-143146 / 26.0.0-RC.1 / Include webshare shares in usage reporting (by william-gr) (#19626)

## Summary
- Add `webshare` to the share types collected by `gather_sharing` in
`plugins/usage/gather.py`
- Each webshare is reported as `{"type": "WEBSHARE", "enabled": ...,
"is_home_base": ...}`; name, path and dataset are omitted to keep the
report anonymous, matching how SMB only reports `purpose` and NFS only
`ro`

## Test plan
- `python3 -m py_compile` on the changed file
- `tests/api2/test_usage_reporting.py` (only asserts the `shares` key
exists, so no update needed)

Original PR: https://github.com/truenas/middleware/pull/19622

Co-authored-by: William Grzybowski <56250+william-gr at users.noreply.github.com>
DeltaFile
+5-1src/middlewared/middlewared/plugins/usage.py
+5-11 files

FreeNAS/freenas dfc911bsrc/middlewared/middlewared/plugins usage.py

NAS-143146 / 26.0.0 / Include webshare shares in usage reporting (by william-gr) (#19625)

## Summary
- Add `webshare` to the share types collected by `gather_sharing` in
`plugins/usage/gather.py`
- Each webshare is reported as `{"type": "WEBSHARE", "enabled": ...,
"is_home_base": ...}`; name, path and dataset are omitted to keep the
report anonymous, matching how SMB only reports `purpose` and NFS only
`ro`

## Test plan
- `python3 -m py_compile` on the changed file
- `tests/api2/test_usage_reporting.py` (only asserts the `shares` key
exists, so no update needed)

Original PR: https://github.com/truenas/middleware/pull/19622

Co-authored-by: William Grzybowski <56250+william-gr at users.noreply.github.com>
DeltaFile
+5-1src/middlewared/middlewared/plugins/usage.py
+5-11 files

FreeBSD/ports c1210aadevel/p5-Sys-Virt Makefile distinfo

devel/p5-Sys-Virt: update to 12.7.0

Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3devel/p5-Sys-Virt/distinfo
+1-1devel/p5-Sys-Virt/Makefile
+4-42 files

OpenZFS/src f7b10b6module/os/linux/zfs zfs_uio.c, module/zfs zfs_vnops.c

Revert "Linux: avoid prefaulting under the ZFS range lock"

This reverts commit 43bb1614d50fee71b8ada14ca7b3a0d968a26263.

Signed-off-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Issue #18872
Issue #19046
DeltaFile
+40-26module/zfs/zfs_vnops.c
+2-11module/os/linux/zfs/zfs_uio.c
+42-372 files

FreeNAS/freenas 1bb7103src/middlewared/middlewared/alembic/versions/26.0 2026-09-03_15-00_truenas_s3_service.py, src/middlewared/middlewared/api/v26_0_0 s3.py

Expose the owner enforced model and the ETag mode

The daemon gained two registry keys. permissions_model takes a third
value, s3_bucket_owner_enforced, under which every filesystem step
runs as the bucket owner, so every object is the owner's and the grant
rows are the whole of the access control. A grantee then needs no ACL
on the share root, which is the answer to the AccessDenied a second
writer got at a directory the daemon made the owner's. Authorization
and the audit trail still name the caller.

multipart_etag chooses what an assembled multipart object answers.
composite is the S3 construction and costs an MD5 pass over every
part. minted declines that pass for a part sent without a Content-MD5
and answers an opaque token, for a backup target that declares its
own checksums and never reads an ETag.

The bucket API carries both as S3_BUCKET_OWNER_ENFORCED and
COMPOSITE or MINTED, the row renders both, and the object lock check
now refuses only MULTIPROTOCOL, since either S3-only model may carry a

    [7 lines not shown]
DeltaFile
+52-11tests/api2/test_s3_bucket.py
+27-7src/middlewared/middlewared/api/v26_0_0/s3.py
+13-9src/middlewared/middlewared/plugins/truenas_s3/bucket_crud.py
+2-1src/middlewared/middlewared/alembic/versions/26.0/2026-09-03_15-00_truenas_s3_service.py
+1-0src/middlewared/middlewared/etc_files/truenas_s3/buckets.conf.mako
+95-285 files

LLVM/project 2449baelibc/src/unistd CMakeLists.txt nice.h, libc/src/unistd/linux CMakeLists.txt nice.cpp

[libc] implement nice (#221048)

Implement the `nice` function as defined in POSIX, as well as
approrpiate tests.

Assisted-by: Automated tooling, human reviewed.
DeltaFile
+67-0libc/src/unistd/linux/nice.cpp
+37-0libc/test/src/unistd/nice_test.cpp
+25-0libc/src/unistd/nice.h
+18-0libc/src/unistd/linux/CMakeLists.txt
+11-0libc/test/src/unistd/CMakeLists.txt
+7-0libc/src/unistd/CMakeLists.txt
+165-08 files not shown
+182-114 files

LLVM/project 882cbb4flang/include/flang/Optimizer/Support InternalNames.h, flang/lib/Optimizer/Support InternalNames.cpp

[flang] Add flag to exclude string literal in isCompilerGenerated (#221305)

Add a flag to exclude string literals read-array constant from
isCompilerGenerated. On by default.
DeltaFile
+8-4flang/lib/Optimizer/Support/InternalNames.cpp
+6-0flang/unittests/Optimizer/InternalNamesTest.cpp
+4-1flang/include/flang/Optimizer/Support/InternalNames.h
+18-53 files

LLVM/project f7f1e14llvm/test/CodeGen/NVPTX fma.ll fma-relu-contract.ll

NVPTX: Drop global AllowFPOpFusion read from allowFMA

We're near the end of the decade long effort to eliminate the
fast math fields from TargetOptions. This is one of the few
remaining consumers, so remove it. Update incidentally
changed tests by adding contract flags.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+27-58llvm/test/CodeGen/NVPTX/fp-contract.ll
+41-43llvm/test/CodeGen/NVPTX/fma-assoc.ll
+25-54llvm/test/CodeGen/NVPTX/fp-contract-f32x2.ll
+29-29llvm/test/CodeGen/NVPTX/scalarize-non-coalescable-v2f32.ll
+21-21llvm/test/CodeGen/NVPTX/fma-relu-contract.ll
+12-12llvm/test/CodeGen/NVPTX/fma.ll
+155-2173 files not shown
+169-2359 files

LLVM/project 90ed550libc/src/stdlib CMakeLists.txt getloadavg.h, libc/src/stdlib/linux CMakeLists.txt getloadavg.cpp

[libc] implement getloadavg (#221049)

Implement the `getloadavg` function which was originally added in BSD
but also adopted by linux.

Assisted-by: Automated tooling, human reviewed
DeltaFile
+65-0libc/test/src/stdlib/getloadavg_test.cpp
+47-0libc/src/stdlib/linux/getloadavg.cpp
+25-0libc/src/stdlib/getloadavg.h
+15-0libc/src/stdlib/linux/CMakeLists.txt
+13-0libc/test/src/stdlib/CMakeLists.txt
+8-0libc/src/stdlib/CMakeLists.txt
+173-05 files not shown
+184-011 files

NetBSD/pkgsrc-wip d8fdd13rust198-bin Makefile distinfo

rust198-bin: Update to rust version 1.98.1, after cross-building & upload.
DeltaFile
+54-54rust198-bin/distinfo
+1-1rust198-bin/Makefile
+55-552 files

FreeBSD/ports 9b4ec01math/octave-forge-image Makefile distinfo

math/octave-forge-image: Update to 2.20.1.
DeltaFile
+3-3math/octave-forge-image/distinfo
+1-2math/octave-forge-image/Makefile
+4-52 files

FreeBSD/ports e330ba7math/octave-forge-pkg-octave-doc Makefile distinfo

math/octave-forge-pkg-octave-doc: Update to 0.8.1.
DeltaFile
+3-3math/octave-forge-pkg-octave-doc/distinfo
+1-1math/octave-forge-pkg-octave-doc/Makefile
+4-42 files

LLVM/project 746df50lld/MachO Driver.cpp SyntheticSections.cpp, lld/MachO/Arch ARM64.cpp

[lld][MachO] Support Objective-C class stubs

Teach Mach-O objc stubs to synthesize class-message stubs that load the class object, selector, and objc_msgSend target.

lld already supports the Apple clang _objc_msgSend$<selector> stub form, even though upstream clang does not currently expose a driver or cc1 flag for emitting it. Apple clang also emits _objc_msgSendClass$<selector>$_OBJC_CLASS_$_<class>; handling that form completes the existing selector-stub support.

Cover local classes, dylib classes, archives, dynamic lookup via -U, missing class symbols, malformed names, unsupported architectures, and dead stripping.
DeltaFile
+349-0lld/test/MachO/arm64-objc-class-stubs.s
+110-15lld/MachO/SyntheticSections.cpp
+86-0lld/MachO/Arch/ARM64.cpp
+82-0lld/test/MachO/arm64-objc-class-stubs-dead.s
+44-6lld/MachO/Driver.cpp
+46-0lld/test/MachO/objc-class-stubs-unsupported.s
+717-214 files not shown
+753-2210 files

FreeBSD/ports 89872c2math/octave-forge-statistics Makefile distinfo

math/octave-forge-statistics: Update to 1.9.2.
DeltaFile
+3-3math/octave-forge-statistics/distinfo
+1-1math/octave-forge-statistics/Makefile
+4-42 files

NetBSD/pkgsrc J6YhvT0doc CHANGES-2026

   doc: Updated net/knot to 3.5.8
VersionDeltaFile
1.5827+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/ports 0dcd14fwww/firefox Makefile distinfo

www/firefox: update to 155.0.1

Release Notes:
  https://www.firefox.com/en-US/firefox/155.0.1/releasenotes/

(cherry picked from commit 32eca12d358c49e059475860bc6d9c0db840c584)
DeltaFile
+3-3www/firefox/distinfo
+1-1www/firefox/Makefile
+4-42 files

FreeNAS/freenas 62209c7src/middlewared/middlewared/api/v26_0_0 truenas.py, src/middlewared/middlewared/plugins/truenas license.py

NAS-143057 / 26.0.0-RC.1 / Redact uploaded license from the audit trail (by sonicaj) (#19605)

This commit fixes an issue where `truenas.license.upload` recorded its
license argument verbatim in the audit trail, because the field was
never declared `Secret[...]`. Uploading needs FULL_ADMIN but audit
records come back with SYSTEM_AUDIT_READ, so a read-only admin could
pull out the blob a full admin installed, and the same record went to
remote syslog and into debug bundles.

Marking the field `Secret[LongNonEmptyString]` means `check_annotations`
stops accepting the old `license_: str` signature, and the
`str(license_)` that went with it turned out to be wrong already: it
stringified the `LongStringWrapper` and wrote `LongStringWrapper(<pem>)`
into the license file. The daemon's PEM scan skips the leading garbage
so nothing ever failed, but the on-disk copy never matched what was
uploaded, which defeats the TNC heartbeat's raw_license comparison and
makes every HA send_license add another wrapper layer. Unwrapping both
boxes writes the PEM back byte for byte.


    [4 lines not shown]
DeltaFile
+33-0tests/api2/test_audit_license.py
+8-2src/middlewared/middlewared/plugins/truenas/license.py
+2-2src/middlewared/middlewared/api/v26_0_0/truenas.py
+43-43 files

NetBSD/pkgsrc QffKvEdnet/knot buildlink3.mk Makefile, net/knot/patches patch-src_utils_knotc_interactive.c

   knot: Update to 3.5.8

   Knot DNS 3.5.8 (2026-09-04)

   Improvements:
   knotc: better compatibility with SmartOS #979
   knotd: added a check for possible errors while reading a backup label file
   knotd: more robust parsing of data stored in LMDB (Thanks to Jim Alves-Foss)

   Bugfixes:
   knotd: unauthenticated TSIG chosen-prefix signing that enables DDNS forgery (Thanks to Gia Bui)
   knotd: server crash due to a missing check for malformed TCP packet in XDP mode (Thanks to Kushal Das)
   kzonecheck: defective zone origin detection if the file name is too short (Thanks to Kushal Das)
VersionDeltaFile
1.58+4-5net/knot/distinfo
1.3+2-2net/knot/buildlink3.mk
1.103+2-2net/knot/Makefile
1.3+1-1net/knot/patches/patch-src_utils_knotc_interactive.c
+9-104 files

LLVM/project d1d2f30clang-tools-extra/test/clang-tidy/checkers/bugprone exception-escape.cpp

Revert "[clang-tidy][NFC] Test all bugprone-exception-escape option modes" (#221306)

The test became flaky on downstream builders after this commit, so
reverting this now.

Reverts llvm/llvm-project#221164
DeltaFile
+15-43clang-tools-extra/test/clang-tidy/checkers/bugprone/exception-escape.cpp
+15-431 files

LLVM/project 313f042llvm/test/Transforms/LoopVectorize struct-return-replicate.ll div-exact.ll, llvm/test/Transforms/LoopVectorize/VPlan dissolve-replicate-regions.ll

[VPlan] Skip branch term in masks for some preserved uniform edges
DeltaFile
+6-425llvm/test/Transforms/LoopVectorize/X86/cost-conditional-branches.ll
+36-129llvm/test/Transforms/LoopVectorize/if-pred-stores.ll
+9-123llvm/test/Transforms/LoopVectorize/div-exact.ll
+25-76llvm/test/Transforms/LoopVectorize/VPlan/dissolve-replicate-regions.ll
+19-80llvm/test/Transforms/LoopVectorize/X86/predicated-replicate-feeding-cast.ll
+2-64llvm/test/Transforms/LoopVectorize/struct-return-replicate.ll
+97-89734 files not shown
+367-1,36140 files

FreeBSD/ports 309241esecurity/gonepass Makefile

security/gonepass: Mark deprecated

(cherry picked from commit 2dfd07c99db679e483d4801e7371601e9959ba1c)
DeltaFile
+4-1security/gonepass/Makefile
+4-11 files

FreeBSD/ports 2dfd07csecurity/gonepass Makefile

security/gonepass: Mark deprecated
DeltaFile
+4-1security/gonepass/Makefile
+4-11 files

FreeBSD/ports 32eca12www/firefox Makefile distinfo

www/firefox: update to 155.0.1

Release Notes:
  https://www.firefox.com/en-US/firefox/155.0.1/releasenotes/
DeltaFile
+3-3www/firefox/distinfo
+1-2www/firefox/Makefile
+4-52 files