aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 'develop-BA-F...Lukas Oesch4-55/+98
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-13Merge branch 'fmorgner/develop-BA-FS26/string-format' into 'develop-BA-FS26'Felix Morgner14-209/+614
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-12Merge branch 'ext2' into 'develop-BA-FS26'Marcel Braun85-182/+3533
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 boot...Lukas Oesch7-5/+136
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
2026-04-11add mount testsLukas Oesch2-0/+50
2026-04-11add test_support filesystemLukas Oesch3-0/+40
2026-04-11use separate test inodeLukas Oesch4-4/+46
2026-04-11remove todosLukas Oesch2-2/+5
2026-04-11fix is_block_device check, add device_inode and non-block device testsLukas Oesch4-3/+143
2026-04-11add non block device for testsLukas Oesch3-0/+44
2026-04-11add block_device testsLukas Oesch6-7/+56
2026-04-11add block_device_utils testsLukas Oesch3-1/+191
2026-04-11clean up includesLukas Oesch1-1/+0
2026-04-11add test block_deviceLukas Oesch3-0/+90
2026-04-11implement vector resizeLukas Oesch1-0/+39
2026-04-11add gdb and ms-vscode.hexeditor to devcontainerLukas Oesch1-3/+4