Historia zmian

Autor SHA1 Wiadomość Data
  Daniel Bertalan 8e2efe78f7 Kernel: Tighten String-related includes 3 lat temu
  Brian Gianforcaro 018dc4bb5c Kernel: Add verification promise violations are propagated properly 3 lat temu
  Brian Gianforcaro 54b9a4ec1e Kernel: Handle promise violations in the syscall handler 3 lat temu
  Idan Horowitz d7ec5d042f Kernel: Port Process to ListedRefCounted 3 lat temu
  Idan Horowitz 3d0b5efcfc Kernel: Remove Process::all_processes() 3 lat temu
  Andreas Kling bc518e39bf Kernel: Make perfcore files owned by UID=0, GID=0 3 lat temu
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 lat temu
  Brian Gianforcaro d7568b28b4 Kernel: Surface errors when generating a process core dump :^) 3 lat temu
  Sam Atkins 6dd2ebfe8e Kernel: Log when a process exits with an unlocked veil 3 lat temu
  Andrew Kaster eb1181b898 Kernel: Convert Process-related const member functions to static 3 lat temu
  Andrew Kaster bc29c7f04f Kernel: Make OpenFileDescriptions::max_open() static and constexpr 3 lat temu
  Andrew Kaster e824bead54 Kernel: Resolve clang-tidy readability-qualified-auto warning 3 lat temu
  Andrew Kaster 65edc62c02 Kernel: Resolve clang-tidy readability-make-member-function-const 3 lat temu
  Andrew Kaster a92132e44a Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings 3 lat temu
  Andreas Kling 88b6428c25 AK: Make Vector::try_* functions return ErrorOr<void> 3 lat temu
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 lat temu
  SeekingBlues b9da877941 Kernel: Do not try opening the same file when dumping perfcore 3 lat temu
  Ben Wiederhake 735da58d44 Kernel: Avoid OpenFileDescription::absolute_path 3 lat temu
  Nico Weber 1cdb12e920 Kernel: Fix -Wunreachable-code warnings from clang 3 lat temu
  Nico Weber 5a951d6258 Kernel: Fix a few typos 3 lat temu
  Liav A aee4786d8e Kernel: Introduce the DeviceManagement singleton 3 lat temu
  Itamar 9aa6dd6b78 Kernel: Unblock tracer process in Process:unblock_waiters() 3 lat temu
  Liav A 04ba31b8c5 Kernel+Userland: Remove loadable kernel moduless 3 lat temu
  Andreas Kling dd82f68326 Kernel: Use KString all the way in sys$execve() 3 lat temu
  Andreas Kling 905065f8c8 Kernel: Make PerformanceEventBuffer::to_json() return a KResult 3 lat temu
  Andreas Kling 300402cc14 Kernel: Make it possible for KBufferBuilder creation to fail 3 lat temu
  Andreas Kling cd5d483bbd Kernel: Use KResultOr and TRY() for ThreadTracer 3 lat temu
  Andreas Kling 213b8868af Kernel: Rename file_description(fd) => open_file_description(fd) 3 lat temu
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 lat temu
  Andreas Kling dbd639a2d8 Kernel: Convert much of sys$execve() to using KString 3 lat temu