summaryrefslogtreecommitdiff
path: root/AK/StackInfo.cpp
AgeCommit message (Expand)Author
2023-03-04AK: Add support for Solaris to StackInfonipos
2023-03-04AK: Add StackInfo implementation for WindowsAndrew Kaster
2023-02-20AK/StackInfo: Add support for NetBSDnipos
2023-02-19AK/StackInfo: Add support for OpenBSD pthreadsnipos
2022-11-26Everywhere: Add support for compilation under emscriptenAli Mohammad Pur
2022-10-10AK+Userland: Replace Linux, macOS, and *BSD macros with platform definesAndrew Kaster
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-07-19AK: Port StackInfo to FreeBSDDaniel Bertalan
2022-07-19AK: Do not negate Pthread error codes for `strerror()`Daniel Bertalan
2021-12-12AK: Fix preprocessor OS checkMartin Blicha
2021-09-12AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__Brian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-03AK: Fix OOO mistake in StackInfo.cppihsinme
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2020-12-30AK: Use MacOS pthread_get_stacksize_np to get stack size for StackInfoAndrew Kaster
2020-11-22AK: Cleanup missing includes and #ifdef evaluationLenny Maiorani
2020-11-08LibJS+AK: Move cross-platform stack bounds code from JS::Heap to AK::StackInfoLinus Groh