Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-21 | Make syscall invocations look pleasant. | Andreas Kling | |
Old: Syscall::invoke(Syscall::SC_foo, (dword)arg1, (dword)arg2) New: syscall(SC_foo, arg1, arg2) | |||
2018-11-11 | Rage hacking to get bash to run. It finally runs. So cool! :^) | Andreas Kling | |
2018-11-11 | Stub out a bunch more functions to get closer to that sweet bash build. | Andreas Kling | |