Commit History

Author SHA1 Message Date
  Andreas Kling 0f6f863382 Kernel: Convert remaining users of copy_string_from_user() 4 years ago
  Jean-Baptiste Boric 626b99ce1c Kernel: Migrate hostname locking to ProtectedValue 4 years ago
  Brian Gianforcaro 10ce896d4f Kernel: Disable big process lock in sys$gethostname() sys$sethostname() 4 years ago
  Brian Gianforcaro 9201a06027 Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED 4 years ago
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 years ago
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex 4 years ago
  Gunnar Beutner 2a78bf8596 Kernel: Fix the return type for syscalls 4 years ago
  Gunnar Beutner bf779e182e Kernel: Remove obsolete size_t casts 4 years ago
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t 4 years ago
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling ac71775de5 Kernel: Make all syscall functions return KResultOr<T> 4 years ago
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
  Brian Gianforcaro cfedd62b5c Kernel: Use Userspace<T> for the sethostname syscall 5 years ago
  Brian Gianforcaro 1d9554f470 Kernel: Use Userspace<T> for the gethostname syscall 5 years ago
  Andreas Kling 949aef4aef Kernel: Move syscall implementations out of Process.cpp 5 years ago