История коммитов

Автор SHA1 Сообщение Дата
  Ali Mohammad Pur cf63447044 Kernel: Move signal handlers from being thread state to process state 3 лет назад
  Idan Horowitz 064b93c2ad Kernel: Add OpenFileDescriptions::try_enumerate for fallible iteration 3 лет назад
  Idan Horowitz 0911112286 Kernel: VERIFY that signals are not sent to Kernel processes 3 лет назад
  Idan Horowitz 2c996cbbee Kernel: Stop sending SIGCHLD to kernel parent processes 3 лет назад
  Idan Horowitz 316fa0c3f3 AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode 3 лет назад
  Ali Mohammad Pur a1cb2c371a AK+Kernel: OOM-harden most parts of Trie 3 лет назад
  Idan Horowitz c8ab7bde3b Kernel: Use try_make_weak_ptr() instead of make_weak_ptr() 3 лет назад
  Andreas Kling 3845c90e08 Kernel: Remove unnecessary includes from Thread.h 3 лет назад
  Idan Horowitz e28af4a2fc Kernel: Stop using HashMap in Mutex 3 лет назад
  Andreas Kling b56646e293 Kernel: Switch process file descriptor table from spinlock to mutex 3 лет назад
  Andreas Kling 8ebec2938c Kernel: Convert process file descriptor table to a SpinlockProtected 3 лет назад
  Andreas Kling 31c1094577 Kernel: Don't mess with thread state in Process::do_exec() 3 лет назад
  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 лет назад