aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-04-19Merge branch 'refactoring' into 'develop-BA-FS26'Marcel Braun10-27/+41
Refactoring See merge request teachos/kernel!26
2026-04-19vfs open returns the dentry not the open file descriptionLukas Oesch6-23/+30
2026-04-19check that after mount the old file isn't available anymoreLukas Oesch1-0/+3
2026-04-19move m_inodes member into subclassLukas Oesch2-1/+3
2026-04-19add todo to support sparse filesLukas Oesch1-1/+3
2026-04-19improve readme of default modulesLukas Oesch1-2/+2
2026-04-16Merge branch 'syscall-interface' into 'develop-BA-FS26'Marcel Braun24-130/+425
Add fs syscall handler See merge request teachos/kernel!23
2026-04-16Merge branch 'fmorgner/develop-BA-FS26/acpi-refactor' into develop-BA-FS26Felix Morgner34-347/+905
2026-04-16ide: enable file groupingFelix Morgner1-1/+5
2026-04-16acpi: introduce XSDT typeFelix Morgner11-32/+187
2026-04-16acpi: derive basic table from table headerFelix Morgner8-28/+10
2026-04-16acpi: add rsdt typeFelix Morgner4-0/+127
2026-04-16acpi: move madt to dataFelix Morgner5-5/+5
2026-04-16acpi: introduce VLA tableFelix Morgner18-325/+283
2026-04-15Merge branch 'fmorgner/develop-BA-FS26/kernel-bht-speedup' into ↵Lukas Oesch4-55/+98
'develop-BA-FS26' Improve build-host test speed using memory mapping See merge request teachos/kernel!25
2026-04-15acpi: add basic table typeFelix Morgner11-22/+94
2026-04-15kernel: improve bht speed using memory mappingFelix Morgner4-55/+98
2026-04-15acpi: reimplement the common table headerFelix Morgner8-0/+260
2026-04-15acpi: add rsdp test dataFelix Morgner4-0/+19
2026-04-15acpi: add basic MADT testsFelix Morgner11-6/+242
2026-04-14acpi: begin test implementationFelix Morgner5-3/+52
2026-04-14kstd: add basic flat_map::try_insertFelix Morgner3-0/+111
2026-04-14add kapi filesystem testsLukas Oesch2-0/+130
2026-04-14add tests to mount filesystems backed by a fileLukas Oesch4-4/+93
2026-04-13Back filesystem by inode and not deviceMarcel Braun16-122/+117
2026-04-13Rename and refactorMarcel Braun3-25/+27
2026-04-13Merge branch 'fmorgner/develop-BA-FS26/string-format' into 'develop-BA-FS26'Felix Morgner14-209/+614
Implement `kstd::format` and `kstd::format_to` See merge request teachos/kernel!24
2026-04-13kstd/format: add support for char formattingFelix Morgner3-4/+99
2026-04-13kstd: add basic format and format_to testsFelix Morgner4-3/+140
2026-04-13kstd/format: add kstd::format_toFelix Morgner2-20/+37
2026-04-13kstd: move formatting implementation to kstdFelix Morgner9-196/+250
2026-04-13kstd/format: hook up vformat_toFelix Morgner4-189/+261
2026-04-13kstd: introduce output buffer for formattingFelix Morgner2-6/+36
2026-04-12Add fs syscall handlerMarcel Braun4-5/+84
2026-04-12Merge branch 'ext2' into 'develop-BA-FS26'Marcel Braun85-182/+3533
ext2 and tests See merge request teachos/kernel!22
2026-04-12Add commentMarcel Braun1-0/+1
2026-04-12RenameMarcel Braun1-4/+4
2026-04-11add ext2 inode and filesystem testsLukas Oesch7-26/+406
2026-04-11add open_file_description tests with real imageLukas Oesch1-0/+54
2026-04-11add vfs tests with real ext2 imagesLukas Oesch9-19/+330
2026-04-11add test for devfs edge caseLukas Oesch1-0/+9
2026-04-11add devfs filesystem tests, and storage_boot_module_fixture to mock real ↵Lukas Oesch7-5/+136
boot modules
2026-04-11add deinit functions for singletons in testsLukas Oesch11-84/+116
2026-04-11add rootfs filesystem testsLukas Oesch2-0/+46
2026-04-11add devfs and rootfs inode testsLukas Oesch3-0/+139
2026-04-11fix testLukas Oesch1-1/+1
2026-04-11add file_descriptor_table testsLukas Oesch4-0/+167
2026-04-11add open_file_description testsLukas Oesch5-4/+77
2026-04-11fix mount table testsLukas Oesch1-4/+3
2026-04-11add mount_table testsLukas Oesch2-0/+165