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
/
Scheduler.cpp
Age
Commit message (
Expand
)
Author
2019-07-20
Thread: Return a result from block() indicating why the block terminated
Robin Burchell
2019-07-19
AK: Introduce IntrusiveList
Robin Burchell
2019-07-19
Kernel: Some small refinements to the thread blockers.
Andreas Kling
2019-07-19
Scheduler: Remove some raw use of the runnable lists
Robin Burchell
2019-07-19
Thread: Normalize all for_each constructs to use IterationDecision
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-17
Kernel: Split SCHEDULER_DEBUG into a new SCHEDULER_RUNNABLE_DEBUG
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-09
Kernel: Move i8253.cpp => Arch/i386/PIT.cpp
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-22
printf: Oops, '-' is the left padding modifier, not ' '.
Andreas Kling
2019-06-13
Kernel: Rename "descriptor" to "description" where appropriate.
Andreas Kling
2019-06-07
Kernel: Qualify a bunch of #include statements.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Implement the alarm() syscall.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-05-20
Kernel: Add support for recv() with MSG_DONTWAIT.
Andreas Kling
2019-05-18
Kernel: Make sure we never put the colonel thread in the runnable list.
Andreas Kling
2019-05-18
Kernel: Refactor thread scheduling a bit, breaking it into multiple lists.
Andreas Kling
2019-05-15
Kernel: Add a beep() syscall that beeps the PC speaker.
Andreas Kling
2019-05-03
Kernel: Prepare Socket for becoming a File.
Andreas Kling
2019-04-29
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
Andreas Kling
2019-04-29
Kernel: Make FIFO inherit from File.
Andreas Kling
2019-04-21
Kernel: Get rid of the "cool globals" thingy.
Andreas Kling
2019-04-20
Kernel: Make the colonel run at "Idle" priority (the lowest possible.)
Andreas Kling
2019-04-17
Kernel: Scheduler donations need to verify that the beneficiary is valid.
Andreas Kling
2019-04-14
Kernel: Remove system.h and make the uptime global a qword.
Andreas Kling
2019-03-25
Kernel: Do timekeeping manually instead of asking the RTC all the time.
Andreas Kling
2019-03-24
Kernel: Fix broken destruction order for Process/Thread.
Andreas Kling
2019-03-23
Kernel: Set the colonel task to low priority.
Andreas Kling
2019-03-23
Kernel: Introduce threads, and refactor everything in support of it.
Andreas Kling
2019-03-20
Kernel: Snooze the NetworkTask until there are incoming packets to process.
Andreas Kling
2019-03-14
IPv4: More work on the TCP implementation.
Andreas Kling
2019-03-13
Add support for socket send/receive timeouts.
Andreas Kling
2019-03-12
Kernel+LibC+Userland: Yet more networking bringup hacking.
Andreas Kling
2019-03-05
Kernel: Remove "requested wakeups" feature.
Andreas Kling
2019-03-05
Kernel: More signal handling improvements.
Andreas Kling
2019-03-01
Kernel: Don't send SIGCHLD to parent process if he has SA_NOCLDWAIT set.
Andreas Kling
2019-02-28
Kernel: Implement basic SIGSTOP and SIGCONT support.
Andreas Kling
[prev]
[next]