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