Age | Commit message (Expand) | Author |
---|---|---|
2020-12-26 | LibC: Enable compiler warnings for scanf and strftime format strings | Sahan Fernando |
2020-12-21 | Kernel: Improve time keeping and dramatically reduce interrupt load | Tom |
2020-10-15 | LibC: Make difftime a function | Stephen Gregoratto |
2020-08-21 | LibC: Add timegm() | Nico Weber |
2020-06-08 | LibC: Add nanosleep() wrapper around clock_nanosleep(CLOCK_REALTIME) | Andreas Kling |
2020-03-19 | LibC: Add new syscall to allow changing the system date | Liav A |
2020-03-19 | Kernel & LibC: Add CLOCK_REALTIME constant | Liav A |
2020-03-06 | LibC: Implement time formatting functions, partially support timezone | howar6hill |
2020-01-27 | Kernel+LibC+Userland: Switch to 64-bit time_t | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
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 |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |