summaryrefslogtreecommitdiff
path: root/Libraries/LibC/crt0.cpp
AgeCommit message (Expand)Author
2021-01-02LibC: Randomize the stack check cookie value on initializationBrian Gianforcaro
2020-08-12LibC: Avoid ninja-imports of system functionsBen Wiederhake
2020-08-12LibC: Tell compiler about invisible call to _startBen Wiederhake
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-13LibC: Move even more methods and globals out of crt0.oAndrew Kaster
2020-01-01LibC: Move __cxa_finalize and __cxa_atexit code to their own fileAndrew Kaster
2019-12-22LibC: Prevent assertions in malloc/free at exit timeAndrew Kaster
2019-12-22LibC: Support exit time destructors per the Itanium C++ ABIAndrew Kaster
2019-12-20Kernel+LibC: Build with basic -fstack-protector supportAndreas Kling
2019-09-12LibC: Pass the environment as third argument to main()Andreas Kling
2019-09-07LibC: Make "errno" thread-specificAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling