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