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
/
FIFO.h
Age
Commit message (
Expand
)
Author
2021-10-03
Kernel: Use `operator ""sv` in all class_name() implementations
Brian Gianforcaro
2021-09-07
Kernel: Use KResultOr and TRY() for FIFO
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-07
Kernel: Move Mutex into Locking/
Jean-Baptiste Boric
2021-08-03
Kernel: Handle OOM from DoubleBuffer creation in FIFO creation
Brian Gianforcaro
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-03
Kernel: Add missing override specifiers
Daniel Bertalan
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-17
Kernel: Refactor storage stack with u64 as file operations offset
Jean-Baptiste Boric
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-06
Kernel: Virtualize the File::stat() operation
Andreas Kling
2020-08-04
Kernel: Make File::write() and File::read() return KResultOr<size_t>
Andreas Kling
2020-07-19
Kernel: Implement FIFOs/named pipes
Peter Elliott
2020-04-10
Kernel: Add explicit offset parameter to File::read etc
Conrad Pankoff
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-07
Kernel: Don't leak kmalloc pointers through FIFO absolute paths
Andreas Kling
2019-11-04
Kernel: Make File's can_read/can_write take a const FileDescription&
Andreas Kling
2019-07-09
Kernel: Move File.{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-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-06-01
Kernel: Make File::absolute_path() const.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-18
Kernel: Tidy up FileDescriptor members a bit.
Andreas Kling
2019-05-03
Kernel: Make Socket inherit from File.
Andreas Kling
2019-04-29
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
Andreas Kling
2019-04-29
Kernel: Make FIFO inherit from File.
Andreas Kling
2019-04-25
Kernel: Make it possible to look up FIFO's by ID.
Andreas Kling
2019-04-06
Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/.
Andreas Kling