ladybird/Userland
Brian Gianforcaro 9f07627f58 LibPthread: Implement pthread_spinlock_t API.
This change implements the pthread user space spinlock API. The
stress-ng Port requires a functioning version to work correctly.

To facilitate the requirements of the posix specification for the API
we implement the spinlock so that the owning tid is the value stored
in the spinlock. This gives us the proper ownership semantics needed
to implement the proper error handling.
2021-05-02 20:59:38 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications TextEditor: Specify the starting line and column number using colons 2021-05-02 10:25:51 +02:00
Demos WindowServer+LibGfx: Automatic "modified" markers in window titles 2021-05-01 19:42:29 +02:00
DevTools LibGUI+HackStudio: Remove editing specific hacks from GUI::Command 2021-05-02 14:49:46 +02:00
DynamicLoader Tests: Unify LibC tests to single location. 2021-04-29 10:37:26 +02:00
Games Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
Libraries LibPthread: Implement pthread_spinlock_t API. 2021-05-02 20:59:38 +02:00
Services LaunchServer: Only consider path in OpenURL 2021-05-02 19:47:28 +02:00
Shell Shell: Only match entries from PATH when a program name is given 2021-05-02 19:46:33 +02:00
Tests LibC: Implement scandir(...) to enumerate directories. 2021-05-02 13:33:41 +02:00
Utilities Userland: Improve how traceroute reports timing data for packets 2021-05-01 20:52:35 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00