Robin Burchell
|
b13f1699fc
Kernel: Rename Condition state to Blocked now we only have one blocking mechanism :)
|
6 éve |
Robin Burchell
|
d2ca91c024
Kernel: Convert BlockedSignal and BlockedLurking to the new Blocker mechanism
|
6 éve |
Robin Burchell
|
750dbe986d
Kernel: Avoid allocations for Select vectors by using inline capacity
|
6 éve |
Robin Burchell
|
52743f9eec
Kernel: Rename ThreadBlocker classes to avoid stutter
|
6 éve |
Robin Burchell
|
782e4ee6e1
Kernel: Port wait to ThreadBlocker
|
6 éve |
Robin Burchell
|
4f9ae9b970
Kernel: Port select to ThreadBlocker
|
6 éve |
Robin Burchell
|
32fcfb79e9
Kernel: Port sleep to ThreadBlocker
|
6 éve |
Robin Burchell
|
0c8813e6d9
Kernel: Introduce ThreadBlocker as a way to make unblocking neater :)
|
6 éve |
Robin Burchell
|
4da2521606
Scheduler: Move thread unblocking out of a lambda to help make things more readable
|
6 éve |
Robin Burchell
|
f2fdac789c
Kernel: Add a new block state for accept() on a blocking socket
|
6 éve |
Robin Burchell
|
4f94fbc9e1
Kernel: Split SCHEDULER_DEBUG into a new SCHEDULER_RUNNABLE_DEBUG
|
6 éve |
Andreas Kling
|
b2e502e533
Kernel: Add Thread::block_until(Condition).
|
6 éve |
Andreas Kling
|
3073ea7d84
Kernel: Add support for the WSTOPPED flag to the waitpid() syscall.
|
6 éve |
Andreas Kling
|
6c87d3afa9
Kernel: Move i8253.cpp => Arch/i386/PIT.cpp
|
6 éve |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 éve |
Andreas Kling
|
1277d583ef
printf: Oops, '-' is the left padding modifier, not ' '.
|
6 éve |
Andreas Kling
|
c1bbd40b9e
Kernel: Rename "descriptor" to "description" where appropriate.
|
6 éve |
Andreas Kling
|
891d4c4834
Kernel: Qualify a bunch of #include statements.
|
6 éve |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 éve |
Andreas Kling
|
d194ce828d
Kernel: Implement the alarm() syscall.
|
6 éve |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
6 éve |
Andreas Kling
|
b3a1671f1a
Kernel: Add support for recv() with MSG_DONTWAIT.
|
6 éve |
Andreas Kling
|
7900da9667
Kernel: Make sure we never put the colonel thread in the runnable list.
|
6 éve |
Andreas Kling
|
8c7d5abdc4
Kernel: Refactor thread scheduling a bit, breaking it into multiple lists.
|
6 éve |
Andreas Kling
|
3cba2a8a78
Kernel: Add a beep() syscall that beeps the PC speaker.
|
6 éve |
Andreas Kling
|
03da7046bd
Kernel: Prepare Socket for becoming a File.
|
6 éve |
Andreas Kling
|
8cbb7f101f
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
6 éve |
Andreas Kling
|
0a0d739e98
Kernel: Make FIFO inherit from File.
|
6 éve |
Andreas Kling
|
a9d09e9020
Kernel: Get rid of the "cool globals" thingy.
|
6 éve |
Andreas Kling
|
ec365b82d5
Kernel: Make the colonel run at "Idle" priority (the lowest possible.)
|
6 éve |