| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2026-05-01 | acpi: silence IASL compiler output | Felix Morgner | 2 | -1/+22 | |
| 2026-04-30 | kstd: align vector with standard | Felix Morgner | 1 | -2/+2 | |
| 2026-04-30 | kernel/acpi: simplify manager constructor | Felix Morgner | 1 | -11/+9 | |
| 2026-04-30 | build: upgrade to GCC 16 | Felix Morgner | 2 | -7/+10 | |
| 2026-04-30 | ide: clean up neovim configuration | Felix Morgner | 1 | -37/+48 | |
| 2026-04-29 | chore: migrate 'kapi' to p1204 layout | Felix Morgner | 25 | -1/+1 | |
| 2026-04-29 | Merge branch 'fmorgner/develop-BA-FS26/x86-64-use-p1204-layout' into ↵ | Felix Morgner | 67 | -601/+41 | |
| 'develop-BA-FS26' chore: migrate 'arch' to p1204 project layout See merge request teachos/kernel!28 | |||||
| 2026-04-29 | x86_64: fix library references | Felix Morgner | 1 | -2/+2 | |
| 2026-04-29 | ide: support nesting in neovim | Felix Morgner | 1 | -0/+9 | |
| 2026-04-29 | x86_64: use p1204 project layout | Felix Morgner | 66 | -601/+32 | |
| 2026-04-29 | acpi: move test data header | Felix Morgner | 7 | -10/+8 | |
| 2026-04-29 | elf: restructure according to p1204 | Felix Morgner | 3 | -3/+3 | |
| 2026-04-28 | Merge branch 'refactoring' into 'develop-BA-FS26' | Marcel Braun | 18 | -374/+485 | |
| Refactoring See merge request teachos/kernel!27 | |||||
| 2026-04-26 | fix bht build | Lukas Oesch | 1 | -0/+0 | |
| 2026-04-26 | rename file_descriptor_table to open_file_table | Lukas Oesch | 8 | -62/+61 | |
| 2026-04-26 | rename open_file_description to open_file_descriptor | Lukas Oesch | 10 | -113/+111 | |
| 2026-04-25 | add documentation, refactoring | Lukas Oesch | 2 | -9/+61 | |
| 2026-04-25 | remove unused include | Lukas Oesch | 1 | -1/+0 | |
| 2026-04-25 | add demo code | Lukas Oesch | 1 | -0/+63 | |
| 2026-04-23 | chore: banish relative includes | Felix Morgner | 224 | -648/+646 | |
| 2026-04-23 | chore: organize includes | Felix Morgner | 81 | -188/+224 | |
| 2026-04-22 | multiboot2: rearrange project structure | Felix Morgner | 10 | -1/+1 | |
| 2026-04-22 | multiboot2: add test MBI dump | Felix Morgner | 2 | -0/+4 | |
