aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-03-27kapi: extract interrupts APIFelix Morgner7-30/+29
2026-03-27kapi: dissolve cpu/exception.hpp into cpu.hppFelix Morgner2-107/+95
2026-03-27kapi/cpu: simplify exception handlingFelix Morgner7-101/+28
2026-03-27x86_64: split kapi::cpu implementationFelix Morgner3-59/+68
2026-03-27kapi/cpu: update documentation of init()Felix Morgner1-0/+3
2026-03-27ci: fix coverage regexFelix Morgner1-1/+1
2026-03-27ci: use preconfigured image for bht buildsFelix Morgner1-4/+1
2026-03-27ci: set artifact expiry timeFelix Morgner1-0/+1
2026-03-27ci: use preconfigured imageFelix Morgner1-4/+1
2026-03-27x86_64/cpu: improve exception loggingFelix Morgner1-4/+33
2026-03-27x86_64/cpu: fix interrupt gate typesFelix Morgner1-1/+1
2026-03-27kapi: introduce cpu::interrupt_handlerFelix Morgner3-13/+97
2026-03-27kapi/cpu: enable formatting of exception typesFelix Morgner2-2/+37
2026-03-27x86_64/cpu: fix exception enumFelix Morgner1-1/+5
2026-03-27kapi/cpu: add missing exception typeFelix Morgner1-0/+2
2026-03-27kapi/cpu: improve documentationFelix Morgner1-4/+27
2026-03-27kapi: add missing header to buildFelix Morgner1-0/+3
2026-03-27kapi: extract interrupt enablementFelix Morgner6-16/+32
2026-03-27x86_64: remove stale source codeFelix Morgner23-777/+0
2026-03-27kapi/cpu: introduce CPU APIFelix Morgner11-65/+301
2026-03-27x86_64/port_io: fix assembly templatesFelix Morgner1-3/+3
2026-03-26fix resolve_path -> first traverse rootfs before jumping into the mounted ↵Lukas Oesch1-10/+2
root filesystem
2026-03-26mock filesystem correctly for tests with /devLukas Oesch1-2/+7
2026-03-26mount /dev in the rootfsLukas Oesch4-2/+40
2026-03-26first draft of an devfs implementationLukas Oesch9-49/+146
2026-03-26currently do not support stacked mountsLukas Oesch1-1/+3
2026-03-26implement a rootfs to handle / mounts correctlyLukas Oesch12-47/+149
2026-03-26refactoring, add root_mount into the root_tableLukas Oesch5-26/+40
2026-03-26implement == and <=> operator in shared_ptrLukas Oesch2-7/+25
2026-03-26small refactoringLukas Oesch2-29/+13
2026-03-26Refactor mounting of new filesystems and path resolving in vfsmarcel.braun2-24/+32
2026-03-26Add root_dentry to filesystemmarcel.braun2-0/+16
2026-03-26Refactor mount_table entry (mount) to use dentry as key instead of pathmarcel.braun2-9/+9
2026-03-26Fix dentry header guardsmarcel.braun1-2/+2
2026-03-26Add mount_tablemarcel.braun3-0/+53
2026-03-26Add test for resolve_pathmarcel.braun2-1/+18
2026-03-26Implement resolve_pathmarcel.braun5-10/+64
2026-03-26Implement == and != operators for string and string_viewmarcel.braun1-0/+31
2026-03-26Refactor move init logic into member functionmarcel.braun2-4/+13
2026-03-26Small refactoring use shared pointermarcel.braun3-3/+4
2026-03-26Refactor filesystemmarcel.braun4-8/+17
2026-03-26Add dentry structuremarcel.braun4-11/+43
2026-03-26Rename custody to dentry and add childrenmarcel.braun7-65/+67
2026-03-26Remove unneeded enable_shared_from_this in inodemarcel.braun1-3/+1
2026-03-26add tests, use better println for vectorsLukas Oesch1-24/+33
2026-03-26implement device names with kstd::stringLukas Oesch7-25/+31
2026-03-26implement simple conversion function from unsigned integral values to ↵Lukas Oesch1-4/+57
kstd::string
2026-03-26implement simple kstd::stringLukas Oesch1-0/+264
2026-03-26refactoring, node cannot be nullLukas Oesch1-6/+1
2026-03-26simplify architecture againLukas Oesch16-305/+138