FreeBSD/src 64038dblib/libc/tests/stdlib/libatexit libatexit.cc

libc: tests: add static to resolve -Wmissing-prototypes

The function create_staticobj() is only used inside this translation unit.
Clang produces a -Wmissing-prototypes warning during standard buildworld.
This warning will become a fatal compile error if MK_WERROR is enabled for hardened builds.

PR: 285870
Fixes: ee9ce1078 ("libc: tests: add some tests for __cxa_atexit...")
Signed-off-by: Zhang Qiyue <peter-open-source.probing805 at aleeas.com>
Reviewed-by: ngie
Pull-Request: https://github.com/freebsd/freebsd-src/pull/2321
DeltaFile
+1-1lib/libc/tests/stdlib/libatexit/libatexit.cc
+1-11 files

FreeBSD/src 5f346dblib/libusb libusb.h

libusb: Sync interface for libusb_init_option

Sponsored by:   The FreeBSD Foundation
DeltaFile
+5-3lib/libusb/libusb.h
+5-31 files

FreeBSD/ports 9fde2f9databases/rainfrog distinfo Makefile

databases/rainfrog: Update to 0.4.1

ChangeLog:      https://github.com/achristmascarl/rainfrog/releases/tag/v0.4.1
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3databases/rainfrog/distinfo
+2-2databases/rainfrog/Makefile
+5-52 files

FreeBSD/ports a847db5deskutils/gitte distinfo Makefile.crates

deskutils/gitte: Update to 0.9.1

Sponsored by:         SkunkWerks, GmbH
DeltaFile
+133-133deskutils/gitte/distinfo
+65-65deskutils/gitte/Makefile.crates
+1-2deskutils/gitte/Makefile
+199-2003 files

FreeBSD/ports f6c1f8dnet/zerotier distinfo Makefile, net/zerotier/files zerotier.in

net/zerotier: Update to 1.16.2

- Add alias address support to rc script
- https://github.com/zerotier/ZeroTierOne/releases/tag/1.16.2

Sponsored by:   SkunkWerks, GmbH
DeltaFile
+18-0net/zerotier/files/zerotier.in
+3-3net/zerotier/distinfo
+1-1net/zerotier/Makefile
+22-43 files

FreeBSD/ports 617577fwww/go-anubis distinfo Makefile

www/go-anubis: Update to 1.26.0

- https://github.com/TecharoHQ/anubis/releases/tag/v1.26.0

Sponsored by:   SkunkWerks, GmbH
DeltaFile
+3-3www/go-anubis/distinfo
+2-3www/go-anubis/Makefile
+5-62 files

LLVM/project 2ab167bclang-tools-extra/docs ReleaseNotes.rst

[clangd] Add clangd 23 release notes
DeltaFile
+108-11clang-tools-extra/docs/ReleaseNotes.rst
+108-111 files

FreeBSD/src 340c6aflib/libusb libusb.h

libusb: Add LIBUSB_DT_SUPERSPEED_HUB

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-0lib/libusb/libusb.h
+1-01 files

LLVM/project 3b484a3llvm/docs LangRef.md, llvm/test/Assembler invalid-atomicrmw-elementwise.ll atomic.ll

port
DeltaFile
+25-3llvm/docs/LangRef.md
+25-0llvm/unittests/IR/VerifierTest.cpp
+8-0llvm/test/Assembler/invalid-atomicrmw-elementwise.ll
+2-2llvm/test/Assembler/atomic.ll
+2-2llvm/test/Bitcode/atomicrmw-elementwise.ll
+2-2llvm/test/Bitcode/compatibility.ll
+64-92 files not shown
+68-98 files

LLVM/project 461ec35clang/lib/AST Decl.cpp, clang/lib/Sema SemaDecl.cpp

[Sema] Skip expansion statements when determing local extern context (#210512) (#211745)

This bug showed up as a failed assertion that was asserting that if
not in a function or method context we should be in the global/file
context.

The root cause is that when determining the linkage context for a
decl we were failing to account for the existence of expansion
contexts. Ignoring the assertion failure, the functional effect of
this is that we would fail to detect incorrect local extern
declarations inside expansion contexts. The fix here is to make
sure that we use `getEnclosingNonExpansionStatementContext()` to
find the true DeclContext for the current scope.

The initial report only identified local extern function declarations
but the same bug occurred with extern var decls, but the path did
not lead to an assertion firing, just incorrect behaviour.

Thanks to Sirraide for explaining why this was going wrong, and

    [5 lines not shown]
DeltaFile
+73-0clang/test/SemaCXX/expansion-statements-local-extern-decls.cpp
+3-1clang/lib/AST/Decl.cpp
+1-1clang/lib/Sema/SemaDecl.cpp
+77-23 files

LLVM/project d4d778bllvm/lib/CodeGen/AsmPrinter DwarfExpression.cpp, llvm/lib/Target/WebAssembly WebAssemblyFrameLowering.cpp

[DebugInfo][WebAssembly] Anchor stack locals to the frame base (#211826)

WebAssembly's stack pointer is not a register that can be described in
DWARF. When a function has no virtual frame base, because its stack
pointer is never explicitly referenced (e.g. a function whose only local
is dead), the frame base falls back to the __stack_pointer global and
the frame register is the physical SP.

addMachineReg failed for that register, so addMachineRegExpression
dropped the base and the caller emitted the frame offset with nothing
under it: a bare DW_OP_plus_uconst that underflows the DWARF stack when
the location is evaluated.

```
  DW_AT_frame_base (DW_OP_WASM_location 0x3 0x0, DW_OP_stack_value)
    DW_AT_location  (DW_OP_plus_uconst 0xc)   ;; before
    DW_AT_location  (DW_OP_fbreg +12)         ;; after
```


    [13 lines not shown]
DeltaFile
+39-0llvm/test/DebugInfo/WebAssembly/dbg-fbreg-global-frame-base.ll
+7-0llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
+3-2llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
+49-23 files

LLVM/project d6d9072llvm/include/llvm/CodeGen ModuloSchedule.h, llvm/lib/CodeGen ModuloSchedule.cpp

[Pipeliner] Use VRMapPhi to generate phi in epilog (#211723)

When generating a phi in the epilog block corresponding to an existing
phi in the loop, the loop value should come from the new phi generated
in the kernel block (for a non-phi instruction in the loop) rather than
directly from the value map of the previous stage.

The new phis generated by generatePhis for non-phi instructions are
stored in VRMapPhi. Thread VRMapPhi through generateExistingPhis and add
a helper getMapPhiReg that returns the phi-generated register when
available, falling back to VRMap otherwise.

Without this fix, the epilog can pick up the initial prolog value of a
loop-carried register instead of the last kernel-iteration value,
producing incorrect results for pipelined loops with two or more stages
that carry values across iterations. This has been observed on Hexagon
with the modulo scheduled epilog of a right-shift-with-carry loop after
loop unrolling.


    [3 lines not shown]
DeltaFile
+190-0llvm/test/CodeGen/Hexagon/swp-epilog-carry.ll
+148-0llvm/test/CodeGen/Hexagon/swp-epilog-phi12.mir
+16-12llvm/lib/CodeGen/ModuloSchedule.cpp
+13-3llvm/include/llvm/CodeGen/ModuloSchedule.h
+367-154 files

FreeBSD/src 3ebb70fstand/common gfx_fb.c

stand: Fix build failure due to old EDK2 interface

In 43b8edb320519, we change EFI_GRAPHICS_OUTPUT_PROTOCOL from
EFI_GRAPHICS_OUTPUT. However, this patch is not MFC to stable/15. As a
result, we need to use the old interface to prevent compile failure.

Fixes: 1802f2ca7215
Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1stand/common/gfx_fb.c
+1-11 files

LLVM/project 01242af.github/workflows release-documentation.yml

workflows/release-documentation: Fix indentation (#211319)

Introduced by 8ad500f6f7d7347ca097d9c442fbf4a0f604dc26.

(cherry picked from commit 7d39826fbe9e1b248fcdb0bdd68626b3deb88d1e)
DeltaFile
+6-6.github/workflows/release-documentation.yml
+6-61 files

LLVM/project 516370c.github/workflows test-suite.yml hlsl-test-all.yaml

Update [Github] Update GHA Dependencies (#194274)

This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
|
[EnricoMi/publish-unit-test-result-action](https://redirect.github.com/EnricoMi/publish-unit-test-result-action)
| action | minor | `v2.23.0` → `v2.24.0` | |
|
[actions/attest-build-provenance](https://redirect.github.com/actions/attest-build-provenance)
| action | patch | `v4.1.0` → `v4.1.1` | |
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | patch | `v6.0.2` → `v6.0.3` | |
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | patch | `v6.0.1` → `v6.0.3` | |
|
[actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token)
| action | minor | `v3.1.1` → `v3.2.0` | |

    [35 lines not shown]
DeltaFile
+6-6.github/workflows/test-suite.yml
+5-5.github/workflows/hlsl-test-all.yaml
+5-5.github/workflows/libcxx-build-and-test.yaml
+5-5.github/workflows/libc-shared-tests.yml
+5-5.github/workflows/libc-overlay-tests.yml
+4-4.github/workflows/release-documentation.yml
+30-3049 files not shown
+129-12955 files

LLVM/project 5bc304cllvm/lib/Transforms/Vectorize VPlan.h

[VPlan][NFC] Extend comments of VPlan block numbers (#212025)

Address during-commit review feedback.
DeltaFile
+4-2llvm/lib/Transforms/Vectorize/VPlan.h
+4-21 files

FreeBSD/ports 334731csysutils/k4dirstat Makefile

sysutils/k4dirstat: Deprecate and set expiration date to 2026-08-31

See also: https://github.com/jeromerobert/k4dirstat/issues/59
DeltaFile
+3-0sysutils/k4dirstat/Makefile
+3-01 files

FreeBSD/ports 1579822devel/R-cran-mlbench distinfo Makefile

devel/R-cran-mlbench: Update to 2.1-10

ChangeLog: https://cran.r-project.org/web/packages/mlbench/NEWS
DeltaFile
+3-3devel/R-cran-mlbench/distinfo
+1-1devel/R-cran-mlbench/Makefile
+4-42 files

FreeBSD/doc 0147b11website/content/en/status/report-2026-04-2026-06 intro.adoc

Status/2026Q2: Add introduction

Reviewed by:    jrm
Differential Revision:  https://reviews.freebsd.org/D58422
DeltaFile
+11-0website/content/en/status/report-2026-04-2026-06/intro.adoc
+11-01 files

FreeBSD/doc 2dd086ewebsite/content/en/status/report-2026-04-2026-06 gcc.adoc

Status/2026Q2/gcc.adoc: Add report

Reviewed by:    jrm
Differential Revision:  https://reviews.freebsd.org/D58233
DeltaFile
+26-0website/content/en/status/report-2026-04-2026-06/gcc.adoc
+26-01 files

NetBSD/pkgsrc dS4H4c3doc CHANGES-2026

   doc: Updated emulators/nono to 1.8.2
VersionDeltaFile
1.4759+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc DWKUjQxemulators/nono distinfo Makefile

   nono: update to 1.8.2.

   1.8.2 (2026/07/24)
   vm(New): "Implement OPM on X68030."
   vm(New): "Implement screen compositing on X68030."
   vm(New): "Implement CRTC timing on X68030."
   vm(New): "Implement CRTC raster interrupt on X68030."
   vm(Fix): "Make various fixes to the CRTC monitor on X68030."
   vm(New): "Implement the array chain transfer on DMAC on X68030."
   vm(Update): "Support parallel transfers on DMAC on X68030."
   vm(Fix): "Fix some of the transfer termination condition on DMAC on X68030 since ver 1.5.1."
   vm(Fix): "Fix an issue where TxDR could not be written during event mode on MFP on X68030."
   vm(Fix): "Fix an issue where the scheduler could hang when writing to the ADPCM register."
   vm(Fix): "Fix accesses around the sprite register on X68030."
   vm(Fix): "Implement response to commands for allow/reject media ejection on Windrv on X68030."
   GUI(Update): "Improve layouts of the loglevel settings window."
VersionDeltaFile
1.51+4-4emulators/nono/distinfo
1.70+2-2emulators/nono/Makefile
+6-62 files

LLVM/project 311914cllvm/include/llvm/Support GenericDomTree.h

more cleanup

Created using spr 1.3.8-wip
DeltaFile
+12-22llvm/include/llvm/Support/GenericDomTree.h
+12-221 files

OpenBSD/src S5lpj0Qgnu/llvm/clang/include/clang/Options Options.td, gnu/llvm/clang/lib/Driver/ToolChains Clang.cpp

   llvm: g/c-collect local changes for now-retired loongson platform

   ok visa@
VersionDeltaFile
1.8+0-51gnu/llvm/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
1.7+0-5gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
1.19+0-5gnu/llvm/clang/lib/Driver/ToolChains/Clang.cpp
1.8+0-4gnu/llvm/llvm/lib/Target/Mips/MipsTargetMachine.cpp
1.2+0-2gnu/llvm/clang/include/clang/Options/Options.td
1.6+0-2gnu/llvm/llvm/lib/Target/Mips/Mips.h
+0-692 files not shown
+0-708 files

LLVM/project da352acllvm/include/llvm/Support GenericDomTree.h

clang-format, but reasonable

Created using spr 1.3.8-wip
DeltaFile
+3-5llvm/include/llvm/Support/GenericDomTree.h
+3-51 files

LLVM/project 6b5e124llvm/include/llvm/Support GenericDomTree.h GenericDomTreeConstruction.h

[spr] initial version

Created using spr 1.3.8-wip
DeltaFile
+28-53llvm/include/llvm/Support/GenericDomTree.h
+9-20llvm/include/llvm/Support/GenericDomTreeConstruction.h
+37-732 files

OpenBSD/src WIQlmB2distrib/sets/lists/man mi

   sync
VersionDeltaFile
1.1773+2-0distrib/sets/lists/man/mi
+2-01 files

LLVM/project c7299aellvm/lib/Transforms/Vectorize VPlan.h

[spr] initial version

Created using spr 1.3.8-wip
DeltaFile
+4-2llvm/lib/Transforms/Vectorize/VPlan.h
+4-21 files

LLVM/project 05bcb50llvm/lib/Transforms/Vectorize VPlan.h VPlanCFG.h

[VPlan][NFC] Number blocks (#212023)

Assign numbers to blocks for more efficient dominator tree construction.
The number is identical to the index in CreatedBlocks of the VPlan.

This removes the last user of unnumbered graphs for dominator trees.

Note that the compile-time change here is practically unmeasurable. The
motivation really is to remove the non-number code path from the
dominator tree.
DeltaFile
+12-0llvm/lib/Transforms/Vectorize/VPlan.h
+11-0llvm/lib/Transforms/Vectorize/VPlanCFG.h
+7-2llvm/lib/Transforms/Vectorize/VPlan.cpp
+30-23 files

LLVM/project cb175d2llvm/lib/Target/AArch64/MCTargetDesc AArch64MCAsmInfo.cpp, llvm/lib/Target/AMDGPU/MCTargetDesc AMDGPUMCAsmInfo.cpp

[MC][NFC] Use EnumStrings for AtSpecifiers (#211827)

Store at specifiers without relocations using EnumStrings, reducing
.data.rel.ro by 4-5kiB. This also saves the more compactly at now 6B per
entry instead of 24B.
DeltaFile
+87-84llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
+31-29llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
+27-25llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
+18-14llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
+17-15llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp
+12-10llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
+192-1778 files not shown
+256-22214 files