summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/InodeFile.cpp
AgeCommit message (Expand)Author
2019-06-01Kernel: Make File::absolute_path() const.Andreas Kling
2019-05-30FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies.Andreas Kling
2019-05-30Kernel: Make the Process allocate_region* API's understand "int prot".Andreas Kling
2019-05-30Kernel: Add InodeFile, a File subclass for regular files.Andreas Kling