Age | Commit message (Expand) | Author |
---|---|---|
2021-03-12 | Kernel: Convert klog() => AK::Format in a handful of places | Andreas Kling |
2021-03-10 | Kernel: Move select Process members into protected memory | Andreas Kling |
2021-03-01 | Kernel: Make all syscall functions return KResultOr<T> | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-20 | Kernel+LibC: Turn errno codes into a strongly typed enum | Andreas Kling |
2020-11-30 | Kernel: Move block condition evaluation out of the Scheduler | Tom |
2020-09-10 | Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_process | Tom |
2020-08-10 | Kernel: More PID/TID typing | Ben Wiederhake |
2020-08-10 | Kernel: PID/PGID typing | Ben Wiederhake |
2020-08-10 | Kernel: PID/TID typing | Ben Wiederhake |
2020-08-03 | Kernel: Consolidate timeout logic | Tom |
2020-08-02 | Kernel: Remove ProcessInspectionHandle and make Process RefCounted | Tom |
2020-07-30 | Kernel: Move syscall implementations out of Process.cpp | Andreas Kling |