| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-05 | add symbolic link tests | Lukas Oesch | 1 | -0/+42 | |
| 2026-05-05 | avoid to traverse back over the root | Lukas Oesch | 1 | -10/+5 | |
| 2026-05-05 | refactoring do_mount_internal (retrieve path from dentry), handle .. ↵ | Lukas Oesch | 2 | -16/+17 | |
| correctly in relative path | |||||
| 2026-05-05 | fix readme | Lukas Oesch | 1 | -1/+1 | |
| 2026-05-05 | Update readme for images, add symlink to readme into test_assets folder | Marcel Braun | 2 | -3/+16 | |
| 2026-05-05 | Add testing symlinks to filesystem images | Marcel Braun | 6 | -6/+6 | |
| 2026-05-05 | Disable recursion-warning | Marcel Braun | 1 | -2/+2 | |
| 2026-05-05 | Remove manual tests | Marcel Braun | 1 | -167/+1 | |
| 2026-05-05 | Add tests for path utility | Marcel Braun | 2 | -0/+70 | |
| 2026-05-05 | Add check for max symlink count | Marcel Braun | 1 | -8/+15 | |
| 2026-05-05 | Add check for valid path length | Marcel Braun | 1 | -9/+23 | |
| 2026-05-05 | Add constants | Marcel Braun | 1 | -0/+13 | |
| 2026-05-05 | Fix vfs tests | Marcel Braun | 1 | -4/+3 | |
| 2026-05-05 | fix problem with string_view lifetime | Lukas Oesch | 2 | -9/+11 | |
| 2026-05-05 | Add simple symlink tests | Marcel Braun | 4 | -3/+26 | |
| 2026-05-05 | Implement symlink non-recursive | Marcel Braun | 1 | -26/+15 | |
| 2026-05-05 | Refactor path resolution, use vector and while instead of iterator and for-loop | Marcel Braun | 1 | -2/+7 | |
| 2026-05-05 | Implement symlink read in inode, fix max amount of bytes to read | Marcel Braun | 3 | -11/+20 | |
| 2026-05-05 | Resolve TODOs concerning path validation | Marcel Braun | 1 | -11/+9 | |
| 2026-05-05 | Add helper functions for path validation and splitting | Marcel Braun | 1 | -0/+56 | |
| 2026-05-05 | Use iterator in path resolution, start with symlink implementation | Marcel Braun | 1 | -3/+37 | |
| 2026-05-05 | refactoring and extend tests | Lukas Oesch | 7 | -24/+27 | |
| 2026-05-05 | add todos | Lukas Oesch | 1 | -0/+2 | |
| 2026-05-05 | refactoring | Lukas Oesch | 3 | -30/+25 | |
| 2026-05-05 | add relative path tests | Lukas Oesch | 1 | -0/+46 | |
| 2026-05-05 | fix bht build | Lukas Oesch | 2 | -13/+13 | |
| 2026-05-05 | relative path support | Lukas Oesch | 3 | -18/+103 | |
| 2026-05-05 | resolve todos | Lukas Oesch | 4 | -7/+14 | |
| 2026-05-05 | add is_symbolic_link method in ext2 inode | Lukas Oesch | 6 | -0/+46 | |
| 2026-05-05 | refactor inode kind | Lukas Oesch | 15 | -108/+113 | |
| 2026-05-05 | ide: unset clangd path | Felix Morgner | 1 | -1/+0 | |
| 2026-05-05 | ide: fix container configuration | Felix Morgner | 2 | -1/+3 | |
| 2026-05-04 | debug: add multiboot2 information dump tool | Felix Morgner | 4 | -2/+155 | |
| This patch introduces a new GDB tool `dump_mb2i` that dump the multiboot2 information provided by the bootloader. This tool can be invoked in the GDB console. For example in vscode: -exec dump_mb2i ((kapi::boot::information)bootstrap_information).mbi The tool expects the address of the loader provided MB2 information as its only argument. | |||||
| 2026-05-04 | debug: improve pretty printer implementations | Felix Morgner | 9 | -52/+96 | |
| 2026-05-04 | debug: split gdb modules | Felix Morgner | 11 | -18/+39 | |
| 2026-05-02 | libs: adopt p1204 layout for kstd | Felix Morgner | 58 | -121/+120 | |
| 2026-05-02 | debug: load pretty printers in tests | Felix Morgner | 1 | -1/+12 | |
| 2026-05-02 | debug: optimize string pretty printer | Felix Morgner | 1 | -2/+3 | |
| 2026-05-02 | debug: fix vector pretty printer | Felix Morgner | 1 | -3/+3 | |
| 2026-05-02 | debug: add kapi formatter support | Felix Morgner | 4 | -2/+52 | |
| 2026-05-02 | debug: fix smart pointer pretty printers | Felix Morgner | 1 | -5/+5 | |
| 2026-05-01 | debug: add support for smart pointer pretty printing | Felix Morgner | 2 | -0/+53 | |
| 2026-05-01 | debug: add support for kstd pretty printing | Felix Morgner | 7 | -0/+100 | |
| 2026-05-01 | ide: update devcontainer | Felix Morgner | 1 | -2/+2 | |
| 2026-05-01 | kstd/vector: add missing emplace test | Felix Morgner | 1 | -0/+20 | |
| 2026-05-01 | kstd/vector: implement insert_range | Felix Morgner | 2 | -2/+362 | |
| 2026-05-01 | kstd/vector: improve append_range tests | Felix Morgner | 2 | -6/+98 | |
| 2026-05-01 | kstd: vector add resize tests | Felix Morgner | 1 | -0/+68 | |
| 2026-05-01 | kstd/vector: implement append_range | Felix Morgner | 3 | -2/+113 | |
| 2026-05-01 | ci: clean up coverage setup | Felix Morgner | 2 | -6/+6 | |
