summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/ssp.cpp
AgeCommit message (Expand)Author
2021-10-17Everywhere: Make some symbols `__attribute__((used))` for LTODaniel Bertalan
2021-07-17LibC: Use 64-bit stack smash value for 64-bit modePeter Bindels
2021-07-03LibC: Don't use C++ attribute syntax in C-visible headersDaniel Bertalan
2021-04-22Everywhere: Use bgianf@serenityos.org for my copyright attributionBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-17LibC: Convert dbgprintf() => dbgln() in SSP handlerAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling