Age | Commit message (Expand) | Author |
---|---|---|
2021-03-01 | Kernel: Make all syscall functions return KResultOr<T> | Andreas Kling |
2021-02-13 | Kernel: Forbid empty and whitespace-only process names | Ben Wiederhake |
2021-01-17 | Kernel+Userland: Remove shared buffers (shbufs) | Andreas Kling |
2020-12-30 | Kernel: Add sys$set_coredump_metadata() syscall | Linus Groh |
2020-12-27 | Kernel: Remove the per-process icon_id and sys$set_process_icon() | Andreas Kling |
2020-09-13 | Kernel: Make copy_to/from_user safe and remove unnecessary checks | Tom |
2020-08-10 | Kernel: PID/TID typing | Ben Wiederhake |
2020-08-01 | Kernel: Use Userspace<T> in more syscalls | Andreas Kling |
2020-07-30 | Kernel: Move syscall implementations out of Process.cpp | Andreas Kling |