Age | Commit message (Expand) | Author |
---|---|---|
2021-03-02 | Kernel: Better handling of allocation failure in profiling | Andreas Kling |
2021-03-01 | Kernel: Make all syscall functions return KResultOr<T> | Andreas Kling |
2021-01-11 | Kernel+Profiler: Make profiling per-process and without core dumps | Andreas Kling |
2020-07-30 | Kernel: Move syscall implementations out of Process.cpp | Andreas Kling |