summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/File.cpp
AgeCommit message (Expand)Author
2020-03-23AK: Reduce header dependency graph of String.hAndreas Kling
2020-02-28Kernel: Implement basic support for sys$mmap() with MAP_PRIVATEAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-01-18Kernel: Move setting file flags and r/w mode to VFS::open()Sergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-04Kernel: File::open() should apply r/w mode from the provided optionsAndreas Kling
2019-08-11FileDescription: Disallow construction with a null FileAndreas Kling
2019-07-09Kernel: Move File.{cpp,h} into FileSystem/Andreas Kling