Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 лет назад |
Jean-Baptiste Boric
|
f7f794e74a
Kernel: Move Mutex into Locking/
|
4 лет назад |
Brian Gianforcaro
|
8d3b819daf
Kernel: Handle OOM from DoubleBuffer creation in FIFO creation
|
4 лет назад |
Andreas Kling
|
cee9528168
Kernel: Rename Lock to Mutex
|
4 лет назад |
Andreas Kling
|
c9f6786e8b
Kernel: Make various T::class_name() and similar return StringView
|
4 лет назад |
Daniel Bertalan
|
b97a00d4b1
Kernel: Add missing override specifiers
|
4 лет назад |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 лет назад |
Jean-Baptiste Boric
|
b05b4d4b24
Kernel: Refactor storage stack with u64 as file operations offset
|
4 лет назад |
Tom
|
f98ca35b83
Kernel: Improve ProcFS behavior in low memory conditions
|
4 лет назад |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 лет назад |
Andreas Kling
|
22831033d0
Kernel: Virtualize the File::stat() operation
|
4 лет назад |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 лет назад |
Peter Elliott
|
d01eba6fa3
Kernel: Implement FIFOs/named pipes
|
5 лет назад |
Conrad Pankoff
|
a3edeb5868
Kernel: Add explicit offset parameter to File::read etc
|
5 лет назад |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 лет назад |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 лет назад |
Andreas Kling
|
56a2c21e0c
Kernel: Don't leak kmalloc pointers through FIFO absolute paths
|
5 лет назад |
Andreas Kling
|
1b2ef8582c
Kernel: Make File's can_read/can_write take a const FileDescription&
|
5 лет назад |
Andreas Kling
|
f4cec2f110
Kernel: Move File.{cpp,h} into FileSystem/
|
6 лет назад |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 лет назад |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 лет назад |
Andreas Kling
|
39d1a9ae66
Meta: Tweak .clang-format to not wrap braces after enums.
|
6 лет назад |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
6 лет назад |
Andreas Kling
|
2dd9ef6863
Kernel: Make File::absolute_path() const.
|
6 лет назад |
Robin Burchell
|
0dc9af5f7e
Add clang-format file
|
6 лет назад |
Andreas Kling
|
237628a7a6
Kernel: Tidy up FileDescriptor members a bit.
|
6 лет назад |
Andreas Kling
|
2470fdcd9b
Kernel: Make Socket inherit from File.
|
6 лет назад |
Andreas Kling
|
8cbb7f101f
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
6 лет назад |
Andreas Kling
|
0a0d739e98
Kernel: Make FIFO inherit from File.
|
6 лет назад |
Andreas Kling
|
d5578826af
Kernel: Make it possible to look up FIFO's by ID.
|
6 лет назад |