vasilito
fba204e2f5
fix: correct BAR size probing for non-zero base addresses
...
The previous BAR size calculation used !(inverted & mask) & mask which\nproduces incorrect results when the BAR has a non-zero base address.\nUse lowest-set-bit extraction (masked & (!masked + 1)) to correctly\ncompute the BAR size from the writable bit pattern read back from hardware.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-15 07:23:11 +01:00
vasilito
8e5792303a
fix: correct BAR size probing for non-zero base addresses
...
The previous BAR size calculation used !(inverted & mask) & mask which\nproduces incorrect results when the BAR has a non-zero base address.\nUse lowest-set-bit extraction (masked & (!masked + 1)) to correctly\ncompute the BAR size from the writable bit pattern read back from hardware.
2026-05-15 07:23:11 +01:00
vasilito
facf0c92e0
feat: track all source trees in git — full fork offline-first model
...
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.
Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.
127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00
vasilito
ff4ff35918
feat: track all source trees in git — full fork offline-first model
...
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.
Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.
127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00
vasilito
6860519db4
diag: add full DMA buffer hex dump and descriptor table logging for VirtIO GPU debugging
2026-05-14 10:52:39 +01:00
vasilito
28c97afe8e
diag: add full DMA buffer hex dump and descriptor table logging for VirtIO GPU debugging
2026-05-14 10:52:39 +01:00
vasilito
741f144c79
feat: VirtIO GPU driver, libdrm DRM ioctls, KWin/KF6 build fixes, display stack additions
...
- Add full VirtIO GPU driver with command submission, resource management,
VirtQueue implementation, and transport layer; includes diagnostic probes
for resource_create_2d ERR_INVALID_RESOURCE_ID investigation
- Expand libdrm Redox support with DRM ioctl wrappers (ADDFB, RMFB,
CREATE_DUMB, MAP_DUMB, DESTROY_DUMB, GET_RESOURCES, GET_CONNECTOR,
GET_CRTC, SET_CRTC, MODE_OBJ_GET_PROPERTIES, etc.) and xf86drm_redox.h
- Add redox-drm scheme handlers for VirtIO GPU-specific DRM ioctls
(VIRTGPU_RESOURCE_CREATE, VIRTGPU_MAP, VIRTGPU_WAIT, VIRTGPU_INFO, etc.)
- Add display stack recipes: freetype2, lcms2, libdisplay-info, libepoxy,
libxcvt
- Fix KWin build (recipe.toml expanded, kf6-ksvg added)
- Fix KF6 CMakeLists for cross-compilation (attica, kcmutils, kcolorscheme,
kcompletion, kconfigwidgets, kdeclarative, kiconthemes, kitemmodels,
kitemviews, kjobwidgets, ktextwidgets, kwayland, kxmlgui, kpty, solid)
- Add Qt6 futex support patch
- Add relibc patches: P3 strtold, P3 ld-so search path, P5 DRM ioctl removal
- Add base P4 pcid config scheme patch
- Update driver-manager hotplug/config, PCI config in redox-driver-sys
- Update greeter compositor and KDE session scripts
- Update AGENTS.md with zero-tolerance stubs policy and project knowledge
2026-05-14 10:31:13 +01:00
vasilito
19c65be7b1
feat: VirtIO GPU driver, libdrm DRM ioctls, KWin/KF6 build fixes, display stack additions
...
- Add full VirtIO GPU driver with command submission, resource management,
VirtQueue implementation, and transport layer; includes diagnostic probes
for resource_create_2d ERR_INVALID_RESOURCE_ID investigation
- Expand libdrm Redox support with DRM ioctl wrappers (ADDFB, RMFB,
CREATE_DUMB, MAP_DUMB, DESTROY_DUMB, GET_RESOURCES, GET_CONNECTOR,
GET_CRTC, SET_CRTC, MODE_OBJ_GET_PROPERTIES, etc.) and xf86drm_redox.h
- Add redox-drm scheme handlers for VirtIO GPU-specific DRM ioctls
(VIRTGPU_RESOURCE_CREATE, VIRTGPU_MAP, VIRTGPU_WAIT, VIRTGPU_INFO, etc.)
- Add display stack recipes: freetype2, lcms2, libdisplay-info, libepoxy,
libxcvt
- Fix KWin build (recipe.toml expanded, kf6-ksvg added)
- Fix KF6 CMakeLists for cross-compilation (attica, kcmutils, kcolorscheme,
kcompletion, kconfigwidgets, kdeclarative, kiconthemes, kitemmodels,
kitemviews, kjobwidgets, ktextwidgets, kwayland, kxmlgui, kpty, solid)
- Add Qt6 futex support patch
- Add relibc patches: P3 strtold, P3 ld-so search path, P5 DRM ioctl removal
- Add base P4 pcid config scheme patch
- Update driver-manager hotplug/config, PCI config in redox-driver-sys
- Update greeter compositor and KDE session scripts
- Update AGENTS.md with zero-tolerance stubs policy and project knowledge
2026-05-14 10:31:13 +01:00
vasilito
ea2f32372c
docs: remove GitHub, gitea.redbearos.org is the only git server
...
Remove origin remote (GitHub). Rename gitea to origin. Update all
AGENTS.md references to remove GitHub mentions.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 10:30:53 +01:00
vasilito
aa612ade26
docs: remove GitHub, gitea.redbearos.org is the only git server
...
Remove origin remote (GitHub). Rename gitea to origin. Update all
AGENTS.md references to remove GitHub mentions.
2026-05-11 10:30:53 +01:00
vasilito
80da7bdebd
docs: update project knowledge base
...
Update AGENTS.md with current patch chain state, KWin integration
status, and consolidated patch governance.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 10:11:14 +01:00
vasilito
9012a0b55b
docs: update project knowledge base
...
Update AGENTS.md with current patch chain state, KWin integration
status, and consolidated patch governance.
2026-05-11 10:11:14 +01:00
vasilito
3d1dc59f4d
fix: update build system tooling and configuration
...
Update cookbook fetch.rs for protected recipe handling and atomic
patch application. Update config.mk, device services, and legacy
base configs. Add patch-inclusion-gate script.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 10:10:35 +01:00
vasilito
daa875fc56
fix: update build system tooling and configuration
...
Update cookbook fetch.rs for protected recipe handling and atomic
patch application. Update config.mk, device services, and legacy
base configs. Add patch-inclusion-gate script.
2026-05-11 10:10:35 +01:00
vasilito
9b0fb0de0c
fix: update custom recipe implementations
...
Update cpufreqd, driver-params, firmware-loader, seatd, redox-drm,
and redox-driver-sys. Add XHCI controller quirk table. Update
redbear-compositor protocol handlers.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 10:10:25 +01:00
vasilito
4e24760a22
fix: update custom recipe implementations
...
Update cpufreqd, driver-params, firmware-loader, seatd, redox-drm,
and redox-driver-sys. Add XHCI controller quirk table. Update
redbear-compositor protocol handlers.
2026-05-11 10:10:25 +01:00
vasilito
f36b6a4582
feat: add display stack dependency recipes
...
Add lcms2, libdisplay-info, libepoxy, and libxcvt recipes required
by the KWin/Mesa display stack.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 10:10:11 +01:00
vasilito
d551d5dc41
feat: add display stack dependency recipes
...
Add lcms2, libdisplay-info, libepoxy, and libxcvt recipes required
by the KWin/Mesa display stack.
2026-05-11 10:10:11 +01:00
vasilito
7d96c20b28
feat: add KWin compositor integration with QML-free build
...
Add P0-disable-qml-quick.patch for building KWin without QML/Quick
dependencies. Update greeter scripts to prefer kwin_wayland. Enable
kwin in redbear-full config.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 10:09:58 +01:00
vasilito
b35977b654
feat: add KWin compositor integration with QML-free build
...
Add P0-disable-qml-quick.patch for building KWin without QML/Quick
dependencies. Update greeter scripts to prefer kwin_wayland. Enable
kwin in redbear-full config.
2026-05-11 10:09:58 +01:00
vasilito
b9e900cb70
fix: update KF6 cross-compile build configurations
...
Patch CMakeLists.txt across 15 KF6 packages for Redox cross-compile.
Add kf6-ksvg recipe for KWin dependency chain.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 10:09:48 +01:00
vasilito
49f9cb2f29
fix: update KF6 cross-compile build configurations
...
Patch CMakeLists.txt across 15 KF6 packages for Redox cross-compile.
Add kf6-ksvg recipe for KWin dependency chain.
2026-05-11 10:09:48 +01:00
vasilito
ad927eb352
fix: update Qt cross-compile toolchain and remove absorbed patches
...
Remove absorbed qtbase include and OpenGL guard patches. Update
toolchain cmake for cross-compile. Fix QtWayland cursor guards.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 10:09:34 +01:00
vasilito
e5366f3ce5
fix: update Qt cross-compile toolchain and remove absorbed patches
...
Remove absorbed qtbase include and OpenGL guard patches. Update
toolchain cmake for cross-compile. Fix QtWayland cursor guards.
2026-05-11 10:09:34 +01:00
vasilito
76b75d80b4
fix: absorb redundant base daemon and driver patches
...
Consolidate ~30 absorbed base patches into surviving carriers. Add
new init service files, driver sources, and network/storage modules
for the base recipe. Move absorbed patches to local/patches/base/absorbed/.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 10:09:25 +01:00
vasilito
2b8dd96a5c
fix: absorb redundant base daemon and driver patches
...
Consolidate ~30 absorbed base patches into surviving carriers. Add
new init service files, driver sources, and network/storage modules
for the base recipe. Move absorbed patches to local/patches/base/absorbed/.
2026-05-11 10:09:25 +01:00
vasilito
9f4ad484a4
fix: consolidate bootloader patches
...
Absorb P1-P4 bootloader patches into P5 carrier. Move absorbed
patches to local/patches/bootloader/absorbed/ for reference.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 10:08:39 +01:00
vasilito
c27a28a0c8
fix: consolidate bootloader patches
...
Absorb P1-P4 bootloader patches into P5 carrier. Move absorbed
patches to local/patches/bootloader/absorbed/ for reference.
2026-05-11 10:08:39 +01:00
vasilito
dbd230a6ec
fix: consolidate relibc patch chain
...
Remove absorbed prerequisite patches and fd-event test patch. Add
statvfs constants patch. Update recipe.toml wiring.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 10:08:30 +01:00
vasilito
cfddfe4ebe
fix: consolidate relibc patch chain
...
Remove absorbed prerequisite patches and fd-event test patch. Add
statvfs constants patch. Update recipe.toml wiring.
2026-05-11 10:08:30 +01:00
vasilito
39807ca816
fix: consolidate kernel patch chain
...
Absorb redundant kernel patches into v2 carriers, remove debug and
suspend patches no longer needed. Wire v2 patches in recipe.toml.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 10:08:20 +01:00
vasilito
7dfb749b3d
fix: consolidate kernel patch chain
...
Absorb redundant kernel patches into v2 carriers, remove debug and
suspend patches no longer needed. Wire v2 patches in recipe.toml.
2026-05-11 10:08:20 +01:00
vasilito
ae7b5f989f
docs: retire GitHub contribution language
2026-05-09 01:38:03 +01:00
vasilito
bcedb7cb8f
docs: retire GitHub contribution language
2026-05-09 01:38:03 +01:00
vasilito
a6d3e85588
docs: document Gitea as canonical git host
2026-05-09 01:37:52 +01:00
vasilito
ab6d312dd5
docs: document Gitea as canonical git host
2026-05-09 01:37:52 +01:00
vasilito
81285f3a12
docs: update local driver-manager execution notes
2026-05-09 01:34:16 +01:00
vasilito
bea8595fd4
docs: update local driver-manager execution notes
2026-05-09 01:34:16 +01:00
vasilito
46d76a5287
docs: update public driver-manager handoff language
2026-05-09 01:33:56 +01:00
vasilito
e839007b6f
docs: update public driver-manager handoff language
2026-05-09 01:33:56 +01:00
vasilito
8bf1f7022d
fix: update phase0 boot evidence diagnostics
2026-05-09 01:33:45 +01:00
vasilito
4c6a53c76d
fix: update phase0 boot evidence diagnostics
2026-05-09 01:33:45 +01:00
vasilito
65ded583e8
fix: expose driver-manager boot observability
2026-05-09 01:33:34 +01:00
vasilito
4672ddd20c
fix: expose driver-manager boot observability
2026-05-09 01:33:34 +01:00
vasilito
533e253e1e
fix: pass driver-manager PCI targets to wifi
2026-05-09 01:33:22 +01:00
vasilito
bf803aed94
fix: pass driver-manager PCI targets to wifi
2026-05-09 01:33:22 +01:00
vasilito
ff99ad455b
fix: add driver-core removal lifecycle
2026-05-09 01:33:08 +01:00
vasilito
8ea2ac82ed
fix: add driver-core removal lifecycle
2026-05-09 01:33:08 +01:00
vasilito
c11c7a04df
fix: harden driver-manager lifecycle
2026-05-09 01:32:57 +01:00
vasilito
84416f679e
fix: harden driver-manager lifecycle
2026-05-09 01:32:57 +01:00