Age | Commit message (Expand) | Author |
---|---|---|
2019-02-26 | Compat work towards porting vim. | Andreas Kling |
2019-02-23 | LibC: Enough compat work to make binutils-2.32 build and run. | Andreas Kling |
2019-02-01 | LibC: Add some things needed to build GNU bc. | Andreas Kling |
2018-11-11 | A bunch of compat work (mostly stubs but some real implementations, too.) | Andreas Kling |
2018-11-10 | Some improvements to signals. | Andreas Kling |
2018-11-06 | Add strsignal() and improve sharing signal numbers between LibC and kernel. | Andreas Kling |
2018-11-06 | Add sigset_t helper functions to LibC. | Andreas Kling |
2018-11-06 | Add some basic signal support. | Andreas Kling |
2018-11-05 | More random compat hacking towards getting bash to build. | Andreas Kling |
2018-11-05 | Lots of minor compat stuff while seeing if bash would build. | Andreas Kling |
2018-10-31 | A bunch of LibC boilerplate stuff added while trying to get figlet to build. | Andreas Kling |
2018-10-31 | Implement basic sys$kill() and add a /bin/kill | Andreas Kling |