summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/futex.cpp
AgeCommit message (Expand)Author
2021-01-26Meta: Split debug defines into multiple headers.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-23Everywhere: Deprecate dbg().asynts
2021-01-17Kernel: Some futex improvementsTom
2020-12-12Kernel: Fix some issues related to fixes and block conditionsTom
2020-11-30Kernel: Move some time related code from Scheduler into TimeManagementTom
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-08-12Kernel: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-05Kernel: Use Userspace<T> for the futex syscallBrian Gianforcaro
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling