Commit History

Author SHA1 Message Date
  Brian Gianforcaro d7568b28b4 Kernel: Surface errors when generating a process core dump :^) 3 years ago
  Sam Atkins 6dd2ebfe8e Kernel: Log when a process exits with an unlocked veil 3 years ago
  Andrew Kaster eb1181b898 Kernel: Convert Process-related const member functions to static 3 years ago
  Andrew Kaster bc29c7f04f Kernel: Make OpenFileDescriptions::max_open() static and constexpr 3 years ago
  Andrew Kaster e824bead54 Kernel: Resolve clang-tidy readability-qualified-auto warning 3 years ago
  Andrew Kaster 65edc62c02 Kernel: Resolve clang-tidy readability-make-member-function-const 3 years ago
  Andrew Kaster a92132e44a Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings 3 years ago
  Andreas Kling 88b6428c25 AK: Make Vector::try_* functions return ErrorOr<void> 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  SeekingBlues b9da877941 Kernel: Do not try opening the same file when dumping perfcore 3 years ago
  Ben Wiederhake 735da58d44 Kernel: Avoid OpenFileDescription::absolute_path 3 years ago
  Nico Weber 1cdb12e920 Kernel: Fix -Wunreachable-code warnings from clang 3 years ago
  Nico Weber 5a951d6258 Kernel: Fix a few typos 3 years ago
  Liav A aee4786d8e Kernel: Introduce the DeviceManagement singleton 3 years ago
  Itamar 9aa6dd6b78 Kernel: Unblock tracer process in Process:unblock_waiters() 3 years ago
  Liav A 04ba31b8c5 Kernel+Userland: Remove loadable kernel moduless 3 years ago
  Andreas Kling dd82f68326 Kernel: Use KString all the way in sys$execve() 3 years ago
  Andreas Kling 905065f8c8 Kernel: Make PerformanceEventBuffer::to_json() return a KResult 3 years ago
  Andreas Kling 300402cc14 Kernel: Make it possible for KBufferBuilder creation to fail 3 years ago
  Andreas Kling cd5d483bbd Kernel: Use KResultOr and TRY() for ThreadTracer 3 years ago
  Andreas Kling 213b8868af Kernel: Rename file_description(fd) => open_file_description(fd) 3 years ago
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 years ago
  Andreas Kling dbd639a2d8 Kernel: Convert much of sys$execve() to using KString 3 years ago
  Andreas Kling 55b0b06897 Kernel: Store process names as KString 3 years ago
  Andreas Kling db2e67fd53 Kernel: Tidy up ProcessProcFSTraits construction a bit more 3 years ago
  Andreas Kling 2641a068dc Kernel: Don't try to allocate ProcessProcFSTraits in Process constructor 3 years ago
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere 3 years ago
  Andreas Kling 60eea6940f Kernel: Tidy up Coredump construction 3 years ago
  Andreas Kling 7981422500 Kernel: Make Threads always have a name 3 years ago
  Andreas Kling 75564b4a5f Kernel: Make kernel region allocators return KResultOr<NOP<Region>> 3 years ago