summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/exit.cpp
AgeCommit message (Expand)Author
2021-03-11Kernel: Move process termination status/signal into protected dataAndreas Kling
2021-02-25Kernel: Don't disable interrupts while exiting a thread or processAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
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