serenity/Userland
Andrew Kaster 61573caf53 LibELF: Include <pthread.h> to ensure PTHREAD_STACK_MAX is available
Android's bionic C library puts this definition in pthread.h rather than
limits.h
2022-12-20 11:04:05 +01:00
..
Applets
Applications PixelPaint: Propagate errors when creating images or layers 2022-12-20 10:42:11 +01:00
BuggieBox
Demos CatDog: Simplify animation frame logic and fix minor bugs 2022-12-16 08:50:35 -07:00
DevTools HackStudio: Port to Core::Stream::File :^) 2022-12-20 10:58:54 +01:00
DynamicLoader
Games Snake: Ignore default keydown events 2022-12-19 14:11:53 -05:00
Libraries LibELF: Include <pthread.h> to ensure PTHREAD_STACK_MAX is available 2022-12-20 11:04:05 +01:00
Services LookupServer: Propagate the errors from MulticastDNS::handle_packet() 2022-12-20 10:45:20 +01:00
Shell
Utilities unzip: Use StringView instead of DeprecatedString 2022-12-20 10:44:02 +01:00
CMakeLists.txt