summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/disown.cpp
AgeCommit message (Expand)Author
2021-03-01Kernel: Make all syscall functions return KResultOr<T>Andreas Kling
2020-12-12Kernel: disown should unblock any potential waitersTom
2020-08-10Kernel: PID/TID typingBen Wiederhake
2020-08-04Kernel+LibC: Add sys$disown() for disowning child processesAndreas Kling