커밋 기록

작성자 SHA1 메시지 날짜
  Liav A 1b04726c85 Kernel: Move all tasks-related code to the Tasks subdirectory 2 년 전
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 년 전
  Ben Wiederhake 33079c8ab9 Kernel+UE+LibC: Remove unused dbgputch syscall 3 년 전
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 년 전
  Andreas Kling cf2c04eb13 Kernel: Use TRY() in sys$dbgputstr() 3 년 전
  Andreas Kling 48a0b31c47 Kernel: Make copy_{from,to}_user() return KResult and use TRY() 3 년 전
  Brian Gianforcaro ed6d842f85 Kernel: Fix OOB read in sys$dbgputstr(..) during fuzzing 4 년 전
  Brian Gianforcaro 5121e58d4a Kernel: Fix sys$dbgputstr(...) to take a char* instead of u8* 4 년 전
  Idan Horowitz b1f4f6ee15 Kernel: Disable big process lock for sys$dbgputch 4 년 전
  Idan Horowitz c7ad4c6c32 Kernel: Disable big process lock for sys$dbgputstr 4 년 전
  Idan Horowitz 00818b8447 Kernel: Disable big process lock for sys$dump_backtrace() 4 년 전
  Brian Gianforcaro 9201a06027 Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED 4 년 전
  Gunnar Beutner 2a78bf8596 Kernel: Fix the return type for syscalls 4 년 전
  Andreas Kling f4090d46de Kernel: Don't kmalloc() for small (<=1024) dbgputstr() syscalls 4 년 전
  Max Wipfli 84c0f98fb2 Kernel: Reimplement the dbgputch and dbgputstr syscalls 4 년 전
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t 4 년 전
  Nick Miller 10ba6f254c Kernel: Rename instances of IO port 0xe9 to BOCHS_DEBUG_PORT 4 년 전
  Andreas Kling e46343bf9a Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t> 4 년 전
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
  Andreas Kling ac71775de5 Kernel: Make all syscall functions return KResultOr<T> 4 년 전
  Andreas Kling 1730c23775 Kernel: Remove a bunch of no-longer-necessary SmapDisablers 4 년 전
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 년 전
  Andreas Kling 8d4d1c7457 Kernel: Use Userspace<T> in more syscalls 5 년 전
  Andreas Kling 949aef4aef Kernel: Move syscall implementations out of Process.cpp 5 년 전