Andreas Kling
|
ac85fdeb1c
Kernel: Handle ProcessGroup allocation failures better
|
3 years ago |
Liav A
|
01b79910b3
Kernel/Process: Move protected values to the end of the object
|
4 years ago |
Andreas Kling
|
5acb7e4eba
Kernel: Remove outdated FIXME about ProcessHandle
|
4 years ago |
Jean-Baptiste Boric
|
08891e82a5
Kernel: Migrate process list locking to ProtectedValue
|
4 years ago |
Brian Gianforcaro
|
9201a06027
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
|
4 years ago |
Gunnar Beutner
|
2a78bf8596
Kernel: Fix the return type for syscalls
|
4 years ago |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 years ago |
Brian Gianforcaro
|
bb91bed576
Kernel: Make ProcessGroup::find_or_create API OOM safe
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
90c0f9664e
Kernel: Don't keep protected Process data in a separate allocation
|
4 years ago |
Andreas Kling
|
cbcf891040
Kernel: Move select Process members into protected memory
|
4 years ago |
Andreas Kling
|
ac71775de5
Kernel: Make all syscall functions return KResultOr<T>
|
4 years ago |
AnotherTest
|
688e54eac7
Kernel: Distinguish between new and old process groups with equal pgids
|
5 years ago |
AnotherTest
|
29035b55b2
Kernel: Allow moving a process to a new pgrp via setpgid()
|
5 years ago |
Ben Wiederhake
|
7bdf54c837
Kernel: PID/PGID typing
|
5 years ago |
Ben Wiederhake
|
f5744a6f2f
Kernel: PID/TID typing
|
5 years ago |
Tom
|
538b985487
Kernel: Remove ProcessInspectionHandle and make Process RefCounted
|
5 years ago |
Andreas Kling
|
949aef4aef
Kernel: Move syscall implementations out of Process.cpp
|
5 years ago |