Andreas Kling
|
8f45a259fc
ByteBuffer: Remove pointer() in favor of data()
|
5 年之前 |
Sergey Bugaev
|
e9dd94063f
Kernel: Do not panic on fstat(fifo)
|
5 年之前 |
Andreas Kling
|
33e6cb8b80
Kernel: Remove spammy logging about absolute_path() on non-custodies
|
5 年之前 |
Sergey Bugaev
|
43ce6c5474
Kernel: Move socket role tracking to the Socket class itself
|
5 年之前 |
Sergey Bugaev
|
d46c3b0b5b
Net: Simplify how LocalSocket tracks open fds
|
5 年之前 |
Sergey Bugaev
|
1606261c58
Kernel: Fix cloning file descriptions on fork
|
5 年之前 |
Andreas Kling
|
752de9cd27
FileDescription: Disallow construction with a null File
|
5 年之前 |
Andreas Kling
|
705cd2491c
Kernel: Some small refinements to the thread blockers.
|
6 年之前 |
Andreas Kling
|
5254a320d8
Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.
|
6 年之前 |
Andreas Kling
|
23a6c2086b
Kernel: Move SharedMemory.{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
|
c1bbd40b9e
Kernel: Rename "descriptor" to "description" where appropriate.
|
6 年之前 |
Andreas Kling
|
e42c3b4fd7
Kernel: Rename LinearAddress => VirtualAddress.
|
6 年之前 |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 年之前 |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
6 年之前 |