提交历史

作者 SHA1 备注 提交日期
  Idan Horowitz 1abbe9b02c Kernel: Ignore allocation failures when appending threads to coredump 3 年之前
  Andreas Kling 0e72b04e7d Kernel: Perform exec-into-new-image directly in sys$execve() 3 年之前
  Idan Horowitz 50d6a6a186 Kernel: Convert hostname to KString 3 年之前
  Idan Horowitz 0fc25273e4 Kernel: Make Process::dump_perfcore OOM-fallible using KString 3 年之前
  Idan Horowitz 8a4654a924 Kernel: Make PerformanceEventBuffer::add_process fallible with ErrorOr 3 年之前
  mjz19910 3102d8e160 Everywhere: Fix many spelling errors 3 年之前
  Daniel Bertalan 8e2efe78f7 Kernel: Tighten String-related includes 3 年之前
  Brian Gianforcaro 018dc4bb5c Kernel: Add verification promise violations are propagated properly 3 年之前
  Brian Gianforcaro 54b9a4ec1e Kernel: Handle promise violations in the syscall handler 3 年之前
  Idan Horowitz d7ec5d042f Kernel: Port Process to ListedRefCounted 3 年之前
  Idan Horowitz 3d0b5efcfc Kernel: Remove Process::all_processes() 3 年之前
  Andreas Kling bc518e39bf Kernel: Make perfcore files owned by UID=0, GID=0 3 年之前
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 年之前
  Brian Gianforcaro d7568b28b4 Kernel: Surface errors when generating a process core dump :^) 3 年之前
  Sam Atkins 6dd2ebfe8e Kernel: Log when a process exits with an unlocked veil 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 年之前
  Andreas Kling 88b6428c25 AK: Make Vector::try_* functions return ErrorOr<void> 3 年之前
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 年之前
  SeekingBlues b9da877941 Kernel: Do not try opening the same file when dumping perfcore 3 年之前
  Ben Wiederhake 735da58d44 Kernel: Avoid OpenFileDescription::absolute_path 3 年之前
  Nico Weber 1cdb12e920 Kernel: Fix -Wunreachable-code warnings from clang 3 年之前
  Nico Weber 5a951d6258 Kernel: Fix a few typos 3 年之前
  Liav A aee4786d8e Kernel: Introduce the DeviceManagement singleton 3 年之前
  Itamar 9aa6dd6b78 Kernel: Unblock tracer process in Process:unblock_waiters() 3 年之前
  Liav A 04ba31b8c5 Kernel+Userland: Remove loadable kernel moduless 3 年之前
  Andreas Kling dd82f68326 Kernel: Use KString all the way in sys$execve() 3 年之前