提交历史

作者 SHA1 备注 提交日期
  mjz19910 10ec98dd38 Everywhere: Fix spelling mistakes 3 年之前
  Brian Gianforcaro 54b9a4ec1e Kernel: Handle promise violations in the syscall handler 3 年之前
  Brian Gianforcaro 89783d7843 Kernel: Remove now unused REQUIRE_PROMISE and REQUIRE_NO_PROMISES macros 3 年之前
  Idan Horowitz d7ec5d042f Kernel: Port Process to ListedRefCounted 3 年之前
  Idan Horowitz 3d0b5efcfc Kernel: Remove Process::all_processes() 3 年之前
  Andreas Kling 39d9337db5 Kernel: Make sys${ftruncate,pread} take off_t as const pointer 3 年之前
  Daniel Bertalan 8dd11ae717 Kernel+SystemServer: Add /dev/tty 3 年之前
  Jean-Baptiste Boric 23257cac52 Kernel: Remove sys$select() syscall 3 年之前
  Idan Horowitz 762e047ec9 Kernel+LibC: Implement sigtimedwait() 3 年之前
  Ben Wiederhake 0f8483f09c Kernel: Implement new ptrace function PT_PEEKBUF 3 年之前
  Idan Horowitz f415218afe Kernel+LibC: Implement sigaltstack() 3 年之前
  James Mintram 1c86b7043b Kernel: Remove ASM_Wrapper include from platform independent processor.h 3 年之前
  Brian Gianforcaro d7568b28b4 Kernel: Surface errors when generating a process core dump :^) 3 年之前
  Ben Wiederhake 33079c8ab9 Kernel+UE+LibC: Remove unused dbgputch syscall 3 年之前
  Itamar 38ddf301f6 Kernel+LibC: Fix ptrace for 64-bit 3 年之前
  Andreas Kling e08d213830 Kernel: Use DistinctNumeric for filesystem ID's 3 年之前
  Andreas Kling 32aa37d5dc Kernel+LibC: Add msync() system call 3 年之前
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 年之前
  Andrew Kaster 39993a8fab Kernel: Avoid else after return in Process and ThreadSafeRefCounted 3 年之前
  Andrew Kaster eb1181b898 Kernel: Convert Process-related const member functions to static 3 年之前
  Andrew Kaster bc29c7f04f Kernel: Make OpenFileDescriptions::max_open() static and constexpr 3 年之前
  Andrew Kaster e824bead54 Kernel: Resolve clang-tidy readability-qualified-auto warning 3 年之前
  Andrew Kaster 65edc62c02 Kernel: Resolve clang-tidy readability-make-member-function-const 3 年之前
  Andrew Kaster a92132e44a Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings 3 年之前
  Daniel Bertalan 648a139af3 Kernel+LibC: Pass off_t to pread() via a pointer 3 年之前
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 年之前
  Andreas Kling 88b6428c25 AK: Make Vector::try_* functions return ErrorOr<void> 3 年之前
  Ben Wiederhake 631447da57 Kernel: Fix TOCTOU in fstatvfs 3 年之前
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 年之前
  Daniel Bertalan bbb4eb0aa1 Kernel: Convert Formatter<Process> to use Formatter<FormatString> 3 年之前