summaryrefslogtreecommitdiff
path: root/Kernel/File.cpp
AgeCommit message (Expand)Author
2019-04-29Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.Andreas Kling
2019-04-28Kernel: Add File, a base class for anything that a FileDescriptor can wrap.Andreas Kling