Age | Commit message (Expand) | Author |
---|---|---|
2021-01-16 | Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism | Andreas Kling |
2020-12-16 | Kernel: Fix Lock race causing infinite spinning between two threads | Tom |
2020-09-27 | Kernel: Make Thread refcounted | Tom |
2020-09-13 | Kernel: Make copy_to/from_user safe and remove unnecessary checks | Tom |
2020-08-10 | Kernel: More PID/TID typing | Ben Wiederhake |
2020-08-02 | Kernel: Use Userspace<T> in sched_getparam syscall | Brian Gianforcaro |
2020-08-02 | Kernel: Remove ProcessInspectionHandle and make Process RefCounted | Tom |
2020-08-02 | Kernel: Use Userspace<T> in sched_setparam syscall | Brian Gianforcaro |
2020-07-30 | Kernel: Move syscall implementations out of Process.cpp | Andreas Kling |