aboutsummaryrefslogtreecommitdiff
path: root/include/time.h
AgeCommit message (Expand)Author
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
2019-02-03time: Use int, not long int, for internal GMT offsetsFlorian Weimer
2018-12-20Y2038: make __difftime compatible with 64-bit timeAlbert ARIBAUD (3ADEV)
2018-12-18Y2038: add function __ctime64_rAlbert ARIBAUD (3ADEV)
2018-12-18Y2038: add function __ctime64Albert ARIBAUD (3ADEV)
2018-12-18Y2038: add function __gmtime64_rAlbert ARIBAUD (3ADEV)
2018-12-18Y2038: add function __gmtime64Albert ARIBAUD (3ADEV)
2018-12-18Y2038: add function __localtime64_rAlbert ARIBAUD (3ADEV)
2018-12-17Y2038: add function __localtime64Albert ARIBAUD (3ADEV)
2018-12-05Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)
2018-10-24Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)
2018-09-19Fix mktime localtime offset confusionPaul Eggert
2018-05-11time: Use 64-bit time values for time zone parsingFlorian Weimer
2017-10-01Mark internal time functions with attribute_hidden [BZ #18822]H.J. Lu