Age | Commit message (Expand) | Author |
---|---|---|
2018-11-06 | Add strsignal() and improve sharing signal numbers between LibC and kernel. | Andreas Kling |
2018-11-06 | Add sys_nerr and sys_errlist. | 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-11-05 | Tiny LibC things. | Andreas Kling |
2018-10-31 | Enough compatibility work to make figlet build and run! | Andreas Kling |
2018-10-31 | More LibC portability work while trying to get figlet building. | Andreas Kling |
2018-10-28 | Canonicalize the path used by sh. | Andreas Kling |
2018-10-26 | Implement sys$chdir() and teach sh+ls to cd around and browse different dirs. | Andreas Kling |
2018-10-26 | Add memcpy() and strcmp() to LibC. | Andreas Kling |
2018-10-26 | Add sys$gethostname and /bin/hostname | Andreas Kling |
2018-10-25 | Implement errno in LibC. | Andreas Kling |
2018-10-23 | Lots of hacking: | Andreas Kling |