Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-11 | LibC, LibM: Add functions needed to compile python3 | Emanuel Sprung | |
2019-11-02 | Kernel+LibC: Implement clock_gettime() and clock_nanosleep() | Andreas Kling | |
Only the CLOCK_MONOTONIC clock is supported at the moment, and it only has millisecond precision. :^) | |||
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling | |
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/. |