HardenedBSD/src 8ad93edsys/dev/sound/pcm feeder_volume.c, sys/kern uipc_shm.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+231-246sys/netinet/in_pcb.h
+10-1sys/dev/sound/pcm/feeder_volume.c
+2-0sys/kern/uipc_shm.c
+1-0usr.bin/calendar/calendars/calendar.freebsd
+0-1sys/net/debugnet_inet.c
+244-2485 files

HardenedBSD/src 8624944sys/dev/sound/pcm feeder_volume.c, sys/net debugnet_inet.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+231-246sys/netinet/in_pcb.h
+10-1sys/dev/sound/pcm/feeder_volume.c
+0-1sys/net/debugnet_inet.c
+1-0usr.bin/calendar/calendars/calendar.freebsd
+242-2484 files

HardenedBSD/ports 880886adatabases/pg_search distinfo Makefile.crates, misc/rash distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+1,651-0databases/pg_search/distinfo
+475-353misc/rash/distinfo
+819-0databases/pg_search/Makefile.crates
+313-259textproc/comrak/distinfo
+263-263security/rpm-sequoia/distinfo
+235-223www/py-qh3/distinfo
+3,756-1,09845 files not shown
+5,291-1,79851 files

LLVM/project ec93414clang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/CodeGen CIRGenExprCXX.cpp

[CIR] Implement array delete for destructed types (#186248)

This extends the cir.delete_array lowering code to introduce a loop that
calls destructors when the array being deleted represents a destructed
type. The lowering introduces the destructors by way of a cir.array.dtor
operation, which is further expanded during LoweringPrepare. This also
required updating the cir.array.dtor operation to accept a raw pointer
to the element type and a value representing the number of elements to
be destructed.

This does not yet handle the possibility of destructors throwing
exceptions.
DeltaFile
+121-0clang/test/CIR/CodeGen/delete-array.cpp
+76-24clang/include/clang/CIR/Dialect/IR/CIROps.td
+52-15clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
+22-2clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
+17-7clang/lib/CIR/CodeGen/CIRGenExprCXX.cpp
+288-485 files

FreeBSD/ports d526868devel/gcc-arm-embedded/files patch-binutils-gdb--gdb_gdbsupport_enum-flags.h patch-binutils-gdb_gdbsupport_enum-flags.h

devel/gcc-arm-embedded: fix build with clang 21

With clang 21 devel/gcc-arm-embedded fails to build, with errors similar
to:

      /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb/binutils/readelf.c:23278:37: error: pointer comparison always evaluates to false [-Werror,-Wtautological-compare]
       23278 |           || inote.namedata + inote.namesz < inote.namedata)
             |                                            ^

and later many instances of:

    In file included from <built-in>:1:
    In file included from /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/defs.h:63:
    /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/../gdbsupport/enum-flags.h:97:34: error: non-type
          template argument is not a constant expression
       97 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
          |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/../gdbsupport/enum-flags.h:134:20: note: in
          instantiation of template class 'enum_underlying_type<ui_out_flag>' requested here

    [27 lines not shown]
DeltaFile
+156-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_gdbsupport_enum-flags.h
+156-0devel/gcc-arm-embedded/files/patch-binutils-gdb_gdbsupport_enum-flags.h
+36-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_gdb_unittests_enum-flags-selftests.c
+36-0devel/gcc-arm-embedded/files/patch-binutils-gdb_gdb_unittests_enum-flags-selftests.c
+25-0devel/gcc-arm-embedded/files/patch-binutils-gdb_include_diagnostics.h
+25-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_include_diagnostics.h
+434-01 files not shown
+445-07 files

HardenedBSD/ports 37ed2bfdevel/gcc-arm-embedded/files patch-binutils-gdb--gdb_gdbsupport_enum-flags.h patch-binutils-gdb_gdbsupport_enum-flags.h

devel/gcc-arm-embedded: fix build with clang 21

With clang 21 devel/gcc-arm-embedded fails to build, with errors similar
to:

      /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb/binutils/readelf.c:23278:37: error: pointer comparison always evaluates to false [-Werror,-Wtautological-compare]
       23278 |           || inote.namedata + inote.namesz < inote.namedata)
             |                                            ^

and later many instances of:

    In file included from <built-in>:1:
    In file included from /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/defs.h:63:
    /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/../gdbsupport/enum-flags.h:97:34: error: non-type
          template argument is not a constant expression
       97 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
          |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/../gdbsupport/enum-flags.h:134:20: note: in
          instantiation of template class 'enum_underlying_type<ui_out_flag>' requested here

    [25 lines not shown]
DeltaFile
+156-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_gdbsupport_enum-flags.h
+156-0devel/gcc-arm-embedded/files/patch-binutils-gdb_gdbsupport_enum-flags.h
+36-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_gdb_unittests_enum-flags-selftests.c
+36-0devel/gcc-arm-embedded/files/patch-binutils-gdb_gdb_unittests_enum-flags-selftests.c
+25-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_include_diagnostics.h
+25-0devel/gcc-arm-embedded/files/patch-binutils-gdb_include_diagnostics.h
+434-01 files not shown
+445-07 files

FreeBSD/ports 37ed2bfdevel/gcc-arm-embedded/files patch-binutils-gdb--gdb_gdbsupport_enum-flags.h patch-binutils-gdb_gdbsupport_enum-flags.h

devel/gcc-arm-embedded: fix build with clang 21

With clang 21 devel/gcc-arm-embedded fails to build, with errors similar
to:

      /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb/binutils/readelf.c:23278:37: error: pointer comparison always evaluates to false [-Werror,-Wtautological-compare]
       23278 |           || inote.namedata + inote.namesz < inote.namedata)
             |                                            ^

and later many instances of:

    In file included from <built-in>:1:
    In file included from /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/defs.h:63:
    /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/../gdbsupport/enum-flags.h:97:34: error: non-type
          template argument is not a constant expression
       97 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
          |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/../gdbsupport/enum-flags.h:134:20: note: in
          instantiation of template class 'enum_underlying_type<ui_out_flag>' requested here

    [25 lines not shown]
DeltaFile
+156-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_gdbsupport_enum-flags.h
+156-0devel/gcc-arm-embedded/files/patch-binutils-gdb_gdbsupport_enum-flags.h
+36-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_gdb_unittests_enum-flags-selftests.c
+36-0devel/gcc-arm-embedded/files/patch-binutils-gdb_gdb_unittests_enum-flags-selftests.c
+25-0devel/gcc-arm-embedded/files/patch-binutils-gdb_include_diagnostics.h
+25-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_include_diagnostics.h
+434-01 files not shown
+445-07 files

FreeNAS/freenas 5a91fcdsrc/middlewared/middlewared/plugins/failover_ event.py, src/middlewared/middlewared/plugins/iscsi_ scst.py alua.py

Preserve PR state across failover device transition

Set pr_dump_dir on the dev_disk handler before tearing down HA sessions
so the kernel dumps PR state at unregister time.  After the replacement
vdisk_blockio devices are created, restore the saved state and swap the
LUNs in without generating a device-replacement UA.
DeltaFile
+79-4src/middlewared/middlewared/plugins/iscsi_/scst.py
+23-8src/middlewared/middlewared/plugins/iscsi_/alua.py
+8-0src/middlewared/middlewared/plugins/failover_/event.py
+110-123 files

LLVM/project 6121df7clang-tools-extra/clang-tidy/readability InconsistentIfElseBracesCheck.cpp BracesAroundStatementsCheck.cpp, clang-tools-extra/clang-tidy/utils BracesAroundStatement.cpp

[clang-tidy] Correctly handle attributes in readability-inconsistent-ifelse-braces (#184095)

Improved the check to correctly handle `[[likely]]` and `[[unlikely]]`
attributes placed between the if/else keyword and the opening brace.

As of AI Usage: Gemini 3 is used for pre-commit reviewing.
Closes https://github.com/llvm/llvm-project/issues/184081

(cherry picked from commit ca1eefdfc061fc062b6b9dc4149ca4a0e51bde08)
DeltaFile
+50-4clang-tools-extra/test/clang-tidy/checkers/readability/inconsistent-ifelse-braces-attributes.cpp
+14-5clang-tools-extra/clang-tidy/readability/InconsistentIfElseBracesCheck.cpp
+15-3clang-tools-extra/clang-tidy/utils/BracesAroundStatement.cpp
+1-1clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
+80-134 files

LLVM/project 8698f72lldb/source/Plugins/Process/Linux NativeRegisterContextLinux_arm64.cpp

[lldb] Wrap HWCAP defines in ifndef (NFC) (#186283)

Fixes a redefinition warning on Ubuntu 25.10 coming from `ptrace.h`
including `hwcap.h`.

```
/home/jonas/llvm/llvm-project/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp:84:9: warning: ‘HWCAP2_POE’ redefined
   84 | #define HWCAP2_POE (1ULL << 63)
      |         ^~~~~~~~~~
In file included from /usr/include/aarch64-linux-gnu/asm/ptrace.h:25,
                 from /home/jonas/llvm/llvm-project/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h:19,
                 from /home/jonas/llvm/llvm-project/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp:11:
/usr/include/aarch64-linux-gnu/asm/hwcap.h:141:9: note: this is the location of the previous definition
  141 | #define kkk              (1UL << 63)
      |         ^~~~~~~~~~
```
DeltaFile
+10-0lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
+10-01 files

LLVM/project 6a52bb3llvm/test/CodeGen/X86 avx512-unsafe-fp-math.ll machine-combiner.ll

[X86] Remove `NoNaNsFPMath` uses (#185582)

Remove `NoNaNsFPMath` uses in X86 part. This should be the last part.
DeltaFile
+5-76llvm/test/CodeGen/X86/avx512-unsafe-fp-math.ll
+38-38llvm/test/CodeGen/X86/machine-combiner.ll
+31-31llvm/test/CodeGen/X86/sse-minmax-unsafe.ll
+24-26llvm/test/CodeGen/X86/stack-folding-fp-avx512fp16.ll
+18-18llvm/test/CodeGen/X86/avx512fp16-machine-combiner.ll
+9-11llvm/test/CodeGen/X86/stack-folding-fp-avx512.ll
+125-2006 files not shown
+147-23412 files

LLVM/project 203c5c5llvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp, llvm/test/CodeGen/AMDGPU waitcnt-wcg-attributes.mir

[AMDGPU][SIInsertWaitcnts] Create a WCG instance per MF (#185916)

WaitcntGenerator state depends on MF attributes, so create a new WCG object per MF
until we have a better solution. This patch also adds a test that exercises this.

Even though we stopped creating a new WCG instance in #177689, the behavior
didn't change because SIInsertWaitcnts gets recreated on every MF
(so this patch is practically an NFC).
DeltaFile
+53-0llvm/test/CodeGen/AMDGPU/waitcnt-wcg-attributes.mir
+6-6llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+59-62 files

LLVM/project 21fc8e9lldb/tools/debugserver/source CMakeLists.txt

[lldb] Build debugserver fat for arm64 and arm64e (#186038)

Change the default of `LLDB_ENABLE_ARM64E_DEBUGSERVER` so we build
debugserver fat for arm64 and arm64e when running on macOS Tahoe (26) or
later on ptrauth-capable hardware.
DeltaFile
+32-1lldb/tools/debugserver/source/CMakeLists.txt
+32-11 files

LLVM/project 5315e0bllvm/lib/Target/SystemZ SystemZISelLowering.cpp

[SystemZ] Limit depth of findCCUse() (#185922)

The recursion here has potentially exponential complexity. Avoid this by
limiting the depth of recursion.

An alternative would be to memoize the results. I went with the simpler
depth limit on the assumption that we don't particularly care about very
deep value chains here.

Fixes https://github.com/llvm/llvm-project/issues/185905.

(cherry picked from commit 11e0d6ae4b00114d642f03168f57a007464bf5f6)
DeltaFile
+9-4llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
+9-41 files

LLVM/project 81cf937llvm/lib/Target/AArch64 AArch64Arm64ECCallLowering.cpp, llvm/test/CodeGen/AArch64 arm64ec-entry-thunks.ll

[arm64ec] Fix missing sret return in Arm64EC entry thunks for large struct returns (#185452)

When an Arm64EC function returns a struct by value that is too large for
x64's `RAX` (>8 bytes), the entry thunk synthesizes a hidden sret
pointer parameter for the x64 side. However, this
parameter was never marked with the sret attribute, so ISel did not copy
its value into `x8` (the Arm64EC mapping of `RAX`) on return. This
caused the x64 caller to see a garbage pointer in `RAX` instead of the
return buffer address.

The change adds the sret attribute to the thunk's synthesized pointer
parameter, so that `LowerFormalArguments` saves it and `LowerReturn`
restores it to `x8` before the tail call to `__os_arm64x_dispatch_ret`.

Fixes #185390

(cherry picked from commit 90978e484f289f4c7036486e375166f69a587b2b)
DeltaFile
+5-0llvm/lib/Target/AArch64/AArch64Arm64ECCallLowering.cpp
+2-0llvm/test/CodeGen/AArch64/arm64ec-entry-thunks.ll
+7-02 files

LLVM/project 4dfb4b6llvm/lib/CodeGen/SelectionDAG SelectionDAGBuilder.cpp, llvm/lib/Target/X86 X86FastISel.cpp

[FastISel] Lower call instruction with illegal type returned (#180322)

Fix issue https://github.com/llvm/llvm-project/issues/179100
When lowering the call instruction with illegal type returned, we should
bail out and transfer the lowering to DAG. Otherwise the return value is
not promoted to proper type, but DAG would assume it has been promoted.

---------

Co-authored-by: Yuanke Luo <ykluo at birentech.com>
(cherry picked from commit 41ef3d083a0925cb9c184057f76a0d42ad5680ab)
DeltaFile
+55-0llvm/test/CodeGen/X86/bf16-fast-isel.ll
+26-0llvm/test/CodeGen/X86/pr179100.ll
+1-7llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+6-0llvm/lib/Target/X86/X86FastISel.cpp
+88-74 files

LLVM/project 92a6627llvm/lib/Transforms/Utils SimplifyCFG.cpp, llvm/test/Transforms/SimplifyCFG switch-umin.ll

[SimplifyCFG] process prof data when remove case in umin (#182261)

In #164097, we introduce a optimization for umin. But it does not handle
profile data correctly.
This PR remove profile data when remove cases.
Fixed: #181837

(cherry picked from commit 31e5f86a3cdc960ef7b2f0a533c4a37cf526cacd)
DeltaFile
+43-0llvm/test/Transforms/SimplifyCFG/switch-umin.ll
+1-1llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+44-12 files

LLVM/project 318adcellvm/lib/Target/AArch64 AArch64Features.td, llvm/unittests/TargetParser TargetParserTest.cpp

[AArch64][llvm] Update Armv9.7-A dependencies (#185034)

Update Armv9.7-A dependenies:
  * `FeatureF16MM` to depend on `FeatureNEON`
  * `FeatureF16F32DOT` enabled by default for Armv9.7-A

(cherry picked from commit cba914cecec3a8194c7eb5953e82028484d50289)
DeltaFile
+4-3llvm/lib/Target/AArch64/AArch64Features.td
+3-0llvm/unittests/TargetParser/TargetParserTest.cpp
+7-32 files

LLVM/project 7a9fd4aclang/lib/CodeGen CGExprCXX.cpp, clang/test/CodeGenCXX ms-vdtors-devirtualization.cpp

[win][clang] Fix devirtualization of vector deleting destructor call (#183741)

Since vector deleting destructor performs a loop over array elements and
calls delete[], simply devirtualizing call to it produces wrong code
with memory leaks.
Before emitting virtual call to vector deleting destructor, check if it
can be devirtualized, if yes, emit normal loop over array elements
instead of a virtual call.

No release note since this is a relatively recent regression.
This aims to fix https://github.com/llvm/llvm-project/issues/183621
DeltaFile
+111-0clang/test/CodeGenCXX/ms-vdtors-devirtualization.cpp
+55-45clang/lib/CodeGen/CGExprCXX.cpp
+166-452 files

OpenBSD/src 8YsEnXdshare/man/man4 bnxt.4

   mention support for BCM575xx
VersionDeltaFile
1.5+10-4share/man/man4/bnxt.4
+10-41 files

NetBSD/pkgsrc-wip 1e4a7b4mtr-graph distinfo Makefile

mtr-graph(mtr085): bump to 0.85.234 (+toon)
DeltaFile
+3-3mtr-graph/distinfo
+2-2mtr-graph/Makefile
+5-52 files

LLVM/project eb011a7llvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86 zero_extend_vector_inreg.ll zero_extend_vector_inreg_of_broadcast.ll

[X86] Fold BLENDI(X,Y) -> VZEXT_MOVL if the upper elements are known to be zero (#186267)

The zext_inreg test changes are interesting - we mostly get closer to
the VPBLENDW(XMM,0) pattern, but the fast-shuffle targets still fail to
recognize the upper half of the YMM is zero and don't simplify the
AND(YMM,C) as much as they could.

Helps with regression identified on #182200
DeltaFile
+296-116llvm/test/CodeGen/X86/zero_extend_vector_inreg.ll
+88-36llvm/test/CodeGen/X86/zero_extend_vector_inreg_of_broadcast.ll
+74-30llvm/test/CodeGen/X86/zero_extend_vector_inreg_of_broadcast_from_memory.ll
+6-0llvm/lib/Target/X86/X86ISelLowering.cpp
+464-1824 files

LLVM/project d193e4fllvm/utils/gn/secondary/llvm/lib/Target/Mips BUILD.gn

[gn build] Port 472c8f8d9696
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Target/Mips/BUILD.gn
+1-01 files

LLVM/project 672b37bllvm/utils/gn/secondary/clang/lib/Analysis/Scalable BUILD.gn, llvm/utils/gn/secondary/clang/unittests/Analysis/Scalable BUILD.gn

[gn build] Port 4334fed5c954
DeltaFile
+2-0llvm/utils/gn/secondary/clang/lib/Analysis/Scalable/BUILD.gn
+1-0llvm/utils/gn/secondary/clang/unittests/Analysis/Scalable/BUILD.gn
+3-02 files

LLVM/project 2e95f58llvm/utils/gn/secondary/llvm/lib/Debuginfod BUILD.gn, llvm/utils/gn/secondary/llvm/lib/Support/HTTP BUILD.gn

[gn] port 5eaf19a15129 (Support/HTTP)
DeltaFile
+11-0llvm/utils/gn/secondary/llvm/lib/Support/HTTP/BUILD.gn
+9-0llvm/utils/gn/secondary/llvm/unittests/Support/HTTP/BUILD.gn
+1-4llvm/utils/gn/secondary/llvm/unittests/Debuginfod/BUILD.gn
+1-2llvm/utils/gn/secondary/llvm/lib/Debuginfod/BUILD.gn
+1-0llvm/utils/gn/secondary/llvm/tools/llvm-debuginfod-find/BUILD.gn
+1-0llvm/utils/gn/secondary/llvm/tools/llvm-debuginfod/BUILD.gn
+24-65 files not shown
+29-611 files

LLVM/project 4376fbdclang/test/OpenMP target_teams_distribute_parallel_for_simd_schedule_codegen.cpp teams_distribute_parallel_for_simd_schedule_codegen.cpp

[OpenMP] Move OpenMP implicit argument to the end and reformat (#185989)

Summary:
We use this `dyn_ptr` argument in Clang/OpenMP to handle the
`KernelLaunchEnvironment`. This is a per-kernel argument used to share
some information. Currenetly, it's prepended to the argument list and we
generate storage for it in the runtime.

This is bad for a few reasons:
1. It changes the ABI by shifting user arguments
2. It cannot be trivially be left uninitialized if unused
3. The runtime must allocate its own memory for it

This PR changes it to be appended instead. Additionally, space for this
is always emitted. This means the OMPIRBuilder itself will provide the
storage, we simply need to populate it in the runtime if it is used.
This means that if it's unused we don't always pay the cost and it's
easier for non-OpenMP users to ignore it.


    [4 lines not shown]
DeltaFile
+5,294-4,814clang/test/OpenMP/target_teams_distribute_parallel_for_simd_schedule_codegen.cpp
+5,238-4,758clang/test/OpenMP/teams_distribute_parallel_for_simd_schedule_codegen.cpp
+4,350-4,098clang/test/OpenMP/distribute_parallel_for_simd_codegen.cpp
+4,004-3,524clang/test/OpenMP/teams_distribute_parallel_for_schedule_codegen.cpp
+4,000-3,520clang/test/OpenMP/target_teams_distribute_parallel_for_schedule_codegen.cpp
+3,590-3,174clang/test/OpenMP/target_parallel_for_simd_codegen.cpp
+26,476-23,888350 files not shown
+126,819-112,620356 files

LLVM/project 94819cclldb/include/lldb/ValueObject ValueObject.h, lldb/source/API SBValue.cpp

[LLDB] Modify CreateValueObjectFrom* to take an ExecutionContext (#185547)

Currently these functions take a target pointer. In Cross-language
projects this means it's down to chance what typesystem the resulting
value will be in, since the implementation returns the first scratch
type system in the target, which depends on the order of images and
their implementation language.

By passing in an execution context the selected frame is used to
determine the typesystem, which is usually the expected outcome when
using DIL.

This should be entirely NFC for Clang-only LLDBs, but is a necessity for
LLDBs with additional type system plugins such as the Swift plugin.

Assisted by Claude to patch the call sites.
DeltaFile
+32-39lldb/source/ValueObject/ValueObject.cpp
+17-16lldb/include/lldb/ValueObject/ValueObject.h
+24-7lldb/source/API/SBValue.cpp
+13-8lldb/source/ValueObject/DILEval.cpp
+3-2lldb/unittests/DataFormatter/FormatterSectionTest.cpp
+89-725 files

FreeBSD/src 4c72e5cusr.bin/calendar/calendars calendar.freebsd

calendar.freebsd: add myself (khorben@)

This adds my date and place of birth to FreeBSD's calendar file, so I
can let the system(tm) remind me when that counter increments.

Confirmed to be working with the following command:

```
$ calendar -f usr.bin/calendar/calendars/calendar.freebsd -t 18.08
Aug 18  Pierre Pronchery <khorben at FreeBSD.org> born in Nantes, France, 1982
[...]
```

Reviewed by:    philip (mentor)
Approved by:    philip (mentor)
Differential Revision:  https://reviews.freebsd.org/D55825
DeltaFile
+1-0usr.bin/calendar/calendars/calendar.freebsd
+1-01 files

HardenedBSD/src 4c72e5cusr.bin/calendar/calendars calendar.freebsd

calendar.freebsd: add myself (khorben@)

This adds my date and place of birth to FreeBSD's calendar file, so I
can let the system(tm) remind me when that counter increments.

Confirmed to be working with the following command:

```
$ calendar -f usr.bin/calendar/calendars/calendar.freebsd -t 18.08
Aug 18  Pierre Pronchery <khorben at FreeBSD.org> born in Nantes, France, 1982
[...]
```

Reviewed by:    philip (mentor)
Approved by:    philip (mentor)
Differential Revision:  https://reviews.freebsd.org/D55825
DeltaFile
+1-0usr.bin/calendar/calendars/calendar.freebsd
+1-01 files

FreeBSD/ports a741f04sysutils/logstash7 Makefile distinfo

sysutils/logstash7: Update 7.17.11 => 7.17.29, deprecate

Release Notes:
https://www.elastic.co/guide/en/logstash/7.17/releasenotes.html

Improve port:
- Replace PORTVERSION with DISTVERSION.
- Add LOCAL/vvd/elastic to MASTER_SITES for those who can't download
  due to the HTTP error "Forbidden 403".
- Deprecate with date 2026-06-30 due to 7.x reached EoL on 15 Jan 2026.
- Limit JAVA_VERSION to supported 17, 11 and 8.
- Parametrize "logstash" with "${PORTNAME}".
- Adjust CONFLICTS.
- Add possibility to use custom user/group.
- Merge CHMODs.
- Fix white characters and remove unnecessary empty lines.
- Remove unnecessary MKDIR.

PR:             293746

    [4 lines not shown]
DeltaFile
+21-16sysutils/logstash7/Makefile
+3-3sysutils/logstash7/distinfo
+24-192 files