Commit History

Author SHA1 Message Date
  Andreas Kling 68bf6db673 Kernel: Rename Spinlock::is_owned_by_current_thread() 3 years ago
  Andreas Kling 0b4671add7 Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() 3 years ago
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 years ago
  Andrew Kaster 54161bf5b4 Kernel: Acquire reference to waitee before trying to block in sys$waitid 3 years ago
  Andreas Kling 0c1d41cc8a Kernel: Simplify Blockers so they don't need a "should block" flag 3 years ago
  Andreas Kling adbf472ca7 Kernel: Remove unused BlockTimeout::m_should_block 3 years ago
  Andreas Kling 82c3cc4640 Kernel: Move Blocker setup out from constructors into setup_blocker() 3 years ago
  Andreas Kling b012170d69 Kernel: Don't register thread as custom data for FutexBlocker 3 years ago
  Andreas Kling 2c74533ba6 Kernel: Don't register thread as custom data for WaitQueueBlocker 3 years ago
  Andreas Kling a58c4bbcf5 Kernel: Make Thread::Blocker::m_thread a NonnullRefPtr<Thread> 3 years ago
  Andreas Kling c351945474 Kernel: Simplify unregistering a Blocker from a BlockerSet 3 years ago
  Andreas Kling 7006cb82bd Kernel: Rename Blocker::not_blocking(bool) to something more descriptive 3 years ago
  Andreas Kling 39474830a9 Kernel: Remove unnecessary spinlock in ~Thread::Blocker() 3 years ago
  Andreas Kling e51a5e2d5d Kernel: Rename some BlockerSets to foo_blocker_set 3 years ago
  Andreas Kling 40bc378d81 Kernel: Rename QueueBlocker => WaitQueueBlocker 3 years ago
  Andreas Kling b30081b49a Kernel: Rename BlockerSet::unblock() to something more accurate 3 years ago
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet 3 years ago
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 years ago
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 years ago
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 3 years ago
  Andreas Kling 066d3281b5 Kernel: Make AsyncDeviceRequest::name() return StringView 3 years ago
  Andreas Kling 3108aa0a6b Kernel: Fix bogus check in Thread::WaitBlockCondition::finalize() 4 years ago
  Andreas Kling 859e5741ff Kernel: Fix Process use-after-free in Thread finalization 4 years ago
  Brian Gianforcaro 77f4f6e0de Kernel: Fix error propagation if Thread::WaitBlocker constructor fails 4 years ago
  Brian Gianforcaro 11306d7121 Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869) 4 years ago
  Linus Groh 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers 4 years ago
  Jelle Raaijmakers c3cff7d70a Kernel: Simplify BlockTimeout constructor 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling a7b5a58509 Kernel: Fix sys$select() not marking fd's after blocking was avoided 4 years ago
  Brian Gianforcaro 5f6ab77352 Kernel: Add bitwise operators for Thread::FileBlocker::BlockFlags enum 4 years ago