aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-05Add tests for path utilityMarcel Braun2-0/+70
2026-05-05Add check for max symlink countMarcel Braun1-8/+15
2026-05-05Add check for valid path lengthMarcel Braun1-9/+23
2026-05-05Add constantsMarcel Braun1-0/+13
2026-05-05Fix vfs testsMarcel Braun1-4/+3
2026-05-05fix problem with string_view lifetimeLukas Oesch2-9/+11
2026-05-05Add simple symlink testsMarcel Braun4-3/+26
2026-05-05Implement symlink non-recursiveMarcel Braun1-26/+15
2026-05-05Refactor path resolution, use vector and while instead of iterator and for-loopMarcel Braun1-2/+7
2026-05-05Implement symlink read in inode, fix max amount of bytes to readMarcel Braun3-11/+20
2026-05-05Resolve TODOs concerning path validationMarcel Braun1-11/+9
2026-05-05Add helper functions for path validation and splittingMarcel Braun1-0/+56
2026-05-05Use iterator in path resolution, start with symlink implementationMarcel Braun1-3/+37
2026-05-05refactoring and extend testsLukas Oesch7-24/+27
2026-05-05add todosLukas Oesch1-0/+2
2026-05-05refactoringLukas Oesch3-30/+25
2026-05-05add relative path testsLukas Oesch1-0/+46
2026-05-05fix bht buildLukas Oesch2-13/+13
2026-05-05relative path supportLukas Oesch3-18/+103
2026-05-05resolve todosLukas Oesch4-7/+14
2026-05-05add is_symbolic_link method in ext2 inodeLukas Oesch6-0/+46
2026-05-05refactor inode kindLukas Oesch15-108/+113
2026-05-05ide: unset clangd pathFelix Morgner1-1/+0
2026-05-05ide: fix container configurationFelix Morgner2-1/+3
2026-05-04debug: add multiboot2 information dump toolFelix Morgner4-2/+155
2026-05-04debug: improve pretty printer implementationsFelix Morgner9-52/+96
2026-05-04debug: split gdb modulesFelix Morgner11-18/+39
2026-05-02libs: adopt p1204 layout for kstdFelix Morgner58-121/+120
2026-05-02debug: load pretty printers in testsFelix Morgner1-1/+12
2026-05-02debug: optimize string pretty printerFelix Morgner1-2/+3
2026-05-02debug: fix vector pretty printerFelix Morgner1-3/+3
2026-05-02debug: add kapi formatter supportFelix Morgner4-2/+52
2026-05-02debug: fix smart pointer pretty printersFelix Morgner1-5/+5
2026-05-01debug: add support for smart pointer pretty printingFelix Morgner2-0/+53
2026-05-01debug: add support for kstd pretty printingFelix Morgner7-0/+100
2026-05-01ide: update devcontainerFelix Morgner1-2/+2
2026-05-01kstd/vector: add missing emplace testFelix Morgner1-0/+20
2026-05-01kstd/vector: implement insert_rangeFelix Morgner2-2/+362
2026-05-01kstd/vector: improve append_range testsFelix Morgner2-6/+98
2026-05-01kstd: vector add resize testsFelix Morgner1-0/+68
2026-05-01kstd/vector: implement append_rangeFelix Morgner3-2/+113
2026-05-01ci: clean up coverage setupFelix Morgner2-6/+6
2026-05-01acpi: silence IASL compiler outputFelix Morgner2-1/+22
2026-04-30kstd: align vector with standardFelix Morgner1-2/+2
2026-04-30kernel/acpi: simplify manager constructorFelix Morgner1-11/+9
2026-04-30build: upgrade to GCC 16Felix Morgner2-7/+10
2026-04-30ide: clean up neovim configurationFelix Morgner1-37/+48
2026-04-29chore: migrate 'kapi' to p1204 layoutFelix Morgner25-1/+1
2026-04-29Merge branch 'fmorgner/develop-BA-FS26/x86-64-use-p1204-layout' into 'develop...Felix Morgner67-601/+41
2026-04-29x86_64: fix library referencesFelix Morgner1-2/+2