summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/crt0.cpp
AgeCommit message (Expand)Author
2022-11-29LibC: Use uintptr_t for __stack_chk_guardKeegan Saunders
2022-10-14Tests+Userland: Implement AARCH64 support for some inline assembly blobsGunnar Beutner
2022-07-08LibC: Move stack canary initialization before the global constructorsTim Schumacher
2022-06-21LibC: Don't change the stack canary across function boundariesTim Schumacher
2022-01-23LibCore+LibC: Enforce the global event loop ban in codekleines Filmröllchen
2021-11-11LibC: Avoid unnecessary mprotect during program initializationBen Wiederhake
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-11DynamicLoader+LibC: Make _start a naked functionHendiadyoin1
2021-07-10Kernel+Userland: Make the stack alignment comply with the System V ABIGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20LibC+LibPthread: Implement function forwarding for libpthreadGunnar Beutner
2021-04-16LibC: Don't call initializers in crt0Gunnar Beutner
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling