sin-ack
|
4bfd6e41b9
Kernel: Make Kernel::VMObject allocation functions return KResultOr
|
пре 4 година |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
пре 4 година |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
пре 4 година |
Brian Gianforcaro
|
4b2651ddab
Kernel: Track allocated FileDescriptionAndFlag elements in each Process
|
пре 4 година |
Brian Gianforcaro
|
ba03b6ad02
Kernel: Make Process::FileDescriptions::allocate return KResultOr<int>
|
пре 4 година |
Andreas Kling
|
2d1a651e0a
Kernel: Make purgeable memory a VMObject level concept (again)
|
пре 4 година |
Brian Gianforcaro
|
9201a06027
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
|
пре 4 година |
Andreas Kling
|
88d490566f
Kernel: Rename various *VMObject::create*() => try_create()
|
пре 4 година |
Liav A
|
7c87891c06
Kernel: Don't copy a Vector<FileDescriptionAndFlags>
|
пре 4 година |
Gunnar Beutner
|
2a78bf8596
Kernel: Fix the return type for syscalls
|
пре 4 година |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
пре 4 година |
Brian Gianforcaro
|
d2d6ab40f9
Kernel: Make AnonymousFile::create API OOM safe
|
пре 4 година |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
пре 4 година |
Andreas Kling
|
ac71775de5
Kernel: Make all syscall functions return KResultOr<T>
|
пре 4 година |
Andreas Kling
|
f5d916a881
Kernel: Make sys$anon_create() fail if size == 0
|
пре 4 година |
Andreas Kling
|
7899e14e72
Kernel: Make sys$anon_create() require the "stdio" promise if pledged
|
пре 4 година |
Andreas Kling
|
a525d0271c
Kernel: Fix bogus negation of alloc_fd() error in sys$anon_create()
|
пре 4 година |
Andreas Kling
|
fb4993f067
Kernel: Add anonymous files, created with sys$anon_create()
|
пре 4 година |