aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/test_support
AgeCommit message (Collapse)AuthorFilesLines
2026-04-16Merge branch 'syscall-interface' into 'develop-BA-FS26'Marcel Braun1-1/+1
Add fs syscall handler See merge request teachos/kernel!23
2026-04-15kernel: improve bht speed using memory mappingFelix Morgner2-42/+70
2026-04-14add tests to mount filesystems backed by a fileLukas Oesch1-1/+1
2026-04-11add ext2 inode and filesystem testsLukas Oesch1-0/+62
2026-04-11add vfs tests with real ext2 imagesLukas Oesch5-12/+119
2026-04-11add devfs filesystem tests, and storage_boot_module_fixture to mock real ↵Lukas Oesch2-1/+44
boot modules
2026-04-11add deinit functions for singletons in testsLukas Oesch1-0/+12
2026-04-11add open_file_description testsLukas Oesch1-4/+4
2026-04-11add test_support filesystemLukas Oesch1-0/+17
2026-04-11use separate test inodeLukas Oesch1-0/+22
2026-04-11add non block device for testsLukas Oesch1-0/+20
2026-04-11add block_device testsLukas Oesch1-2/+5
2026-04-11add test block_deviceLukas Oesch1-0/+58
2026-04-10kapi: move CPU to kapiFelix Morgner1-2/+1
2026-04-10fixup! kapi: move platform functions to CPUFelix Morgner2-14/+7
2026-04-06kernel/tests: fix link issueFelix Morgner1-0/+14
2026-04-02kernel/tests: improve documentationFelix Morgner1-5/+0
2026-04-02kernel/tests: clean up implementation structureFelix Morgner8-138/+174
2026-04-01kernel/tests: prevent double mapping of pagesFelix Morgner1-1/+6
2026-04-01kernel/tests: add basic heap allocator testsFelix Morgner1-18/+26
2026-04-01kernel/tests: don't rely on vector for fake memoryFelix Morgner2-9/+88
2026-04-01kernel/test: rename test include to test_supportFelix Morgner6-7/+7
2026-04-01kernel/tests: clean up fake memory implementationFelix Morgner3-92/+88
2026-04-01kernel/tests: improve memory cleanupFelix Morgner1-6/+29
2026-04-01kernel/tests: move initialization to a listenerFelix Morgner5-7/+86
2026-04-01kernel: add bitmap_allocator testsFelix Morgner1-4/+4
2026-04-01kernel/tests: dissolve tests into source treeFelix Morgner6-0/+236