LLVM/project b67d4ccllvm/lib/Transforms/Vectorize VPlanUtils.h VPlanUtils.cpp

[VPlan] Move getConstantStride to vputils (NFC). (#224972)

Move the helper from VPlanTransforms.cpp to vputils, so it can also be
used from other VPlan files.
DeltaFile
+2-18llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+14-0llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
+7-0llvm/lib/Transforms/Vectorize/VPlanUtils.h
+23-183 files

LLVM/project 8f223baorc-rt CMakeLists.txt, orc-rt/include/orc-rt-c/support Compiler.h

[orc-rt] msvc portability (#224512)

1. designated initializers are not supported under c++17 in msvc. Clang
seems to support them.
2. Fixed constexpr issues requiring everything to be constexpr in msvc.
Mostly the bit changes.
3. Add stubs for all the platform specific code, they will land in
separate patches.
4. Enabling RTTI/Exceptions for lib and tests. 
5. Disable and fix up tests so they can compile and pass, future PRs
will enable and make work properly.
6. Fixed some protection issues in simpleCA.
7. Removed posix only files and darwin only files. 

Various other small fixes as necessary to get compiling.
DeltaFile
+38-6orc-rt/test/unit/CMakeLists.txt
+29-7orc-rt/CMakeLists.txt
+29-0orc-rt/lib/bedrock/sys/windows/Memory.cpp
+13-15orc-rt/include/orc-rt-internal/tools/OptionParser.h
+28-0orc-rt/lib/bedrock/sys/windows/DynamicLibrary.cpp
+14-8orc-rt/include/orc-rt-c/support/Compiler.h
+151-3620 files not shown
+249-9626 files

FreeBSD/ports 942b0b4textproc/py-zensical Makefile distinfo

textproc/py-zensical: Update to 0.0.63

Approved by:    kai (maintainer via email)
DeltaFile
+3-3textproc/py-zensical/distinfo
+1-1textproc/py-zensical/Makefile
+4-42 files

NetBSD/src i3KQnb5distrib/sets/lists/base md.ofppc

   add eeprom
VersionDeltaFile
1.19+2-1distrib/sets/lists/base/md.ofppc
+2-11 files

NetBSD/src 9vRfq95usr.sbin/eeprom Makefile

   build eeprom on ofppc
VersionDeltaFile
1.20+3-3usr.sbin/eeprom/Makefile
+3-31 files

LLVM/project 3c85ce7llvm/lib/Target/LoongArch LoongArchExpandPseudoInsts.cpp, llvm/test/CodeGen/LoongArch test_bl_fixupkind.mir

LoongArch: Simplify handling of call pseudo operands when expanding. (#224824)

copyImplicitOperands isn't really intended for the call instruction case
where there are also variadic operands. This avoids duplicating the R1
implicit-def operand when expanding calls. This avoids having mixed dead
and not dead flags on the same register, which will fail a future
verifier check.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+22-35llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
+2-2llvm/test/CodeGen/LoongArch/test_bl_fixupkind.mir
+24-372 files

OPNSense/ports 9a75d90opnsense/suricata Makefile, opnsense/suricata/files suricata.in

opnsense/suricata: sync with security/suricata
DeltaFile
+9-8opnsense/suricata/files/suricata.in
+4-2opnsense/suricata/Makefile
+13-102 files

FreeBSD/src deb4c73sys/powerpc/aim mmu_radix.c

powerpc/radix: acquire the pmap lock in mmu_radix_extract()

mmu_radix_extract() walks the page tables without holding the pmap lock,
unlike its hash MMU counterpart moea64_extract(). A concurrent unmap can
free and recycle the page table page being walked, so the read returns
whatever now occupies that memory and the caller gets a physical address
that never existed.

That is how mmu_radix_sync_icache() came to hand a bogus address to
__syncicache() and panic the machine. Commit 1574ca1955f5 worked around
it by taking the pmap lock in mmu_radix_sync_icache(), but the machine
independent callers of pmap_extract() - vm_sync_icache(), proc_rwmem()
and the vslock() paths - remain exposed to the same failure.

Rename the existing body to mmu_radix_extract_locked(), which asserts the
lock, and make mmu_radix_extract() a thin wrapper that acquires it.
mmu_radix_sync_icache() already holds the pmap lock, so it calls the
locked variant directly and neither recurses nor reacquires the lock once
per page.

    [7 lines not shown]
DeltaFile
+15-5sys/powerpc/aim/mmu_radix.c
+15-51 files

FreeBSD/src ab2e484sys/powerpc/aim mmu_radix.c

powerpc/radix: take the pmap lock in mmu_radix_sync_icache()

mmu_radix_sync_icache() walked the page tables with an unlocked
pmap_extract() and passed the result straight to PHYS_TO_DMAP(),
checking only that it was non-zero.  Nothing keeps the mapping - or the
page table page holding it - alive across that window: if another thread
of the same process tears a mapping down concurrently, the page table
page can be freed and reused, so pmap_extract() reads arbitrary memory
and returns a bogus physical address.  __syncicache() then dereferences
an unmapped direct map address and the kernel takes a data storage
interrupt:

  fatal kernel trap:
     exception       = 0x300 (data storage interrupt)
     virtual address = 0xc003317ca6022a00
     dsisr           = 0x40000000
     srr0            = 0xc000000000f59460 (__syncicache)
     lr              = 0xc000000000f23588 (mmu_radix_sync_icache)
            pid = 23878, comm = skyframe-evaluator-

    [27 lines not shown]
DeltaFile
+2-0sys/powerpc/aim/mmu_radix.c
+2-01 files

OPNSense/ports 4fe021c. UPDATING, Mk bsd.default-versions.mk bsd.port.mk

Framework: sync with upstream

Taken from: FreeBSD
DeltaFile
+63-0Mk/Uses/postgis.mk
+20-0UPDATING
+5-5Mk/bsd.port.mk
+2-2Mk/Uses/npm.mk
+1-1Mk/Uses/ruby.mk
+2-0Mk/bsd.default-versions.mk
+93-81 files not shown
+94-87 files

OPNSense/ports 59a9482www/py-tornado Makefile distinfo

www/py-tornado: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3www/py-tornado/distinfo
+1-1www/py-tornado/Makefile
+4-42 files

OPNSense/ports fe80546www/py-quart-trio distinfo Makefile, www/py-quart-trio/files patch-pyproject.toml

www/py-quart-trio: sync with upstream

Taken from: FreeBSD
DeltaFile
+11-0www/py-quart-trio/files/patch-pyproject.toml
+3-3www/py-quart-trio/distinfo
+3-3www/py-quart-trio/Makefile
+17-63 files

OPNSense/ports bc531ccwww/py-quart Makefile distinfo, www/py-quart/files patch-pyproject.toml

www/py-quart: sync with upstream

Taken from: FreeBSD
DeltaFile
+11-0www/py-quart/files/patch-pyproject.toml
+3-3www/py-quart/distinfo
+2-2www/py-quart/Makefile
+16-53 files

OPNSense/ports cdbc12bwww/py-boto3 Makefile distinfo

www/py-boto3: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3www/py-boto3/distinfo
+2-2www/py-boto3/Makefile
+5-52 files

OPNSense/ports e4f79fcwww/phalcon distinfo

www/phalcon: sync with upstream

Taken from: FreeBSD
DeltaFile
+1-1www/phalcon/distinfo
+1-11 files

OPNSense/ports 281a0adwww/p5-LWP-MediaTypes distinfo Makefile

www/p5-LWP-MediaTypes: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3www/p5-LWP-MediaTypes/distinfo
+3-3www/p5-LWP-MediaTypes/Makefile
+6-62 files

OPNSense/ports 0109c25www/p5-HTTP-Cookies Makefile distinfo

www/p5-HTTP-Cookies: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3www/p5-HTTP-Cookies/distinfo
+2-1www/p5-HTTP-Cookies/Makefile
+5-42 files

OPNSense/ports fc652fctextproc/py-regex Makefile distinfo

textproc/py-regex: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3textproc/py-regex/distinfo
+3-2textproc/py-regex/Makefile
+6-52 files

OPNSense/ports e72b06atextproc/py-charset-normalizer/files patch-cython

textproc/py-charset-normalizer: sync with upstream

Taken from: FreeBSD
DeltaFile
+11-0textproc/py-charset-normalizer/files/patch-cython
+11-01 files

OPNSense/ports aa49b56shells/bash-completion-freebsd Makefile distinfo

shells/bash-completion-freebsd: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3shells/bash-completion-freebsd/distinfo
+1-1shells/bash-completion-freebsd/Makefile
+4-42 files

OPNSense/ports 97abf94security/vuxml/vuln 2026.xml

security/vuxml: sync with upstream

Taken from: FreeBSD
DeltaFile
+201-0security/vuxml/vuln/2026.xml
+201-01 files

OPNSense/ports ab8f918security/suricata Makefile distinfo

security/suricata: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3security/suricata/distinfo
+3-2security/suricata/Makefile
+6-52 files

OPNSense/ports a03cd84security/stunnel Makefile distinfo

security/stunnel: partially sync with upstream

Taken from: FreeBSD
DeltaFile
+3-3security/stunnel/distinfo
+1-1security/stunnel/Makefile
+4-42 files

LLVM/project 50a32fcclang/lib/CIR/Dialect/Transforms TargetLowering.cpp, clang/test/CIR/CodeGen target-lowering-dead-block.cpp

[CIR] Unreacheable blocks should be target lowered (#224609)

Similar to CXXABILowering and LowerToLLVM, target lowering should also
transform unreacheable blocks to avoid legalization failures.
DeltaFile
+34-0clang/test/CIR/CodeGen/target-lowering-dead-block.cpp
+6-1clang/lib/CIR/Dialect/Transforms/TargetLowering.cpp
+40-12 files

NetBSD/pkgsrc 1WPzivddoc CHANGES-2026

   doc: Updated emulators/libretro-sameboy to 1.0.3
VersionDeltaFile
1.6162+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc YbxiMWtemulators/libretro-sameboy Makefile

   libretro-sameboy: update to 1.0.3.

   Match sameboy.
VersionDeltaFile
1.9+3-2emulators/libretro-sameboy/Makefile
+3-21 files

OPNSense/ports bd66e92security/p11-kit Makefile

security/p11-kit: sync with upstream

Taken from: FreeBSD
DeltaFile
+3-2security/p11-kit/Makefile
+3-21 files

NetBSD/pkgsrc kcW1WDBdoc TODO CHANGES-2026

   doc: Updated emulators/sameboy to 1.0.3
VersionDeltaFile
1.27941+1-2doc/TODO
1.6161+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc WIc0cedemulators/sameboy distinfo Makefile

   sameboy: update to 1.0.3.

   Fixes build on -current.

   Version 1.0.3

   New/Improved Features

       Added support for more controllers in the iOS frontend, including singular Joy-Cons
       Pressing buttons while in a locked rewind state now exits rewind mode in the iOS frontend
       The iOS frontend now handles save conflicts with a dialog, making syncing saves across different machines and emulators easier
       An examine/x command can now use the /s modifier to change its output style to RGBDS-compatible assembly
       An examine/x command can now use $ in its modifier to use hexadecimal count values
       It is now possible to adjust the maximum rumble strength
       It is now possible to modify and save a running ROM file from the Memory Viewer in the Cocoa frontend
       Controller buttons can now be assigned to one of 4 hotkey commands in the iOS frontend
       Periodic saves were added to the iOS frontend
       A new screenshot hotkey was added to the SDL frontend
       Controller UI hiding in the iOS frontend can now optionally disable the centering of the game screen

    [468 lines not shown]
VersionDeltaFile
1.6+11-0emulators/sameboy/PLIST
1.22+5-5emulators/sameboy/Makefile.common
1.20+4-4emulators/sameboy/distinfo
1.29+6-2emulators/sameboy/Makefile
+26-114 files

OPNSense/ports 3c74be3security/acme.sh Makefile distinfo

security/acme.sh: sync with upstream

Taken from: FreeBSD
DeltaFile
+13-1security/acme.sh/pkg-plist
+3-3security/acme.sh/distinfo
+1-1security/acme.sh/Makefile
+17-53 files