summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/exit.cpp
AgeCommit message (Expand)Author
2020-12-14Kernel: Don't generate a backtrace when a process exists with non-zeroItamar
2020-12-14Kernel: Generate a coredump file when a process crashesItamar
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling