summaryrefslogtreecommitdiff
path: root/Kernel/File.h
AgeCommit message (Expand)Author
2019-05-30Kernel: Add InodeFile, a File subclass for regular files.Andreas Kling
2019-05-30Kernel: Pass 'prot' argument to File::mmap() and act on it.Andreas Kling
2019-05-03Kernel: Make Socket inherit from File.Andreas Kling
2019-04-29Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.Andreas Kling
2019-04-29Kernel: Make FIFO inherit from File.Andreas Kling
2019-04-28Kernel: Make SharedMemory inherit from File.Andreas Kling
2019-04-28Kernel: Make ProcessTracer inherit from File.Andreas Kling
2019-04-28Kernel: Add File, a base class for anything that a FileDescriptor can wrap.Andreas Kling