Ben Wiederhake
|
5c15ca7b84
Kernel: Make sockets use AK::Time
|
4 лет назад |
Ben Wiederhake
|
c040e64b7d
Kernel: Make TimeManagement use AK::Time internally
|
4 лет назад |
Ben Wiederhake
|
2b6546c40a
Kernel: Make Thread use AK::Time internally
|
4 лет назад |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 лет назад |
Brian Gianforcaro
|
cbd8f78cce
Kernel: Use uniform initialization instead of memset for a few stack buffer.
|
4 лет назад |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 лет назад |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 лет назад |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 лет назад |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 лет назад |
asynts
|
5356aae3cc
Everywhere: Replace a bundle of dbg with dbgln.
|
4 лет назад |
Linus Groh
|
421587c15c
Everywhere: Fix typos
|
4 лет назад |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 лет назад |
Tom
|
1d621ab172
Kernel: Some futex improvements
|
4 лет назад |
Tom
|
49a76164c8
Kernel: Consolidate the various BlockCondition::unblock variants
|
4 лет назад |
Tom
|
c455fc2030
Kernel: Change wait blocking to Process-only blocking
|
4 лет назад |
Tom
|
4bbee00650
Kernel: disown should unblock any potential waiters
|
4 лет назад |
Tom
|
da5cc34ebb
Kernel: Fix some issues related to fixes and block conditions
|
4 лет назад |
Tom
|
12cf6f8650
Kernel: Add CLOCK_REALTIME support to the TimerQueue
|
4 лет назад |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 лет назад |