NetBSD/src m1FMg3Zshare/misc bsd-family-tree

   Cosmetic fix in ascii art: OBSD time axis
VersionDeltaFile
1.90+3-3share/misc/bsd-family-tree
+3-31 files

LLVM/project 75861cfllvm/lib/Transforms/Utils SimplifyLibCalls.cpp, llvm/test/Transforms/InstCombine scalbn-to-ldexp.ll

[InstCombine] Fold scalbn libcalls to llvm.ldexp (#216573)

This canonicalizes `scalbn`, `scalbnf`, and `scalbnl` libcalls to the
`llvm.ldexp` intrinsic when the call does not access memory.

LLVM floating-point types use radix 2, so `scalbn(x, n)` and `ldexp(x,
n)` produce the same numeric result.
Calls that may access memory are left unchanged because the libcall may
set `errno`, while `llvm.ldexp` does not access memory.

Fixes #216467
DeltaFile
+114-0llvm/test/Transforms/InstCombine/scalbn-to-ldexp.ll
+12-0llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
+126-02 files

FreeBSD/doc 19df2d7documentation/themes/beastie/i18n en.toml, documentation/themes/beastie/layouts index.html

docs website: Remove downloads, add historical

Downloads is misplaced here. This is the site for the docs project,
and downloads is in the global header anyway. Take that out, and put
the historical docs archive at the bottom.

Event:                  Berlin Hackathon 202609
Reviewed by:            carlavilla, wosch
Differential Revision:  https://reviews.freebsd.org/D59447
DeltaFile
+6-6documentation/themes/beastie/layouts/index.html
+6-0documentation/themes/beastie/i18n/en.toml
+12-62 files

LLVM/project 7333b0bllvm/test/CodeGen/AMDGPU madak.ll, llvm/test/CodeGen/LoongArch float-fma.ll double-fma.ll

Reapply "DAGCombiner: Drop AllowFPOpFusion from visitFADDForFMACombine" (#221561)

This reverts commit 502e51aa4df687807fbe51fa0b419baf65e9615f.
DeltaFile
+352-1,116llvm/test/CodeGen/LoongArch/lasx/fma-v8f32.ll
+352-1,116llvm/test/CodeGen/LoongArch/lasx/fma-v4f64.ll
+260-872llvm/test/CodeGen/LoongArch/float-fma.ll
+260-872llvm/test/CodeGen/LoongArch/double-fma.ll
+388-471llvm/test/CodeGen/AMDGPU/madak.ll
+178-564llvm/test/CodeGen/LoongArch/lsx/fma-v4f32.ll
+1,790-5,01118 files not shown
+2,495-6,19224 files

FreeBSD/doc 3e97afcdocumentation/themes/beastie/i18n en.toml

docs website: Improve manpages tile description

Reviewed by:    wosch
Event:          Berlin Hackathon 202609
DeltaFile
+1-1documentation/themes/beastie/i18n/en.toml
+1-11 files

NetBSD/src fvJBeZyshare/misc bsd-family-tree

   Added NetBSD 9.5 2026-08-31
VersionDeltaFile
1.89+24-22share/misc/bsd-family-tree
+24-221 files

FreeBSD/doc 7ef5bfddocumentation/content/en/articles/contributing _index.adoc

contributing: Clean up i386 maintainer expectaions

Discussed with: fuz
Reported by:    Bohdan Artiushenko
Event:          Berlin Hackathon 202609
Closes:         https://github.com/freebsd/freebsd-doc/pull/707
DeltaFile
+3-10documentation/content/en/articles/contributing/_index.adoc
+3-101 files

FreeBSD/doc 565dd33website/content/en/usergroups _index.adoc

usergroups: Add FreeBeerSD

Reported by:    fuz
Event:          Berlin Hackathon 202609
DeltaFile
+3-0website/content/en/usergroups/_index.adoc
+3-01 files

NetBSD/pkgsrc-wip c2d4481openjdk25 PLIST, openjdk25/patches patch-src_hotspot_share_runtime_arguments.cpp patch-src_hotspot_os_posix_os__posix.cpp

openjdk25: fix various netbsd-9 and ZeroVM issues
DeltaFile
+45-0openjdk25/patches/patch-src_hotspot_os__cpu_bsd__zero_os__bsd__zero.cpp
+17-15openjdk25/PLIST
+25-0openjdk25/patches/patch-src_hotspot_cpu_aarch64_macroAssembler__aarch64.cpp
+17-0openjdk25/patches/patch-make_common_JdkNativeCompilation.gmk
+16-0openjdk25/patches/patch-src_hotspot_share_runtime_arguments.cpp
+16-0openjdk25/patches/patch-src_hotspot_os_posix_os__posix.cpp
+136-155 files not shown
+160-2511 files

FreeBSD/ports 60ac10amultimedia/openh264 pkg-plist

multimedia/openh264: clean up pkg-plist

cliqz has been removed 2020-12-31, and seamonkey was removed 2019-07-13.
A firefox-nightly might even never have existed in the official tree
(it sure is not there riht now, and I cannot find any commit related
to that in the git history).
No PORTREVISION bump, as this does not change any installed file, and
the symlinks created/removed by the postexec statements shouldn't exist
in any remotely current system.
DeltaFile
+0-6multimedia/openh264/pkg-plist
+0-61 files

FreeNAS/freenas f820180debian/debian control

NAS-143276 / 26.0.0-RC.1 / add truenas-s3 to truenas metapackage depends (by yocalebo) (#19635)

adds s3 binary as a dependency so it gets pulled in

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

Co-authored-by: caleb <yocalebo at gmail.com>
DeltaFile
+1-0debian/debian/control
+1-01 files

FreeNAS/freenas 15d59dcdebian/debian control

NAS-143276 / 26.0.0 / add truenas-s3 to truenas metapackage depends (by yocalebo) (#19634)

adds s3 binary as a dependency so it gets pulled in

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

Co-authored-by: caleb <yocalebo at gmail.com>
DeltaFile
+1-0debian/debian/control
+1-01 files

FreeBSD/ports 95197aadevel/py-celery distinfo Makefile

devel/py-celery: Update to 5.6.3

Also convert build to PEP 517.

PR:             297203
Approved by:    olgeni (maintainer)
DeltaFile
+17-10devel/py-celery/Makefile
+3-3devel/py-celery/distinfo
+20-132 files

FreeNAS/freenas 38cfdb6debian/debian control

add truenas-s3 to truenas metapackage depends

(cherry picked from commit 4d088212982a31ef4dab8022abcf9367945e36e1)
DeltaFile
+1-0debian/debian/control
+1-01 files

FreeNAS/freenas 8ccda97debian/debian control

add truenas-s3 to truenas metapackage depends

(cherry picked from commit 4d088212982a31ef4dab8022abcf9367945e36e1)
DeltaFile
+1-0debian/debian/control
+1-01 files

FreeNAS/freenas a042011debian/debian control

NAS-143276 / 27.0.0-BETA.1 / add truenas-s3 to truenas metapackage depends (#19633)

adds s3 binary as a dependency so it gets pulled in
DeltaFile
+1-0debian/debian/control
+1-01 files

FreeBSD/ports c0300de. UPDATING, net/py-kombu distinfo Makefile

net/py-kombu: Update to 5.6.2

Also convert build to PEP 517.

PR:             297798
Approved by:    olgeni (maintainer)
DeltaFile
+16-12net/py-kombu/Makefile
+8-0UPDATING
+3-3net/py-kombu/distinfo
+27-153 files

FreeBSD/doc ae5cce2website/content/en/usergroups _index.adoc

usergroups: Remove bsdbelfast

They have not posted in 6 years and their irc channel is empty.

Event:  Berlin Hackathon 202609
DeltaFile
+0-4website/content/en/usergroups/_index.adoc
+0-41 files

FreeBSD/doc 78cfea4documentation/themes/beastie/layouts/_partials site-head.html, website/themes/beastie/layouts/_partials site-head.html

website: Remove Twitter cards

The website previously contained metadata to format links on Twitter.
This incorrectly tags everything on the site as docs.freebsd.org, and
is attempting to cater to a closed platform that is not related to us.

Discussed with:         bofh, wosch
Event:                  Berlin Hackathon 202609
DeltaFile
+0-4website/themes/beastie/layouts/_partials/site-head.html
+0-4documentation/themes/beastie/layouts/_partials/site-head.html
+0-82 files

FreeNAS/freenas 4d08821debian/debian control

add truenas-s3 to truenas metapackage depends
DeltaFile
+1-0debian/debian/control
+1-01 files

NetBSD/pkgsrc 3okyPdunet/termscp Makefile

   net/termscp: add note on MSRV

   Cannot be updated.
VersionDeltaFile
1.27+2-1net/termscp/Makefile
+2-11 files

LLVM/project 502e51allvm/test/CodeGen/AMDGPU madak.ll, llvm/test/CodeGen/LoongArch float-fma.ll double-fma.ll

Revert "DAGCombiner: Drop AllowFPOpFusion from visitFADDForFMACombine" (#221561)

Reverts llvm/llvm-project#221436

Bots failing
DeltaFile
+1,116-352llvm/test/CodeGen/LoongArch/lasx/fma-v8f32.ll
+1,116-352llvm/test/CodeGen/LoongArch/lasx/fma-v4f64.ll
+872-260llvm/test/CodeGen/LoongArch/float-fma.ll
+872-260llvm/test/CodeGen/LoongArch/double-fma.ll
+471-388llvm/test/CodeGen/AMDGPU/madak.ll
+564-178llvm/test/CodeGen/LoongArch/lsx/fma-v4f32.ll
+5,011-1,79017 files not shown
+6,182-2,48523 files

FreeBSD/ports a10adc0databases/py-pymongo distinfo Makefile, databases/py-pymongo/files patch-pyproject.toml

databases/py-pymongo: Update to 4.17.0

Also convert build to PEP 517.

PR:             297797
Approved by:    farrokhi (maintainer timeout)
DeltaFile
+19-0databases/py-pymongo/files/patch-pyproject.toml
+7-3databases/py-pymongo/Makefile
+3-3databases/py-pymongo/distinfo
+29-63 files

LLVM/project 8d573f5orc-rt/include/orc-rt-internal/support Environment.h, orc-rt/lib/bedrock Error.cpp Logging_printf.cpp

[orc-rt] Split support sources into their own object library (#221442)

This allows support to be used by both bedrock and the upcoming SPIRE
library. Note that support is a CMake object library only, not an
archive or dylib. Clients will always target either Bedrock or SPIRE.

Moves some sources (Error, RTTI, Logging, Environment and the whole sys/
tree), and some headers (Environment.h, and the orc-rt/bedrock/sys
headers) to the support library.

The per-system source composition moves to lib/support/CMakeLists.txt.

An upcomming commit will update the unit tests to reflect this split.
DeltaFile
+0-122orc-rt/lib/bedrock/Logging_printf.cpp
+122-0orc-rt/lib/support/Logging_printf.cpp
+0-82orc-rt/lib/bedrock/Error.cpp
+82-0orc-rt/lib/support/Error.cpp
+68-0orc-rt/include/orc-rt-internal/support/Environment.h
+62-0orc-rt/lib/support/Logging.cpp
+334-20422 files not shown
+622-62928 files

FreeBSD/ports 9ae71b6devel/py-dj60-strawberry-graphql Makefile distinfo

devel/py-dj60-strawberry-graphql: Update to 0.327.3

Changelogs since 0.327.1:

https://github.com/strawberry-graphql/strawberry/releases/tag/0.327.3
https://github.com/strawberry-graphql/strawberry/releases/tag/0.327.2

MFH:            2026Q3
(cherry picked from commit 955a5d698762fb5dcdece85fbcae7fbb32e27e4e)
DeltaFile
+3-3devel/py-dj60-strawberry-graphql/distinfo
+1-1devel/py-dj60-strawberry-graphql/Makefile
+4-42 files

FreeBSD/ports 9d4262adevel/py-strawberry-graphql Makefile distinfo

devel/py-strawberry-graphql: Update to 0.327.3

Changelogs since 0.327.1:

https://github.com/strawberry-graphql/strawberry/releases/tag/0.327.3
https://github.com/strawberry-graphql/strawberry/releases/tag/0.327.2

MFH:            2026Q3
(cherry picked from commit 7a1b3361e72c2ebdb1a6ca35d890c2b495e09668)
DeltaFile
+3-3devel/py-strawberry-graphql/distinfo
+1-1devel/py-strawberry-graphql/Makefile
+4-42 files

FreeBSD/ports 8155a55devel/py-rich-click Makefile distinfo

devel/py-rich-click: Update to 1.9.9

A couple bug fixes and build system improvements
Changes: https://github.com/ewels/rich-click/releases

Reported by:    portscout
DeltaFile
+3-3devel/py-rich-click/distinfo
+2-2devel/py-rich-click/Makefile
+5-52 files

FreeBSD/ports 611fb7bscience/afni Makefile distinfo

science/afni: Update to 26.2.07
DeltaFile
+9-0science/afni/pkg-plist
+3-3science/afni/distinfo
+1-2science/afni/Makefile
+13-53 files

HardenedBSD/src 02165c9sys/kern kern_fork.c, usr.bin/look look.c

Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
DeltaFile
+47-16usr.bin/look/look.c
+1-1sys/kern/kern_fork.c
+48-172 files

HardenedBSD/src 65e5d81libexec/rc rc.conf rc.subr, libexec/rc/tests Makefile svcj_test.sh

Merge remote-tracking branch 'rad/hardened/15-stable/main' into hardened/15-stable/pledge
DeltaFile
+1,178-0libexec/rc/tests/svcj_test.sh
+29-2libexec/rc/rc.subr
+13-1share/man/man5/rc.conf.5
+1-1libexec/rc/tests/Makefile
+2-0libexec/rc/rc.conf
+1,223-45 files