index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
FileSystem
/
File.cpp
Age
Commit message (
Expand
)
Author
2021-08-29
Kernel: Rename FileDescription::create() => try_create()
Andreas Kling
2021-08-17
Kernel: Customize File::unref() and make it virtual
Andreas Kling
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-07-27
Kernel: Modify the IOCTL API to return KResult
Brian Gianforcaro
2021-07-27
Kernel: Utilize AK::Userspace<T> in the ioctl interface
Brian Gianforcaro
2021-07-20
Kernel+LibC: Implement fcntl(2) advisory locks
Peter Elliott
2021-04-30
Kernel: Closing a file descriptor should not always close the file
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-26
Kernel: Remove unused FileBlockCondition::m_file.
Michel Hermier
2021-03-19
Kernel: Refactor storage stack with u64 as mmap offset
Jean-Baptiste Boric
2021-01-25
Kernel: Hoist VM range allocation up to sys$mmap() itself
Andreas Kling
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-06-02
Kernel: Allow File::close() to fail
Sergey Bugaev
2020-05-23
Kernel: Use a FlatPtr for the "argument" to ioctl()
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-02-28
Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-18
Kernel: Move setting file flags and r/w mode to VFS::open()
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-04
Kernel: File::open() should apply r/w mode from the provided options
Andreas Kling
2019-08-11
FileDescription: Disallow construction with a null File
Andreas Kling
2019-07-09
Kernel: Move File.{cpp,h} into FileSystem/
Andreas Kling