提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 4 年之前
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 4 年之前
  Gunnar Beutner 3322efd4cd Kernel: Fix kernel panic when blocking on the process' big lock 4 年之前
  Brian Gianforcaro 8f01a8b741 Kernel: Disable big process lock for sys$yield() 4 年之前
  Brian Gianforcaro 9201a06027 Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED 4 年之前
  Tom 704e1c2e3d Kernel: Rename functions to be less confusing 4 年之前
  Andreas Kling 565796ae4e Kernel+LibC: Remove sys$donate() 4 年之前
  Gunnar Beutner 2a78bf8596 Kernel: Fix the return type for syscalls 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Andreas Kling cbcf891040 Kernel: Move select Process members into protected memory 4 年之前
  Andreas Kling ac71775de5 Kernel: Make all syscall functions return KResultOr<T> 4 年之前
  Andreas Kling 01c2480eb3 Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism 4 年之前
  Tom c4176b0da1 Kernel: Fix Lock race causing infinite spinning between two threads 4 年之前
  Tom 838d9fa251 Kernel: Make Thread refcounted 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Ben Wiederhake bee08a4b9f Kernel: More PID/TID typing 5 年之前
  Brian Gianforcaro 9db5a1b92f Kernel: Use Userspace<T> in sched_getparam syscall 5 年之前
  Tom 538b985487 Kernel: Remove ProcessInspectionHandle and make Process RefCounted 5 年之前
  Brian Gianforcaro 10e912d68c Kernel: Use Userspace<T> in sched_setparam syscall 5 年之前
  Andreas Kling 949aef4aef Kernel: Move syscall implementations out of Process.cpp 5 年之前