13,139,440 commits found in 10 milliseconds
[ARM] support `r14` as an alias for `lr` in inline assembly (#179740)
In rustc (and I suspect Clang and Zig) there is some special logic to
rewrite `r14` into `lr` when used in inline assembly. LLVM should
probably support `r14` directly.
https://developer.arm.com/documentation/ddi0211/i/programmer-s-model/registers/the-arm-state-register-set
> You can treat r14 as a general-purpose register at all other times.
This heavily suggests that we should be able to use it as a clobber and
read its value.
This is the arm analogue to
https://github.com/llvm/llvm-project/pull/167783. textproc/R-cran-readr: Update to 2.2.0
Reported by: portscout
FreeNAS /freenas cf016d3 — src/middlewared/middlewared/plugins/datastore connection.py filter.py, src/middlewared/middlewared/pytest/unit/plugins test_datastore.py Add more tests, fix annotations, add getpid check
LLVM /project c3e318d — libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req atomic_fetch_max.pass.cpp atomic_fetch_max_explicit.pass.cpp header
Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
Merge branch 'freebsd/current/main' into hardened/current/master
Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
HardenedBSD /ports 1e367d7 — deskutils/joplin-desktop distinfo Makefile.crates, deskutils/joplin-desktop/files/app-clipper package-lock.json Merge branch 'freebsd/main' into hardenedbsd/main
Expand tests
openvpn: Adding options for legacy ciphers (#9829)
Signed-off-by: Bjoern Jakobsen <Bjoern.Jakobsen at lrz.de> LLVM /project a85a1df — libcxx/include/__atomic atomic.h atomic_ref.h, libcxx/include/__atomic/support gcc.h c11.h address review comments
UI: restore canvas state in health graph (#9827)
Fixed health graph bug on Firefox causing graph to shrink after hovering over it for an extended amount of time. The problem was caused by ctx.save() being called repeatedly during hovering. This caused a rendering degradation, because Firefox is stricter about canvas state stack growth. Added ctx.restore() so every save state gets restored and removed from the stack so the canvas doesn't accumulate state. Graph behaves properly on Chrome and Firefox now.
Fixes #9528 OpenBSD /ports YhClIrB — www/ruby-passenger distinfo, www/ruby-passenger/files nginx-passenger.conf.sample Send ruby-passenger to the Attic
BROKEN since the libc++19 uupdate, and nobody has stepped up to fix it.
OK tb@, sthen@, kn@, rsadowski@
Unhook ruby-passenger
stalwart: Add reference to CVE-2026-26312
deno: Add reference to CVE-2026-27190
[TableGen] Add let append/prepend syntax for field concatenation
update to py3-puremagic-2.0.0
LLVM /project b397c9d — llvm/lib/Transforms/IPO FunctionAttrs.cpp, llvm/test/Transforms/FunctionAttrs nofpclass.ll FunctionAttrs: Basic propagation of nofpclass (#182444)
Update to abiword-3.0.9pre20260116.
Status/2025Q4: Publish
Differential Revision: https://reviews.freebsd.org/D55409
devel/R-cran-future.apply: Update to 1.20.2
- Use only RUN_DEPENDS as port doesn't compile
- Add missing test dependency
ChangeLog: https://cran.r-project.org/web/packages/future.apply/index.html
devel/R-cran-future.apply: Update to 1.20.2
- Use only RUN_DEPENDS as port doesn't compile
- Add missing test dependency
ChangeLog: https://cran.r-project.org/web/packages/future.apply/index.html
update to diffoscope-313
add some more optional TDEPs
FreeNAS /freenas 89cf67b — src/middlewared/middlewared/plugins/pool_ dataset_encryption_lock.py dataset_encryption_info.py Make sure on locking, we properly mark datasets as locked
OpenBSD /ports 4I7Qq7O — devel/dtc Makefile distinfo, devel/dtc/patches patch-Makefile patch-libfdt_Makefile_libfdt update to dtc-1.7.2
fix linking so that binaries linked to libfdt can run
sound: Detect unsupported formats
This way we can avoid edge-cases like
8af6aee96ed609456900c6dd92dafabac5e89c0a ("virtual_oss(8) : Remove
floating point formats from preference list").
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D55403
sound: Detect unsupported formats
This way we can avoid edge-cases like
8af6aee96ed609456900c6dd92dafabac5e89c0a ("virtual_oss(8): Remove
floating point formats from preference list").
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D55403
Status/2025Q4: Sort reports
Co-authored-by: Joseph Mingrone <jrm at FreeBSD.org>
Differential Revision: https://reviews.freebsd.org/D55200
FreeBSD /doc f1998c4 — website/content/en/status/report-2025-10-2025-12 parthenope-design-ideas.adoc jdk21default.adoc Status/2025Q4: More fixes