Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 years ago |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 years ago |
Andreas Kling
|
4226b662cd
Kernel+Userland: Remove global futexes
|
3 years ago |
Tom
|
7593418b77
Kernel: Fix futex race that could lead to thread waiting forever
|
4 years ago |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 years ago |
AnotherTest
|
53ce923e10
Everywhere: Fix obvious dbgln() bugs
|
4 years ago |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 years ago |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 years ago |
asynts
|
1c1e577a5e
Everywhere: Deprecate dbg().
|
4 years ago |
Linus Groh
|
421587c15c
Everywhere: Fix typos
|
4 years ago |
Tom
|
1d621ab172
Kernel: Some futex improvements
|
4 years ago |