aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 kstd::s...Lukas Oesch1-4/+57
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
2026-03-26use enable_shared_from_this instead of self invocation methodLukas Oesch6-24/+11
2026-03-26implement simple weak_ptr and enable_shared_from_thisLukas Oesch1-34/+286
2026-03-26refactor file and inode architecture againLukas Oesch16-68/+112
2026-03-26fix buildLukas Oesch1-1/+1
2026-03-26use kstd::shared_ptr instead of std::optional for open_file_descriptionsLukas Oesch5-21/+27
2026-03-26implement first draft of a do_mount functionLukas Oesch2-8/+51
2026-03-26prepare test code for a further test functionLukas Oesch1-1/+12
2026-03-26small refactoringLukas Oesch1-4/+3
2026-03-26improve architecture again -> use same architecture for devices and ext2_filesLukas Oesch7-7/+86
2026-03-26first try to simplify the architecture (remove redundant inode_file and open(...Lukas Oesch14-123/+75
2026-03-26remove inode metadataLukas Oesch9-132/+82
2026-03-26prepare files for new inode structureLukas Oesch5-0/+42
2026-03-25ide: enable doxygen-style comment parsingFelix Morgner1-0/+2
2026-03-25build: update llvm components in containerFelix Morgner3-5/+6
2026-03-24kstd/vector: add basic insert overloadsFelix Morgner2-28/+262
2026-03-23ide: ensure clangd sees active compile commandsFelix Morgner1-0/+1
2026-03-23ci: fix main build artifact extractionFelix Morgner1-1/+1
2026-03-23build: simplify switching between overall targetsFelix Morgner1-1/+1
2026-03-23kstd/tests: extract test helper typesFelix Morgner2-167/+283
2026-03-23ci: allow for whitespace in coverage regexFelix Morgner1-1/+1
2026-03-23ci: handle 100% coverageFelix Morgner1-1/+1
2026-03-23kstd/vector: expand testsFelix Morgner2-30/+488
2026-03-23kstd/vector: add more tests for different typesFelix Morgner1-0/+186
2026-03-23kstd: fix push/emplace_back bug in vectorFelix Morgner2-0/+174
2026-03-23deps: disable clang-tidy when not preinstalledFelix Morgner1-4/+6
2026-03-23ci: add missing test build dependenciesFelix Morgner1-1/+1
2026-03-23ci: fix artifact configurationFelix Morgner1-1/+1
2026-03-23ci: enable test buildsFelix Morgner15-39/+508
2026-03-23testing: enable build-host testingFelix Morgner10-16/+122
2026-03-21x86_64/cpu: fixup 8259 interrupt handlingFelix Morgner3-7/+28
2026-03-21Merge branch 'fmorgner/develop-BA-FS26/gdt_idt' into develop-BA-FS26Felix Morgner8-22/+363
2026-03-21x86_64/cpu: log interrupt data in hexFelix Morgner1-3/+3
2026-03-21x86_64/cpu: ignore 8259 interruptsFelix Morgner2-8/+20
2026-03-21x86_64/cpu: fixup 8259 interruptsFelix Morgner5-0/+56
2026-03-20x86_64/cpu: implement basic interrupt handlingFelix Morgner6-22/+295
2026-03-20kstd/vector: add missing constexprFelix Morgner1-5/+8
2026-03-20libs: fix header globsFelix Morgner3-11/+7