summaryrefslogtreecommitdiff
path: root/LibC/fcntl.cpp
AgeCommit message (Collapse)Author
2018-12-21Make syscall invocations look pleasant.Andreas Kling
Old: Syscall::invoke(Syscall::SC_foo, (dword)arg1, (dword)arg2) New: syscall(SC_foo, arg1, arg2)
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