summaryrefslogtreecommitdiff
path: root/Kernel/Device.cpp
AgeCommit message (Expand)Author
2019-03-06Kernel: Port more code to KResult and KResultOr<T>.Andreas Kling
2019-02-17Kernel: Have devices automagically register themselves with the VFS.Andreas Kling
2019-02-16Kernel: Add Device base class for CharacterDevice.Andreas Kling