index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Thread.h
Age
Commit message (
Expand
)
Author
2019-07-21
Scheduler: Allow reentry into block()
Robin Burchell
2019-07-20
Thread: Cleanup m_blocker handling
Robin Burchell
2019-07-20
Net: Merge Thread::wait_for_connect into LocalSocket (as the only place that ...
Robin Burchell
2019-07-20
Thread: Return a result from block() indicating why the block terminated
Robin Burchell
2019-07-19
Thread: Fix a regression introduced in 80a6df90220981e64e0ca192908163d3a263ffc6
Robin Burchell
2019-07-19
AK: Introduce IntrusiveList
Robin Burchell
2019-07-19
Kernel: Make the Thread::FileDescriptionBlocker constructor protected.
Andreas Kling
2019-07-19
Kernel: Some small refinements to the thread blockers.
Andreas Kling
2019-07-19
Thread: More composition in for_each :)
Robin Burchell
2019-07-19
Thread: Normalize all for_each constructs to use IterationDecision
Robin Burchell
2019-07-19
Kernel: Remove memory allocations from the new Blocker API
Robin Burchell
2019-07-19
Kernel: Remove old block(State) API
Robin Burchell
2019-07-19
Kernel: Restore state strings for block states
Robin Burchell
2019-07-19
Kernel: Rename Condition state to Blocked now we only have one blocking mecha...
Robin Burchell
2019-07-19
Kernel: Convert BlockedSignal and BlockedLurking to the new Blocker mechanism
Robin Burchell
2019-07-19
Kernel: Avoid allocations for Select vectors by using inline capacity
Robin Burchell
2019-07-19
Kernel: Rename ThreadBlocker classes to avoid stutter
Robin Burchell
2019-07-19
Kernel: Port wait to ThreadBlocker
Robin Burchell
2019-07-19
Kernel: Port select to ThreadBlocker
Robin Burchell
2019-07-19
Kernel: Port sleep to ThreadBlocker
Robin Burchell
2019-07-19
Kernel: Introduce ThreadBlocker as a way to make unblocking neater :)
Robin Burchell
2019-07-18
Scheduler: Move thread unblocking out of a lambda to help make things more re...
Robin Burchell
2019-07-18
Kernel: Add a new block state for accept() on a blocking socket
Robin Burchell
2019-07-14
Kernel: Add Thread::block_until(Condition).
Andreas Kling
2019-07-14
Kernel: Add support for the WSTOPPED flag to the waitpid() syscall.
Andreas Kling
2019-07-13
Kernel: Make it easier to add Thread block states in the future.
Andreas Kling
2019-07-09
Kernel: Move VirtualAddress.h into VM/
Andreas Kling
2019-07-08
Kernel: Don't interrupt blocked syscalls to dispatch ignored signals.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-13
Kernel: Rename "descriptor" to "description" where appropriate.
Andreas Kling
2019-06-07
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
Kernel: Rename LinearAddress => VirtualAddress.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-18
Kernel: Add a Thread::set_thread_list() helper to keep logic in one place.
Andreas Kling
2019-05-18
Kernel: Refactor thread scheduling a bit, breaking it into multiple lists.
Andreas Kling
2019-05-17
Kernel: Make Thread::kernel_stack_base() work for kernel processes.
Andreas Kling
2019-05-14
Kernel: Signal stacks are lazily allocated so don't crash in getter.
Andreas Kling
2019-05-14
Kernel: Allocate kernel signal stacks using the region allocator as well.
Andreas Kling
2019-05-14
Kernel: Allocate kernel stacks for threads using the region allocator.
Andreas Kling
2019-05-03
Kernel: Prepare Socket for becoming a File.
Andreas Kling
2019-04-29
Kernel: Make FIFO inherit from File.
Andreas Kling
2019-04-20
Kernel: Remove "restorer" field from SignalActionData.
Andreas Kling
2019-04-20
Kernel: Remove some more unnecessary Thread members.
Andreas Kling
2019-04-20
Kernel: Shrink Thread by making kernel resume TSS heap-allocated.
Andreas Kling
2019-04-17
Kernel: Scheduler donations need to verify that the beneficiary is valid.
Andreas Kling
2019-04-14
Kernel: Merge TSS.h into i386.h.
Andreas Kling
[next]