Age | Commit message (Expand) | Author |
---|---|---|
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 |