ladybird/Userland
Andrew Kaster 2f439327ac LibThreading: Only set pthread name on Serenity
pthread_setname_np is a can of worms for portability. Linux, macOS,
and the BSDs all do it differently.

Also skip adding the tid as an inspectable Core::Object property on
systems where pthread_t is known to be a pointer.
2022-10-16 15:39:00 -06:00
..
Applets Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
Applications WebDriver: Implement GET /session/{id}/cookie/{name} endpoint 2022-10-16 16:32:59 +02:00
Demos CatDog: Make it always on top 2022-10-13 12:37:54 +01:00
DevTools GMLPlayground: Allow previewing GML in a separate window 2022-10-15 23:16:38 +02:00
DynamicLoader DynamicLoader: Use fewer GLOB patterns for arch-specific files 2022-10-16 16:36:39 +02:00
Games Spider: Make the last move undoable 2022-10-15 14:21:45 +02:00
Libraries LibThreading: Only set pthread name on Serenity 2022-10-16 15:39:00 -06:00
Services SystemServer: Make system-mode=text the default in case of read failure 2022-10-16 17:43:20 +02:00
Shell CMake+Userland: Use CMakeLists from Userland to build Lagom Libraries 2022-10-16 16:36:39 +02:00
Utilities LibJS+js: Disable console debug messages outside Serenity only for js 2022-10-16 02:06:02 +03:30
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00