Age | Commit message (Expand) | Author |
---|---|---|
2021-01-02 | LibC: Randomize the stack check cookie value on initialization | Brian Gianforcaro |
2020-08-12 | LibC: Avoid ninja-imports of system functions | Ben Wiederhake |
2020-08-12 | LibC: Tell compiler about invisible call to _start | Ben Wiederhake |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-13 | LibC: Move even more methods and globals out of crt0.o | Andrew Kaster |
2020-01-01 | LibC: Move __cxa_finalize and __cxa_atexit code to their own file | Andrew Kaster |
2019-12-22 | LibC: Prevent assertions in malloc/free at exit time | Andrew Kaster |
2019-12-22 | LibC: Support exit time destructors per the Itanium C++ ABI | Andrew Kaster |
2019-12-20 | Kernel+LibC: Build with basic -fstack-protector support | Andreas Kling |
2019-09-12 | LibC: Pass the environment as third argument to main() | Andreas Kling |
2019-09-07 | LibC: Make "errno" thread-specific | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |