464,904 commits found in 35 milliseconds
in inteldrm_burner_cb() call fb_blank() instead of drm_fb_helper_blank()
this indirectly calls intel_fbdev_blank(), which does
drm_fb_helper_blank() followed by intel_fbdev_invalidate()
avoids on screen garbage when wscons screen blanking is enabled on
mvs' Alder Lake and Gemini Lake machines.
OpenBSD /src Bji1IEv — sys/dev/pci/drm/i915/display intel_fbdev.c, sys/dev/pci/drm/include/drm drm_fb_helper.h Add fb_blank function pointer to struct fb_ops and enable paths that
set it. Also add fb_blank() which uses it, for use in inteldrm(4) .
OpenBSD /ports dEYkKn0 — databases/duckdb Makefile distinfo, databases/duckdb/patches patch-CMakeLists_txt databases/duckdb: update to 1.5.3
with feedback from sthen@, ok rsadowski@
Update to goreleaser-2.16.0
From Laurent Cheylus (maintainer)
update to qbe 1.3
From Leo Larnack
hidden dep on libinput-openbsd, found by naddy@
OpenBSD /ports JkCCugQ — devel/ocaml-menhir distinfo Makefile, devel/ocaml-menhir/pkg PLIST PFRAG.native update menhir to 20240715 for ocaml 5 support
update findlib to 1.9.8 for ocaml 5 support
ok avsm@ (MAINTAINER)
OpenBSD /ports R2plxNK — devel/ocaml-ocamlbuild distinfo Makefile, devel/ocaml-ocamlbuild/patches patch-Makefile update ocamlbuild to 0.14.3 for ocaml 5 support
OpenBSD /ports pdlmmPk — security/gringotts Makefile, security/gringotts/patches patch-src_grg_entries_vis_c security/gringotts: use proper object type-casting macro to appease llvm22
OpenBSD /ports 6FsfPUW — net/tailscale distinfo modules.inc, net/tailscale/patches patch-net_dns_manager_go Update to tailscale-1.98.5
From Adriano Barbosa (maintainer)
geo/foxtrotgps: use proper object type-casting macro to appease llvm22
japanese/kterm: build fixes for llvm22; from Yozo TODA
Update to miniflux-2.3.1
From Igor Zornik (maintainer)
OpenBSD /ports dfTdn9c — lang/deno distinfo crates.inc, lang/deno/patches patch-modcargo-crates_v8-0_68_0_build_config_compiler_BUILD_gn patch-modcargo-crates_v8-149_2_0_third_party_libc++_src_include___locale_dir_support_bsd_like_h lang/deno: Update to 2.8.2
* Build with LLVM 22
* Removes the dependency on oniguruma again
New v8 patches courtesy of www/chromium and devel/codex, thanks!
Bring back removed dependencies in the last update (moved to build only)
Use a task queue to schedule the newstate transitions. Mostly taken from
iwx/qwx and all other modern wifi chips.
lang/erlang/29: Update to 29.0.2
lang/erlang: Update to 27.3.4.13 and 28.5.0.2
Fixes
CVE-2026-48855
CVE-2026-48856
CVE-2026-48858
CVE-2026-48860
CVE-2026-49759
CVE-2026-49760
Make list-keys only use a message if -1 is given, otherwise behave like
other commands (stdout or mode).
shells/bash: update to 5.3 patchlevel 15
Fix text to refer to status-keys not mode-keys, GitHub issue 5191.
Rename new-pane -B to -W since -B is best kept to match -B to
display-popup.
update to libldns-1.9.2
update to libldns-1.9.2, version fix
Use correct size when calculating status line right trim. GitHub issue
5098 from Aung Myo Kyaw.
drop, marked BROKEN since 2021, upstream has disappeared
remove, marked BROKEN since 2016
Replace refresh-from-pane in copy mode with a way to automatically
update as pane content changes. This is toggled by pressing r. GitHub
issue 5165 from Barrett Ruth.
Implement mwx_mcu_set_deep_sleep() for mt7925 and clenanup around
mwx_mcu_rx_event() a little bit.