Histórico de Commits

Autor SHA1 Mensagem Data
  Tom 41d2a0e9f7 Kernel: Dequeue dying threads from WaitQueue há 5 anos atrás
  Tom 9725bda63e Kernel: Enhance WaitQueue to remember pending wakes há 5 anos atrás
  Tom 49f5069b76 Kernel: Add a SpinLock to the WaitQueue há 5 anos atrás
  Tom e373e5f007 Kernel: Fix signal delivery há 5 anos atrás
  Tom fb41d89384 Kernel: Implement software context switching and Processor structure há 5 anos atrás
  Brian Gianforcaro 1f64e3eb16 Kernel: Implement FUTEX_WAKE of arbitrary count. há 5 anos atrás
  Cristian-Bogdan SIRB 717cd5015e Kernel: Allow process with multiple threads to call exec and exit há 5 anos atrás
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace há 5 anos atrás
  Andreas Kling 94ca55cefd Meta: Add license header to source files há 5 anos atrás
  Andreas Kling 41376d4662 Kernel: Fix Lock racing to the WaitQueue há 5 anos atrás
  Andreas Kling f4978b2be1 Kernel: Use IntrusiveList to make WaitQueue allocation-free :^) há 5 anos atrás
  Andreas Kling a0e38922bd Kernel: Break out of the idle loop on WaitQueue wake instead of on IRQ há 5 anos atrás
  Andreas Kling 5859e16e53 Kernel: Use a dedicated thread state for wait-queued threads há 5 anos atrás
  Andreas Kling f067730f6b Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock há 5 anos atrás