summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/exit.cpp
AgeCommit message (Expand)Author
2021-07-20Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIREDBrian Gianforcaro
2021-05-30Kernel: Don't log profile data before/after the process/thread lifetimeGunnar Beutner
2021-05-07Kernel: Add PerformanceManager static class, move perf event APIs thereBrian Gianforcaro
2021-04-26Kernel+Profiler: Improve profiling subsystemGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
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