| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-15 | acpi: add basic table type | Felix Morgner | 11 | -22/+94 | |
| 2026-04-15 | acpi: reimplement the common table header | Felix Morgner | 8 | -0/+260 | |
| 2026-04-15 | acpi: add rsdp test data | Felix Morgner | 4 | -0/+19 | |
| 2026-04-15 | acpi: add basic MADT tests | Felix Morgner | 11 | -6/+242 | |
| 2026-04-14 | acpi: begin test implementation | Felix Morgner | 5 | -3/+52 | |
| 2026-04-14 | kstd: add basic flat_map::try_insert | Felix Morgner | 3 | -0/+111 | |
| 2026-04-13 | Merge branch 'fmorgner/develop-BA-FS26/string-format' into 'develop-BA-FS26' | Felix Morgner | 14 | -209/+614 | |
| Implement `kstd::format` and `kstd::format_to` See merge request teachos/kernel!24 | |||||
| 2026-04-13 | kstd/format: add support for char formatting | Felix Morgner | 3 | -4/+99 | |
| 2026-04-13 | kstd: add basic format and format_to tests | Felix Morgner | 4 | -3/+140 | |
| 2026-04-13 | kstd/format: add kstd::format_to | Felix Morgner | 2 | -20/+37 | |
| 2026-04-13 | kstd: move formatting implementation to kstd | Felix Morgner | 9 | -196/+250 | |
| 2026-04-13 | kstd/format: hook up vformat_to | Felix Morgner | 4 | -189/+261 | |
| 2026-04-13 | kstd: introduce output buffer for formatting | Felix Morgner | 2 | -6/+36 | |
| 2026-04-12 | Merge branch 'ext2' into 'develop-BA-FS26' | Marcel Braun | 85 | -182/+3533 | |
| ext2 and tests See merge request teachos/kernel!22 | |||||
| 2026-04-12 | Add comment | Marcel Braun | 1 | -0/+1 | |
| 2026-04-12 | Rename | Marcel Braun | 1 | -4/+4 | |
| 2026-04-11 | add ext2 inode and filesystem tests | Lukas Oesch | 7 | -26/+406 | |
| 2026-04-11 | add open_file_description tests with real image | Lukas Oesch | 1 | -0/+54 | |
| 2026-04-11 | add vfs tests with real ext2 images | Lukas Oesch | 9 | -19/+330 | |
| 2026-04-11 | add test for devfs edge case | Lukas Oesch | 1 | -0/+9 | |
| 2026-04-11 | add devfs filesystem tests, and storage_boot_module_fixture to mock real ↵ | Lukas Oesch | 7 | -5/+136 | |
| boot modules | |||||
| 2026-04-11 | add deinit functions for singletons in tests | Lukas Oesch | 11 | -84/+116 | |
| 2026-04-11 | add rootfs filesystem tests | Lukas Oesch | 2 | -0/+46 | |
| 2026-04-11 | add devfs and rootfs inode tests | Lukas Oesch | 3 | -0/+139 | |
| 2026-04-11 | fix test | Lukas Oesch | 1 | -1/+1 | |
| 2026-04-11 | add file_descriptor_table tests | Lukas Oesch | 4 | -0/+167 | |
| 2026-04-11 | add open_file_description tests | Lukas Oesch | 5 | -4/+77 | |
| 2026-04-11 | fix mount table tests | Lukas Oesch | 1 | -4/+3 | |
| 2026-04-11 | add mount_table tests | Lukas Oesch | 2 | -0/+165 | |
| 2026-04-11 | add mount tests | Lukas Oesch | 2 | -0/+50 | |
| 2026-04-11 | add test_support filesystem | Lukas Oesch | 3 | -0/+40 | |
| 2026-04-11 | use separate test inode | Lukas Oesch | 4 | -4/+46 | |
| 2026-04-11 | remove todos | Lukas Oesch | 2 | -2/+5 | |
| 2026-04-11 | fix is_block_device check, add device_inode and non-block device tests | Lukas Oesch | 4 | -3/+143 | |
| 2026-04-11 | add non block device for tests | Lukas Oesch | 3 | -0/+44 | |
| 2026-04-11 | add block_device tests | Lukas Oesch | 6 | -7/+56 | |
| 2026-04-11 | add block_device_utils tests | Lukas Oesch | 3 | -1/+191 | |
| 2026-04-11 | clean up includes | Lukas Oesch | 1 | -1/+0 | |
| 2026-04-11 | add test block_device | Lukas Oesch | 3 | -0/+90 | |
| 2026-04-11 | implement vector resize | Lukas Oesch | 1 | -0/+39 | |
| 2026-04-11 | add gdb and ms-vscode.hexeditor to devcontainer | Lukas Oesch | 1 | -3/+4 | |
| 2026-04-11 | add dentry tests | Lukas Oesch | 4 | -5/+158 | |
| 2026-04-11 | add notes about the content of the test images | Lukas Oesch | 1 | -0/+82 | |
| 2026-04-11 | extend tests with another filesystem | Lukas Oesch | 3 | -3/+29 | |
| 2026-04-11 | add test images | Lukas Oesch | 3 | -0/+8 | |
| 2026-04-11 | track *.img with git lfs | Lukas Oesch | 1 | -0/+1 | |
| 2026-04-11 | implement unmount, improve error codes | Lukas Oesch | 15 | -44/+187 | |
| 2026-04-11 | add test with multiple correct formatted ext2 file systems | Lukas Oesch | 2 | -41/+30 | |
| increase QEMU memory | |||||
| 2026-04-11 | fix build when modules folder is missing | Lukas Oesch | 1 | -1/+9 | |
| 2026-04-11 | add descriptions, some refactoring | Lukas Oesch | 25 | -21/+500 | |
