aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src/device_file.cpp
AgeCommit message (Collapse)AuthorFilesLines
2026-03-17use const & wherever applicableLukas Oesch1-1/+1
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with ↵Lukas Oesch1-5/+11
kstd::shared_ptr
2026-03-17Refactor device_filemarcel.braun1-1/+1
2026-03-17add todosLukas Oesch1-0/+1
2026-03-17implement read and write bytes from deviceLukas Oesch1-0/+119