remove incomplete/never finished loongson hibernate code
This was started many years ago and never finished. Ongoing work in hibernate
is complicated by having this old code present.
ok miod
Import wayland/mango
Mango is a modern, lightweight, high-performance Wayland compositor built on
dwl - crafted for speed, flexibility, and a customizable desktop experience.
www: https://mangowm.github.io/
ok landry@, additional tests and feedback from matthieu@
Import wayland/scenefx
A drop-in replacement for the wlroots scene API that allows wayland compositors
to render surfaces with eye-candy effects
ok landry@, additional tests and feedback from matthieu@
zero direct map pages before populating
Zero the DM PTE/PDE pages before use. Fixes a bug on machines with more than
512GB RAM; those pages might contain previous data/junk and panic during
pmap_randomize.
Tested on various amd64 laptops, an openbsd amd64 vmm VM and an EPYC server
with 1TB RAM.
Fix supplied by Chris Cunningham, thanks!
geo/qgis: add patch to build against print/pdf4qt instead of the bundled copy
print/pdf4qt was already added to LIB_DEPENDS/WANTLIB, but that patch
isnt upstreamed yet..
should fix a build failure experienced by tb@ and ajacoutot@
Sync to the latest version in git. by volker@
- Don't use quirks_* functions in libinput_openbsd.c
- Implement stubs for the remaining missing interfaces
- Run clang-format over libinput_openbsd.c and minimize the diff
to libinput.c
- Replace our axis_notify_event() by the standard
pointer_notify_axis_wheel()
- Slow down touchpad scrolling via the v120 Wheel API
Add smtiic(4), a driver for the I2C controller found on the SpacemiT K1
SoC. This is a close relative of mviic(4), but the register layout
changed and some bits moved within the registers.
ok jca@
Bring back the PXA2X0 variant; it resurfaced in the SpacemiT K1 SoC.
Incorporate a fix inspired by NetBSD to keep the console enabled when
userland closes the device.
relayd: support TLS with multiple listeners
Fix a bug in relay_inherit() which runs only
relay_load_certfiles(conf, rb, NULL) unconditionally which isn't
alligned with logic in parser when it parses relay block, where multiple
certificates are load as relay_load_certfiles(conf, rb, NULL) only if
here no tlscerts (for default host) and otherwise it loads keypairs.
OK: rsadowski@