Age | Commit message (Expand) | Author |
---|---|---|
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |
2019-05-28 | LibC: fcntl.h should define F_RDLCK. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-22 | LibC: Some compat fixes for GNU make. | Andreas Kling |
2019-03-27 | LibC: Add ungetc() and automatically flush streams on fclose(). | Andreas Kling |
2019-02-08 | LibC: Implement enough missing stuff to get bash-5.0 running. :^) | Andreas Kling |
2018-11-17 | Various stubs while trying to get an old coreutils to build. | Andreas Kling |
2018-11-13 | Add close-on-exec flag for file descriptors. | Andreas Kling |
2018-11-11 | Stub out a bunch more functions to get closer to that sweet bash 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 |