Sergey Bugaev
|
2f15449531
Kernel: Compactify FileDescrption
|
5 years ago |
Andreas Kling
|
8fbdda5a2d
Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE
|
5 years ago |
Andreas Kling
|
3e973bfe14
Kernel: Make FileDescription slab-allocated
|
5 years ago |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 years ago |
Liav A
|
99ea80695e
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
|
5 years ago |
Andreas Kling
|
7291370478
Kernel: Make File::truncate() take a u64
|
5 years ago |
Andreas Kling
|
6081c76515
Kernel: Make O_RDONLY non-zero
|
5 years ago |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Andreas Kling
|
14d4b1058e
Kernel: Add a basic lock to FileDescription
|
5 years ago |
Sergey Bugaev
|
3393b78623
Kernel: Allow getting a Device from a FileDescription
|
5 years ago |
Andreas Kling
|
d84299c7be
Kernel: Allow fchmod() and fchown() on pre-bind() local sockets
|
5 years ago |
Andreas Kling
|
0a1865ebc6
Kernel: read() and write() should fail with EBADF for wrong mode fd's
|
5 years ago |
Andreas Kling
|
7f04334664
Kernel: Remove broken implementation of Unix SHM
|
5 years ago |
Andreas Kling
|
59ed235c85
Kernel: Implement O_DIRECT open() flag to bypass disk caches
|
5 years ago |
Andreas Kling
|
558c63a6f9
Kernel: FileDescription::is_directory() should not assert !is_fifo()
|
5 years ago |
Sergey Bugaev
|
43ce6c5474
Kernel: Move socket role tracking to the Socket class itself
|
6 years ago |
Sergey Bugaev
|
1606261c58
Kernel: Fix cloning file descriptions on fork
|
6 years ago |
Andreas Kling
|
752de9cd27
FileDescription: Disallow construction with a null File
|
6 years ago |
Andreas Kling
|
79e22acb22
Kernel: Use KBuffers for ProcFS and SynthFS
|
6 years ago |
Andreas Kling
|
705cd2491c
Kernel: Some small refinements to the thread blockers.
|
6 years ago |
Andreas Kling
|
5254a320d8
Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.
|
6 years ago |
Andreas Kling
|
eca5c2bdf8
Kernel: Move VirtualAddress.h into VM/
|
6 years ago |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 years ago |
Andreas Kling
|
d343fb2429
AK: Rename Retainable.h => RefCounted.h.
|
6 years ago |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 years ago |
Andreas Kling
|
77b9fa89dd
AK: Rename Retainable => RefCounted.
|
6 years ago |
Andreas Kling
|
39d1a9ae66
Meta: Tweak .clang-format to not wrap braces after enums.
|
6 years ago |
Andreas Kling
|
e42c3b4fd7
Kernel: Rename LinearAddress => VirtualAddress.
|
6 years ago |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
6 years ago |