Files
RedBear-OS/local
vasilito 93740b7c06 plan: add v6.0 changelog (Phase 1 fully implemented in code)
v6.0 collapses the v5.0 dual-path input design (which was never
built) into a single-producer evdev pipe:

  drivers → /scheme/input/evdev (inputd ring buffer)
         → evdevd consumer
         → /dev/input/eventN
         → libinput

Phase 1.1b (inputd scheme daemon) is now real. All five input
drivers + virtio-inputd already use EvdevProducerHandle. The
init system wires evdevd in. Plan status for Phase 1: 8 of 9
steps code-complete; only Step 1.9 (udev-shim eventN mapping
verification) and runtime gate (QEMU boot test) remain.

Also records the small fixes this session: Gap 3 (renderD128
openat path), Gap 5 (host->guest resize events, pre-existing),
Gap 8 (atomic_check connector validation), Phase 3.5 (page
flip keeps DRM fd open), the redox-drm dangling symlink, and
the build-redbear.sh aggressive cache-nuke fix.
2026-06-09 15:32:34 +03:00
..