boredos_mirror/src
2026-04-23 00:03:06 +02:00
..
arch refactor: replace syscall if/else chains with dispatch tables 2026-04-18 18:37:13 +02:00
core chore: update OS codename to Genesis, referencing laying roots for future versions. 2026-04-21 01:07:07 +02:00
dev FEATURE: add Bsh + userspace terminal, remove legacy cmd/cli utils 2026-04-15 22:47:24 +02:00
fonts fonts: add system TTF assets 2026-04-23 00:00:18 +02:00
fs fix(fs): remove 256-file limit in RAMFS using a dynamic linked list 2026-04-21 16:40:21 +02:00
images remove: duplicate svg icons 2026-04-20 22:58:40 +02:00
library/bsh term: switch to TrueType fonts 2026-04-23 00:00:36 +02:00
mem refactor(mem): rewrite allocator to use two-tier slab and dynamic block list 2026-04-22 00:20:22 +02:00
net fix(net): guard network_cleanup() with TCP connection ownership token 2026-04-21 16:40:53 +02:00
sys libui: hook userland mouse events 2026-04-23 00:01:20 +02:00
userland txtedit: support proportional fonts and dynamic cursor alignment 2026-04-23 00:03:06 +02:00
wm wm: add mouse event callbacks to Window 2026-04-23 00:01:12 +02:00