提交历史

作者 SHA1 备注 提交日期
  Brian Gianforcaro 00936e151e Kernel: Make failure to write coredump or perfcore a regular dmesg 2 年之前
  Undefine 97cc33ca47 Everywhere: Make the codebase more architecture aware 3 年之前
  Tim Schumacher e79f0e2ee9 Kernel+LibC: Don't hardcode the maximum signal number everywhere 3 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  Tim Schumacher 67f352b824 Kernel: Copy signal handlers when forking 3 年之前
  Timon Kruiper a4534678f9 Kernel: Implement InterruptDisabler using generic Processor functions 3 年之前
  Luke Wilde 1682b0b6d8 Kernel: Remove big lock from `sys$set_coredump_metadata` 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Daniel Bertalan 70ccdb300b Kernel: Panic if the init process dies 3 年之前
  Andreas Kling 580d89f093 Kernel: Put Process unveil state in a SpinlockProtected container 3 年之前
  Andreas Kling 24f02bd421 Kernel: Put Process's current directory in a SpinlockProtected 3 年之前
  Ali Mohammad Pur 88d7bf7362 Kernel: Save and restore FPU state on signal dispatch on i386/x86_64 3 年之前
  Ali Mohammad Pur 4bd01b7fe9 Kernel: Add support for SA_SIGINFO 3 年之前
  Ali Mohammad Pur 585054d68b Kernel: Comment the living daylights out of signal trampoline/sigreturn 3 年之前
  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 年之前