summaryrefslogtreecommitdiff
path: root/LibC/termios.cpp
AgeCommit message (Expand)Author
2019-06-07LibC: Run clang-format on everything.Andreas Kling
2019-04-23Put assertions behind a DEBUG flag to make it easy to build without them.Andreas Kling
2019-02-26Compat work towards porting vim.Andreas Kling
2019-02-26More compat work.Andreas Kling
2018-11-16Improve syscall address validation a bit.Andreas Kling
2018-11-16Reimplement tcsetattr/tcgetattr as ioctls.Andreas Kling
2018-11-11Rage hacking to get bash to run. It finally runs. So cool! :^)Andreas Kling
2018-11-11Stub out a bunch more functions to get closer to that sweet bash build.Andreas Kling