summaryrefslogtreecommitdiff
path: root/Kernel/InodeMetadata.h
AgeCommit message (Expand)Author
2019-02-27Kernel: Allow uid 0 to read/write/execute any file.Andreas Kling
2019-02-21Kernel: Start adding various file system permission checks.Andreas Kling
2019-02-16Kernel: Make BochsVGADevice a BlockDevice and support mmapping it.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-23Kernel: Get rid of Unix namespace.Andreas Kling
2019-01-23Move VFS sources into Kernel/.Andreas Kling