Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 2c74533ba6 Kernel: Don't register thread as custom data for WaitQueueBlocker před 4 roky
  Andreas Kling a82b5e6e50 Kernel: Remove unused WaitQueue::should_block(bool) před 4 roky
  Andreas Kling 40bc378d81 Kernel: Rename QueueBlocker => WaitQueueBlocker před 4 roky
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet před 4 roky
  Andreas Kling 53019f413c Kernel: Mark BlockCondition subclasses as final před 4 roky
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker před 4 roky
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock před 4 roky
  Jean-Baptiste Boric 2c3b0baf76 Kernel: Move SpinLock.h into Locking/ před 4 roky
  Linus Groh 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers před 4 roky
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
  Brian Gianforcaro ddd79fe2cf Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits. před 4 roky
  Tom bd73102513 Kernel: Fix some race conditions with Lock and waiting/waking threads před 4 roky
  Tom 1d621ab172 Kernel: Some futex improvements před 4 roky
  Tom c4176b0da1 Kernel: Fix Lock race causing infinite spinning between two threads před 4 roky
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions před 4 roky
  Lenny Maiorani 9eef5fc446 SinglyLinkedList: Remove unused includes před 4 roky
  Tom 41d2a0e9f7 Kernel: Dequeue dying threads from WaitQueue před 5 roky
  Tom 9725bda63e Kernel: Enhance WaitQueue to remember pending wakes před 5 roky
  Tom 49f5069b76 Kernel: Add a SpinLock to the WaitQueue před 5 roky
  Brian Gianforcaro 1f64e3eb16 Kernel: Implement FUTEX_WAKE of arbitrary count. před 5 roky
  Cristian-Bogdan SIRB 717cd5015e Kernel: Allow process with multiple threads to call exec and exit před 5 roky
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace před 5 roky
  Andreas Kling 94ca55cefd Meta: Add license header to source files před 5 roky
  Andreas Kling 41376d4662 Kernel: Fix Lock racing to the WaitQueue před 5 roky
  Andreas Kling f4978b2be1 Kernel: Use IntrusiveList to make WaitQueue allocation-free :^) před 5 roky
  Andreas Kling f067730f6b Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock před 5 roky