Historique des commits

Auteur SHA1 Message Date
  Brian Gianforcaro 54b9a4ec1e Kernel: Handle promise violations in the syscall handler il y a 3 ans
  Brian Gianforcaro bad6d50b86 Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE() il y a 3 ans
  Andreas Kling f2c3a41a8f Kernel: Make UserOrKernelBuffer::for_user_buffer() return ErrorOr<T> il y a 3 ans
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> il y a 3 ans
  Andreas Kling 213b8868af Kernel: Rename file_description(fd) => open_file_description(fd) il y a 3 ans
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription il y a 3 ans
  Andreas Kling a9204510a4 Kernel: Make file description lookup return KResultOr il y a 3 ans
  Brian Gianforcaro 9201a06027 Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED il y a 4 ans
  Liav A 7c87891c06 Kernel: Don't copy a Vector<FileDescriptionAndFlags> il y a 4 ans
  Gunnar Beutner 2a78bf8596 Kernel: Fix the return type for syscalls il y a 4 ans
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling a1a82c1d95 Kernel: Use Userspace<T> in sys$get_dir_entries() il y a 4 ans
  Andreas Kling ac71775de5 Kernel: Make all syscall functions return KResultOr<T> il y a 4 ans
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks il y a 4 ans
  Andreas Kling 949aef4aef Kernel: Move syscall implementations out of Process.cpp il y a 5 ans