تاریخچه Commit ها

نویسنده SHA1 پیام تاریخ
  Idan Horowitz a65bbbdb71 Kernel: Convert try_make_ref_counted to use ErrorOr 3 سال پیش
  Andreas Kling fcd3844da6 Kernel: Take scheduler lock before block lock in unblock_from_mutex() 3 سال پیش
  Andreas Kling 09f0843716 Kernel: Enforce that Thread::unblock_from_mutex() doesn't happen in IRQ 3 سال پیش
  Andreas Kling b0e5406ae2 Kernel: Update terminology around Thread's "blocking mutex" 3 سال پیش
  Andreas Kling dca5fe69eb Kernel: Make Thread::State an `enum class` and use it consistently 3 سال پیش
  Andreas Kling 7d89409618 Kernel: Don't dispatch signals in Thread::block_impl() 3 سال پیش
  Andreas Kling 677da0288c Kernel: Don't dispatch signals in Processor::enter_current() 3 سال پیش
  Andreas Kling 3845c90e08 Kernel: Remove unnecessary includes from Thread.h 3 سال پیش
  Andreas Kling f469fb47b8 Kernel: Move Thread::block<BlockerType>() out of the Thread.h header 3 سال پیش
  Idan Horowitz e28af4a2fc Kernel: Stop using HashMap in Mutex 3 سال پیش
  Idan Horowitz a0f404551e Kernel: Ignore allocation failures during thread finalization 3 سال پیش
  Idan Horowitz 7e9df6ddba Kernel: Remove always-false Thread::drop_thread_count boolean parameter 3 سال پیش
  Brian Gianforcaro 1422187427 Kernel: Add tracing to help catch thread blocking with incorrect state 3 سال پیش
  Idan Horowitz 309d71a66b Kernel: Use kernelputstr instead of dbgln when printing backtraces 3 سال پیش
  Idan Horowitz 0142f33ddc Kernel: Make Processor::capture_stack_trace fallible using ErrorOr 3 سال پیش
  Idan Horowitz 9a7cd8fef8 Kernel: Make Thread::backtrace() fallible using KString 3 سال پیش
  Daniel Bertalan 52beeebe70 Kernel: Remove the KString::try_create(String::formatted(...)) pattern 3 سال پیش
  Andreas Kling 601a9321d9 Kernel: Don't honor userspace SIGSTOP requests in Thread::block() 3 سال پیش
  Idan Horowitz 762e047ec9 Kernel+LibC: Implement sigtimedwait() 3 سال پیش
  Idan Horowitz 13d98999b7 Kernel: Flip incorrect bitwise set/clear of signal mask 3 سال پیش
  Idan Horowitz 1397a5ab02 Kernel: Unblock threads only on unmasked signals 3 سال پیش
  Idan Horowitz 81a76a30a1 Kernel: Preserve pending signals across execve(2)s 3 سال پیش
  Idan Horowitz 31fa3f8b1b Kernel: Remove alternative signal stack settings on execve(2) 3 سال پیش
  Idan Horowitz 92a6c91f4e Kernel: Preserve signal mask across fork(2) and execve(2) 3 سال پیش
  Idan Horowitz 548488f050 Kernel: Terminate current thread immediately on unhandled urgent signal 3 سال پیش
  Idan Horowitz 711a7104f3 Kernel: Handle invalid stack pointer during signal dispatch 3 سال پیش
  Idan Horowitz 40f64d7379 Kernel: Dispatch handle-able signals instead of crashing if possible 3 سال پیش
  Idan Horowitz f415218afe Kernel+LibC: Implement sigaltstack() 3 سال پیش
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 سال پیش
  Andrew Kaster b1d5d3cc34 Kernel: Avoid redundant bool comparisons in Kernel::Thread 3 سال پیش