Commit History

Author SHA1 Message Date
  Andreas Kling 0f6f863382 Kernel: Convert remaining users of copy_string_from_user() 4 years ago
  Liav A 01b79910b3 Kernel/Process: Move protected values to the end of the object 4 years ago
  Andreas Kling 33adc3a42d Kernel: Store coredump metadata properties as KStrings 4 years ago
  Brian Gianforcaro 638598b15d Kernel: Disable big process lock for sys$getpid() 4 years ago
  Brian Gianforcaro 9201a06027 Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED 4 years ago
  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 90c0f9664e Kernel: Don't keep protected Process data in a separate allocation 4 years ago
  Andreas Kling 3d27269f13 Kernel: Move process parent PID into protected data :^) 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
  Ben Wiederhake 987b7f7917 Kernel: Forbid empty and whitespace-only process names 4 years ago
  Andreas Kling bf0719092f Kernel+Userland: Remove shared buffers (shbufs) 4 years ago
  Linus Groh 91332515a6 Kernel: Add sys$set_coredump_metadata() syscall 4 years ago
  Andreas Kling 0e2b7f9c9a Kernel: Remove the per-process icon_id and sys$set_process_icon() 4 years ago
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
  Ben Wiederhake f5744a6f2f Kernel: PID/TID typing 5 years ago
  Andreas Kling 8d4d1c7457 Kernel: Use Userspace<T> in more syscalls 5 years ago
  Andreas Kling 949aef4aef Kernel: Move syscall implementations out of Process.cpp 5 years ago