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
/
FileDescription.cpp
Age
Commit message (
Expand
)
Author
2020-05-22
Kernel: Return ESPIPE when seeking an unseekable
Sergey Bugaev
2020-04-18
Kernel: Use shared locking mode in some places
Sergey Bugaev
2020-04-10
Kernel: Add explicit offset parameter to File::read etc
Conrad Pankoff
2020-04-06
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-04-03
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
Andreas Kling
2020-04-02
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-03-10
Kernel: Get rid of SmapDisabler in sys$fstat()
Andreas Kling
2020-02-28
Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE
Andreas Kling
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-08
Kernel: Make File::truncate() take a u64
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-12
Kernel: read() and write() should EOVERFLOW if (offset+size) overflows
Andreas Kling
2020-01-12
Kernel: Add a basic lock to FileDescription
Andreas Kling
2020-01-12
Kernel: Allow getting a Device from a FileDescription
Sergey Bugaev
2020-01-05
Kernel: Start implementing x86 SMAP support
Andreas Kling
2020-01-03
Kernel: Allow fchmod() and fchown() on pre-bind() local sockets
Andreas Kling
2020-01-02
Kernel: Remove broken implementation of Unix SHM
Andreas Kling
2019-11-26
Kernel: Handle fstat() on sockets
Sergey Bugaev
2019-11-05
Kernel: Implement O_DIRECT open() flag to bypass disk caches
Andreas Kling
2019-11-04
Kernel: Make File's can_read/can_write take a const FileDescription&
Andreas Kling
2019-11-04
Kernel: Don't update fd offset on read/write error
Andreas Kling
2019-10-25
Kernel: FileDescription::is_directory() should not assert !is_fifo()
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-17
Kernel: Do not panic on fstat(fifo)
Sergey Bugaev
2019-09-08
Kernel: Remove spammy logging about absolute_path() on non-custodies
Andreas Kling
2019-08-11
Kernel: Move socket role tracking to the Socket class itself
Sergey Bugaev
2019-08-11
Net: Simplify how LocalSocket tracks open fds
Sergey Bugaev
2019-08-11
Kernel: Fix cloning file descriptions on fork
Sergey Bugaev
2019-08-11
FileDescription: Disallow construction with a null File
Andreas Kling
2019-07-19
Kernel: Some small refinements to the thread blockers.
Andreas Kling
2019-07-11
Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.
Andreas Kling
2019-07-09
Kernel: Move SharedMemory.{cpp,h} into FileSystem/
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-13
Kernel: Rename "descriptor" to "description" where appropriate.
Andreas Kling
2019-06-07
Kernel: Rename LinearAddress => VirtualAddress.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling