Histórico de Commits

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