aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src/file_descriptor_table.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-03-17Clean up project folder structuremarcel.braun1-82/+0
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch1-4/+5
2026-03-17improve constnessLukas Oesch1-1/+1
2026-03-17renamingLukas Oesch1-2/+2
2026-03-17use optional instead of pointer, improve error handling (do not just panic, r...Lukas Oesch1-15/+9
2026-03-17add todosLukas Oesch1-0/+6
2026-03-17implement first draft of a file_descriptor_table and open_file_descriptionLukas Oesch1-0/+81