index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Syscalls
/
exit.cpp
Age
Commit message (
Expand
)
Author
2023-06-04
Kernel: Move Performance-measurement code to the Tasks subdirectory
Liav A
2023-06-04
Kernel: Move all tasks-related code to the Tasks subdirectory
Liav A
2023-01-27
Kernel: Factor our PreviousMode into RegisterState::previous_mode
Timon Kruiper
2022-08-21
Kernel: Guard Process "protected data" with a spinlock
Andreas Kling
2021-10-01
Kernel: Fix a few typos
Nico Weber
2021-08-12
Kernel/Process: Move protected values to the end of the object
Liav A
2021-07-20
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
Brian Gianforcaro
2021-05-30
Kernel: Don't log profile data before/after the process/thread lifetime
Gunnar Beutner
2021-05-07
Kernel: Add PerformanceManager static class, move perf event APIs there
Brian Gianforcaro
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-11
Kernel: Move process termination status/signal into protected data
Andreas Kling
2021-02-25
Kernel: Don't disable interrupts while exiting a thread or process
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2020-12-14
Kernel: Don't generate a backtrace when a process exists with non-zero
Itamar
2020-12-14
Kernel: Generate a coredump file when a process crashes
Itamar
2020-07-30
Kernel: Move syscall implementations out of Process.cpp
Andreas Kling