about summary refs log tree commit diff
path: root/include/time.h
Commit message (Expand)AuthorAgeFilesLines
* Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su2022-11-171-1/+9
* hurd: Factorize at/non-at functionsSamuel Thibault2022-09-171-0/+1
* clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni2022-05-051-2/+2
* time: Fix overflow itimer tests on 32-bit systemsStafford Horne2021-08-151-4/+6
* Linux: Move timer_settime, __timer_settime64 from librt to libcFlorian Weimer2021-06-281-1/+5
* Linux: Move timer_gettime, __timer_gettime64 from librt to libcFlorian Weimer2021-06-281-1/+5
* time: Add 64-bit time support for getdateAdhemerval Zanella2021-06-151-2/+10
* Add C2X timespec_getresJoseph Myers2021-05-171-0/+6
* linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella2021-04-121-0/+5
* y2038: linux: Provide __time64 implementationLukasz Majewski2020-10-191-0/+7
* linux: Add time64 support for nanosleepAdhemerval Zanella2020-09-281-0/+9
* linux: Add time64 select supportAdhemerval Zanella2020-09-281-0/+6
* y2038: include: Move struct __timeval64 definition to a separate fileLukasz Majewski2020-05-051-14/+1
* y2038: include: Move struct __timespec64 definition to a separate fileLukasz Majewski2020-04-061-23/+1
* linux: Use long time_t __getitimer/__setitimerAlistair Francis2020-04-021-0/+15
* time: Add a __itimerval64 structAlistair Francis2020-03-271-0/+7
* time: Add a timeval with a 32-bit tv_sec and tv_usecAlistair Francis2020-03-271-0/+45
* y2038: linux: Provide __futimesat64 implementationLukasz Majewski2020-03-091-0/+4
* y2038: linux: Provide __lutimes64 implementationLukasz Majewski2020-03-091-0/+3
* y2038: linux: Provide __futimes64 implementationLukasz Majewski2020-03-091-0/+3
* y2038: linux: Provide __utime64 implementationLukasz Majewski2020-03-031-0/+3
* y2038: linux: Provide __utimes64 implementationLukasz Majewski2020-03-031-0/+3
* y2038: Introduce struct __utimbuf64 - new internal glibc typeLukasz Majewski2020-03-031-0/+12
* y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski2020-02-181-0/+4
* y2038: linux: Provide __settimeofday64 implementationLukasz Majewski2020-02-071-0/+9
* y2038: Provide conversion helpers for struct __timeval64Lukasz Majewski2020-02-071-0/+49
* y2038: Introduce struct __timeval64 - new internal glibc typeLukasz Majewski2020-02-071-0/+14
* y2038: linux: Provide __timespec_get64 implementationLukasz Majewski2020-02-051-0/+3
* rt: avoid PLT setup in timer_[sg]ettimeAndreas Schwab2020-02-031-2/+2
* y2038: linux: Provide __sched_rr_get_interval64 implementationLukasz Majewski2020-02-021-0/+7
* y2038: linux: Provide __timerfd_settime64 implementationLukasz Majewski2020-02-021-0/+5
* y2038: linux: Provide __timerfd_gettime64 implementationLukasz Majewski2020-02-021-0/+3
* y2038: linux: Provide __timer_settime64 implementationLukasz Majewski2019-12-051-0/+9
* y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski2019-12-051-0/+7
* time: Introduce glibc's internal struct __itimerspec64Lukasz Majewski2019-12-051-0/+11
* sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis2019-12-041-0/+3
* sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis2019-11-081-0/+8
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-0/+3
* y2038: linux: Provide __futimens64 implementationLukasz Majewski2019-11-021-0/+7
* y2038: linux: Provide __utimensat64 implementationLukasz Majewski2019-11-021-0/+12
* Refactor adjtimex based on clock_adjtimeAdhemerval Zanella2019-10-311-0/+5
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-301-1/+11
* y2038: linux: Provide __clock_getres64 implementationLukasz Majewski2019-10-271-0/+8
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-271-0/+8
* y2038: linux: Provide __clock_settime64 implementationLukasz Majewski2019-10-101-0/+8
* Y2038: Include proper header to provide support for struct timeval on HURDLukasz Majewski2019-10-021-0/+1
* y2038: Provide conversion helpers for struct __timespec64Lukasz Majewski2019-10-011-0/+49
* y2038: Introduce struct __timespec64 - new internal glibc typeLukasz Majewski2019-09-261-0/+24
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-041-3/+1
* Make mktime etc. compatible with __time64_tPaul Eggert2019-04-301-19/+20