Commit History

Autor SHA1 Mensaxe Data
  Hendiadyoin1 04d75f4ff9 Kernel: Add some implied auto qualifiers %!s(int64=3) %!d(string=hai) anos
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 762e047ec9 Kernel+LibC: Implement sigtimedwait() %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription %!s(int64=3) %!d(string=hai) anos
  Andreas Kling e851a77346 Kernel: Rename FileBlocker::unblock() => unblock_if_conditions_are_met() %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 68bf6db673 Kernel: Rename Spinlock::is_owned_by_current_thread() %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 0b4671add7 Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() %!s(int64=3) %!d(string=hai) anos
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's %!s(int64=3) %!d(string=hai) anos
  Andrew Kaster 54161bf5b4 Kernel: Acquire reference to waitee before trying to block in sys$waitid %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 0c1d41cc8a Kernel: Simplify Blockers so they don't need a "should block" flag %!s(int64=3) %!d(string=hai) anos
  Andreas Kling adbf472ca7 Kernel: Remove unused BlockTimeout::m_should_block %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 82c3cc4640 Kernel: Move Blocker setup out from constructors into setup_blocker() %!s(int64=3) %!d(string=hai) anos
  Andreas Kling b012170d69 Kernel: Don't register thread as custom data for FutexBlocker %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 2c74533ba6 Kernel: Don't register thread as custom data for WaitQueueBlocker %!s(int64=3) %!d(string=hai) anos
  Andreas Kling a58c4bbcf5 Kernel: Make Thread::Blocker::m_thread a NonnullRefPtr<Thread> %!s(int64=3) %!d(string=hai) anos
  Andreas Kling c351945474 Kernel: Simplify unregistering a Blocker from a BlockerSet %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 7006cb82bd Kernel: Rename Blocker::not_blocking(bool) to something more descriptive %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 39474830a9 Kernel: Remove unnecessary spinlock in ~Thread::Blocker() %!s(int64=4) %!d(string=hai) anos
  Andreas Kling e51a5e2d5d Kernel: Rename some BlockerSets to foo_blocker_set %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 40bc378d81 Kernel: Rename QueueBlocker => WaitQueueBlocker %!s(int64=4) %!d(string=hai) anos
  Andreas Kling b30081b49a Kernel: Rename BlockerSet::unblock() to something more accurate %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet %!s(int64=4) %!d(string=hai) anos
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock %!s(int64=4) %!d(string=hai) anos
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 066d3281b5 Kernel: Make AsyncDeviceRequest::name() return StringView %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 3108aa0a6b Kernel: Fix bogus check in Thread::WaitBlockCondition::finalize() %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 859e5741ff Kernel: Fix Process use-after-free in Thread finalization %!s(int64=4) %!d(string=hai) anos
  Brian Gianforcaro 77f4f6e0de Kernel: Fix error propagation if Thread::WaitBlocker constructor fails %!s(int64=4) %!d(string=hai) anos