aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Collapse)AuthorFilesLines
8 daysadd test for devfs edge caseLukas Oesch1-0/+9
8 daysadd devfs filesystem tests, and storage_boot_module_fixture to mock real ↵Lukas Oesch7-5/+136
boot modules
8 daysadd deinit functions for singletons in testsLukas Oesch11-84/+116
8 daysadd rootfs filesystem testsLukas Oesch2-0/+46
8 daysadd devfs and rootfs inode testsLukas Oesch3-0/+139
8 daysfix testLukas Oesch1-1/+1
8 daysadd file_descriptor_table testsLukas Oesch4-0/+167
8 daysadd open_file_description testsLukas Oesch5-4/+77
8 daysfix mount table testsLukas Oesch1-4/+3
8 daysadd mount_table testsLukas Oesch2-0/+165
8 daysadd mount testsLukas Oesch2-0/+50
8 daysadd test_support filesystemLukas Oesch3-0/+40
8 daysuse separate test inodeLukas Oesch4-4/+46
8 daysremove todosLukas Oesch2-2/+5
8 daysfix is_block_device check, add device_inode and non-block device testsLukas Oesch4-3/+143
8 daysadd non block device for testsLukas Oesch3-0/+44
8 daysadd block_device testsLukas Oesch6-7/+56
8 daysadd block_device_utils testsLukas Oesch3-1/+191
8 daysclean up includesLukas Oesch1-1/+0
8 daysadd test block_deviceLukas Oesch3-0/+90
8 daysadd dentry testsLukas Oesch4-5/+158
8 daysextend tests with another filesystemLukas Oesch1-3/+25
8 daysimplement unmount, improve error codesLukas Oesch15-44/+187
8 daysadd test with multiple correct formatted ext2 file systemsLukas Oesch1-40/+29
increase QEMU memory
8 daysadd descriptions, some refactoringLukas Oesch25-21/+500
8 daysrefactoringLukas Oesch5-8/+3
8 daysAdd test for reading fileMarcel Braun1-0/+9
8 daysImplement read data in ext2 inodeMarcel Braun4-5/+39
8 daysAdd file system pointer to ext2 inodeMarcel Braun3-4/+15
8 daysrefactoring map_inode_block_index_to_global_block_numberLukas Oesch2-53/+49
8 daysimplement map_inode_block_index_to_global_block_number and lookupLukas Oesch2-24/+98
8 daysfix linked_directory_entry structLukas Oesch1-2/+1
8 daysfirst lookup draftLukas Oesch2-1/+49
8 daystemporary implementation of inode kindLukas Oesch2-13/+31
8 daysimplement read_inodeLukas Oesch6-19/+45
8 daysremove todosLukas Oesch1-5/+0
8 daysread block_group_descriptorsLukas Oesch2-0/+16
8 daysfix build, refactoringLukas Oesch9-19/+32
8 daysread ext2 superblock and check the magic numberLukas Oesch2-30/+47
8 daysautomatically detect the mounted file system type by trial-and-errorLukas Oesch4-11/+30
9 dayskernel: let arch initialize the ACPI managerFelix Morgner2-13/+0
9 dayskapi: extract ACPI functionality to libsFelix Morgner7-215/+25
9 dayskapi/devices: add parent back-pointer to deviceFelix Morgner2-0/+9
9 dayskapi: move CPU to kapiFelix Morgner6-79/+9
9 daysfixup! kapi: move platform functions to CPUFelix Morgner3-15/+7
9 dayskapi: move platform functions to CPUFelix Morgner4-30/+21
10 dayskapi: restructure ACPI implementationFelix Morgner5-124/+179
11 dayskapi: return region pair for MMIO allocationFelix Morgner1-7/+18
11 dayskapi/bus: fix eager initializationFelix Morgner1-2/+8
11 dayskernel: fix mmio allocatorFelix Morgner1-11/+15