summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/process.cpp
AgeCommit message (Expand)Author
2021-03-01Kernel: Make all syscall functions return KResultOr<T>Andreas Kling
2021-02-13Kernel: Forbid empty and whitespace-only process namesBen Wiederhake
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling
2020-12-30Kernel: Add sys$set_coredump_metadata() syscallLinus Groh
2020-12-27Kernel: Remove the per-process icon_id and sys$set_process_icon()Andreas Kling
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-08-10Kernel: PID/TID typingBen Wiederhake
2020-08-01Kernel: Use Userspace<T> in more syscallsAndreas Kling
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling