aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
7 dayskapi: move platform functions to CPUFelix Morgner4-30/+21
8 dayskapi: restructure ACPI implementationFelix Morgner5-124/+179
9 dayskapi: return region pair for MMIO allocationFelix Morgner1-7/+18
9 dayskapi/bus: fix eager initializationFelix Morgner1-2/+8
9 dayskernel: fix mmio allocatorFelix Morgner1-11/+15
9 dayskapi: fix mmio initializationFelix Morgner1-1/+5
9 dayskapi: add basic support for MMIO mappingFelix Morgner4-20/+194
11 dayskernel/tests: fix link issueFelix Morgner2-0/+15
11 dayskapi/platform: invert discovery dependenciesFelix Morgner1-10/+5