summaryrefslogtreecommitdiff
path: root/AK/StackInfo.cpp
AgeCommit message (Expand)Author
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