summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/time.cpp
AgeCommit message (Expand)Author
2021-08-12LibC: Don't delete null check in `gettimeofday`Daniel Bertalan
2021-08-10LibC: Use CLOCK_REALTIME_COARSE for gettimeofday()Andreas Kling
2021-08-10Kernel+LibC: Allow clock_gettime() to run without syscallsAndreas Kling
2021-08-10LibC: Implement gettimeofday() in terms of clock_gettime(CLOCK_REALTIME)Andreas Kling
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-07LibC: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibC: Fix missing '\n' at the end of ctime/ctime_r/asctime/asctime_rBrian Gianforcaro
2021-04-21LibC: Add ctime_r() and asctime_r() implementationsBrian Gianforcaro
2021-03-29LibC: Implement utimes functionJelle Raaijmakers
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-01-18LibC: Return ENOSYS from clock_getres() rather than assertingLinus Groh
2021-01-18LibC: Make tzset() set daylight to 0Linus Groh
2021-01-18LibC: Make tzset() set tzname to { "UTC", "UTC" }Linus Groh
2021-01-17LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling