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