Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2021-01-02 | Build + LibC: Enable -fstack-protector-strong in user space | Brian Gianforcaro |
2020-08-12 | LibC: Move C++ABI functions to cxxabi.cpp, typecheck cxa_atexit | Ben Wiederhake |
2020-05-20 | Revert "LibC: Implement Itanium C++ ABI for static variable guards" | Andreas Kling |
2020-05-20 | LibC: Implement Itanium C++ ABI for static variable guards | Andrew Kaster |
2020-02-02 | Meta: Claim copyright on files added by me | Andrew Kaster |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-01 | LibC: Move __cxa_finalize and __cxa_atexit code to their own file | Andrew Kaster |