Age | Commit message (Expand) | Author |
---|---|---|
2019-05-22 | LibC: Some compat fixes for GNU make. | Andreas Kling |
2019-05-16 | LibC: Change putenv (and getenv) to not copy, but directly return the environ... | Robin Burchell |
2019-04-23 | Put assertions behind a DEBUG flag to make it easy to build without them. | Andreas Kling |
2019-03-27 | LibC: Run constructors on process startup. | Andreas Kling |
2019-02-26 | Compat work towards porting vim. | Andreas Kling |
2019-02-22 | LibC: Tidy up _start a bit and rename compilation unit to "crt0" | Andreas Kling |