提交历史

作者 SHA1 备注 提交日期
  Gunnar Beutner 2a78bf8596 Kernel: Fix the return type for syscalls 4 年之前
  Gunnar Beutner 233ef26e4d Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Andreas Kling b5f32be577 Kernel: Use Userspace<T> in sys$get_stack_bounds() 4 年之前
  Andreas Kling ac71775de5 Kernel: Make all syscall functions return KResultOr<T> 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  Andreas Kling 4188373020 Kernel: Fix TOCTOU in syscall entry region validation 4 年之前
  Andreas Kling cc341c95aa Kernel: Panic on sys$get_stack_bounds() in stack-less process 4 年之前
  Andreas Kling b1c9f93fa3 Kernel: Skip generic region lookup in sys$futex and sys$get_stack_bounds 4 年之前
  Andreas Kling f1b5def8fd Kernel: Factor address space management out of the Process class 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Andreas Kling be7add690d Kernel: Rename region_from_foo() => find_region_from_foo() 5 年之前
  Andreas Kling 949aef4aef Kernel: Move syscall implementations out of Process.cpp 5 年之前