summaryrefslogtreecommitdiff
path: root/Libraries/LibC/time.cpp
AgeCommit message (Expand)Author
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-06-08LibC: Add nanosleep() wrapper around clock_nanosleep(CLOCK_REALTIME)Andreas Kling
2020-05-16Kernel: Remove now-unused KernelInfoPage.hAndreas Kling
2020-05-16Kernel: Remove the "kernel info page" used for fast gettimeofday()Andreas Kling
2020-03-19LibC: Add new syscall to allow changing the system dateLiav A
2020-03-08LibC: Fix a bug involving miscalculating week counts of last yearhowar6hill
2020-03-08LibC: Reimplement asctime() in terms of strftime()howar6hill
2020-03-06LibC: Fix a indentation problem in time.cpphowar6hill
2020-03-06LibC: Implement time formatting functions, partially support timezonehowar6hill
2020-02-19LibC: Add hack implementation of gmtime_r() matching gmtime()Andreas Kling
2020-02-11LibC: Add localtime_r()Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-15Kernel+LibC: Publish a "kernel info page" and use it for gettimeofday()Andreas Kling
2019-11-11LibC, LibM: Add functions needed to compile python3Emanuel Sprung
2019-11-09LibC: Minor changes to make nasm workPaweł Cholewa
2019-11-02Kernel+LibC: Implement clock_gettime() and clock_nanosleep()Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling