index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
StackInfo.cpp
Age
Commit message (
Expand
)
Author
2023-03-04
AK: Add support for Solaris to StackInfo
nipos
2023-03-04
AK: Add StackInfo implementation for Windows
Andrew Kaster
2023-02-20
AK/StackInfo: Add support for NetBSD
nipos
2023-02-19
AK/StackInfo: Add support for OpenBSD pthreads
nipos
2022-11-26
Everywhere: Add support for compilation under emscripten
Ali Mohammad Pur
2022-10-10
AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines
Andrew Kaster
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-07-19
AK: Port StackInfo to FreeBSD
Daniel Bertalan
2022-07-19
AK: Do not negate Pthread error codes for `strerror()`
Daniel Bertalan
2021-12-12
AK: Fix preprocessor OS check
Martin Blicha
2021-09-12
AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-03
AK: Fix OOO mistake in StackInfo.cpp
ihsinme
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2020-12-30
AK: Use MacOS pthread_get_stacksize_np to get stack size for StackInfo
Andrew Kaster
2020-11-22
AK: Cleanup missing includes and #ifdef evaluation
Lenny Maiorani
2020-11-08
LibJS+AK: Move cross-platform stack bounds code from JS::Heap to AK::StackInfo
Linus Groh