aboutsummaryrefslogtreecommitdiff
path: root/include/time.h
AgeCommit message (Expand)Author
2022-11-17Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su
2022-09-17hurd: Factorize at/non-at functionsSamuel Thibault
2022-05-05clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni
2021-08-15time: Fix overflow itimer tests on 32-bit systemsStafford Horne
2021-06-28Linux: Move timer_settime, __timer_settime64 from librt to libcFlorian Weimer
2021-06-28Linux: Move timer_gettime, __timer_gettime64 from librt to libcFlorian Weimer
2021-06-15time: Add 64-bit time support for getdateAdhemerval Zanella
2021-05-17Add C2X timespec_getresJoseph Myers
2021-04-12linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella
2020-10-19y2038: linux: Provide __time64 implementationLukasz Majewski
2020-09-28linux: Add time64 support for nanosleepAdhemerval Zanella
2020-09-28linux: Add time64 select supportAdhemerval Zanella
2020-05-05y2038: include: Move struct __timeval64 definition to a separate fileLukasz Majewski
2020-04-06y2038: include: Move struct __timespec64 definition to a separate fileLukasz Majewski
2020-04-02linux: Use long time_t __getitimer/__setitimerAlistair Francis
2020-03-27time: Add a __itimerval64 structAlistair Francis
2020-03-27time: Add a timeval with a 32-bit tv_sec and tv_usecAlistair Francis
2020-03-09y2038: linux: Provide __futimesat64 implementationLukasz Majewski
2020-03-09y2038: linux: Provide __lutimes64 implementationLukasz Majewski
2020-03-09y2038: linux: Provide __futimes64 implementationLukasz Majewski
2020-03-03y2038: linux: Provide __utime64 implementationLukasz Majewski
2020-03-03y2038: linux: Provide __utimes64 implementationLukasz Majewski
2020-03-03y2038: Introduce struct __utimbuf64 - new internal glibc typeLukasz Majewski
2020-02-18y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski
2020-02-07y2038: linux: Provide __settimeofday64 implementationLukasz Majewski
2020-02-07y2038: Provide conversion helpers for struct __timeval64Lukasz Majewski
2020-02-07y2038: Introduce struct __timeval64 - new internal glibc typeLukasz Majewski
2020-02-05y2038: linux: Provide __timespec_get64 implementationLukasz Majewski
2020-02-03rt: avoid PLT setup in timer_[sg]ettimeAndreas Schwab
2020-02-02y2038: linux: Provide __sched_rr_get_interval64 implementationLukasz Majewski
2020-02-02y2038: linux: Provide __timerfd_settime64 implementationLukasz Majewski
2020-02-02y2038: linux: Provide __timerfd_gettime64 implementationLukasz Majewski
2019-12-05y2038: linux: Provide __timer_settime64 implementationLukasz Majewski
2019-12-05y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski
2019-12-05time: Introduce glibc's internal struct __itimerspec64Lukasz Majewski
2019-12-04sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis
2019-11-08sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella
2019-11-02y2038: linux: Provide __futimens64 implementationLukasz Majewski
2019-11-02y2038: linux: Provide __utimensat64 implementationLukasz Majewski
2019-10-31Refactor adjtimex based on clock_adjtimeAdhemerval Zanella
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-10-27y2038: linux: Provide __clock_getres64 implementationLukasz Majewski
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-10-10y2038: linux: Provide __clock_settime64 implementationLukasz Majewski
2019-10-02Y2038: Include proper header to provide support for struct timeval on HURDLukasz Majewski
2019-10-01y2038: Provide conversion helpers for struct __timespec64Lukasz Majewski
2019-09-26y2038: Introduce struct __timespec64 - new internal glibc typeLukasz Majewski
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg
2019-04-30Make mktime etc. compatible with __time64_tPaul Eggert