Age | Commit message (Expand) | Author |
---|---|---|
2021-09-07 | Kernel: Use KResultOr and TRY() for ThreadTracer | Andreas Kling |
2021-08-14 | Kernel: Move {Process,Thread,Session,ProcessGroup}ID to Kernel/Forward.h | Andreas Kling |
2021-06-24 | Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` | Daniel Bertalan |
2021-05-13 | Kernel: Make Process::start_tracing_from API OOM safe | Brian Gianforcaro |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2020-08-10 | Kernel: PID/TID typing | Ben Wiederhake |
2020-04-13 | Debugger: Add DebugSession | Itamar |
2020-04-13 | CPU: Handle breakpoint trap | Itamar |
2020-03-28 | Kernel: Add 'ptrace' syscall | Itamar |