ladybird/Userland
Jelle Raaijmakers d1f33ec795 LibPthread: Use realtime clock for futex_wait()
If we get an absolute time passed to one of the pthread_*wait methods,
this is not an absolute monotonic time but rather an absolute wall
time. This means that we also need to pass FUTEX_CLOCK_REALTIME to the
futex syscall to ensure we're not using the monotonic clock.
2021-04-27 09:19:55 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications FontEditor: Don't put invalid clicks on the undo stack 2021-04-26 18:43:35 +02:00
Demos Demos: Add Starfield screensaver demo 2021-04-26 23:13:27 +02:00
DevTools Profiler: Use NonnullOwnPtr for libraries 2021-04-26 17:13:55 +02:00
DynamicLoader Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Games Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Libraries LibPthread: Use realtime clock for futex_wait() 2021-04-27 09:19:55 +02:00
Services WindowServer: Reevaluate hovered window on window rect change 2021-04-27 08:58:13 +02:00
Shell Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
Tests AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake 2021-04-25 09:36:49 +02:00
Utilities Utilities: Make ls respect options when specifying more than one path 2021-04-26 18:44:30 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00