Commit History

Author SHA1 Message Date
  Gunnar Beutner 2a78bf8596 Kernel: Fix the return type for syscalls 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling cbcf891040 Kernel: Move select Process members into protected memory 4 years ago
  Andreas Kling ac71775de5 Kernel: Make all syscall functions return KResultOr<T> 4 years ago
  Andreas Kling 01c2480eb3 Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism 4 years ago
  Tom c4176b0da1 Kernel: Fix Lock race causing infinite spinning between two threads 4 years ago
  Tom 838d9fa251 Kernel: Make Thread refcounted 4 years ago
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
  Ben Wiederhake bee08a4b9f Kernel: More PID/TID typing 5 years ago
  Brian Gianforcaro 9db5a1b92f Kernel: Use Userspace<T> in sched_getparam syscall 5 years ago
  Tom 538b985487 Kernel: Remove ProcessInspectionHandle and make Process RefCounted 5 years ago
  Brian Gianforcaro 10e912d68c Kernel: Use Userspace<T> in sched_setparam syscall 5 years ago
  Andreas Kling 949aef4aef Kernel: Move syscall implementations out of Process.cpp 5 years ago