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