| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-22 | kstd: fix vector tests | Felix Morgner | 1 | -1/+1 | |
| 2026-04-21 | libs: prepare for clang-tidy | Felix Morgner | 8 | -22/+18 | |
| 2026-04-21 | acpi: enable test coverage | Felix Morgner | 4 | -21/+17 | |
| 2026-04-21 | build: clean up configuration | Felix Morgner | 9 | -118/+355 | |
| 2026-04-19 | Merge branch 'refactoring' into 'develop-BA-FS26' | Marcel Braun | 10 | -27/+41 | |
| Refactoring See merge request teachos/kernel!26 | |||||
| 2026-04-19 | vfs open returns the dentry not the open file description | Lukas Oesch | 6 | -23/+30 | |
| 2026-04-19 | check that after mount the old file isn't available anymore | Lukas Oesch | 1 | -0/+3 | |
| 2026-04-19 | move m_inodes member into subclass | Lukas Oesch | 2 | -1/+3 | |
| 2026-04-19 | add todo to support sparse files | Lukas Oesch | 1 | -1/+3 | |
| 2026-04-19 | improve readme of default modules | Lukas Oesch | 1 | -2/+2 | |
| 2026-04-16 | Merge branch 'syscall-interface' into 'develop-BA-FS26' | Marcel Braun | 24 | -130/+425 | |
| Add fs syscall handler See merge request teachos/kernel!23 | |||||
| 2026-04-16 | Merge branch 'fmorgner/develop-BA-FS26/acpi-refactor' into develop-BA-FS26 | Felix Morgner | 34 | -347/+905 | |
| 2026-04-16 | ide: enable file grouping | Felix Morgner | 1 | -1/+5 | |
| 2026-04-16 | acpi: introduce XSDT type | Felix Morgner | 11 | -32/+187 | |
| 2026-04-16 | acpi: derive basic table from table header | Felix Morgner | 8 | -28/+10 | |
| 2026-04-16 | acpi: add rsdt type | Felix Morgner | 4 | -0/+127 | |
| 2026-04-16 | acpi: move madt to data | Felix Morgner | 5 | -5/+5 | |
| 2026-04-16 | acpi: introduce VLA table | Felix Morgner | 18 | -325/+283 | |
| 2026-04-15 | Merge branch 'fmorgner/develop-BA-FS26/kernel-bht-speedup' into ↵ | Lukas Oesch | 4 | -55/+98 | |
| 'develop-BA-FS26' Improve build-host test speed using memory mapping See merge request teachos/kernel!25 | |||||
| 2026-04-15 | acpi: add basic table type | Felix Morgner | 11 | -22/+94 | |
| 2026-04-15 | kernel: improve bht speed using memory mapping | Felix Morgner | 4 | -55/+98 | |
| 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-14 | add kapi filesystem tests | Lukas Oesch | 2 | -0/+130 | |
| 2026-04-14 | add tests to mount filesystems backed by a file | Lukas Oesch | 4 | -4/+93 | |
| 2026-04-13 | Back filesystem by inode and not device | Marcel Braun | 16 | -122/+117 | |
| 2026-04-13 | Rename and refactor | Marcel Braun | 3 | -25/+27 | |
| 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 | Add fs syscall handler | Marcel Braun | 4 | -5/+84 | |
| 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 | |
