index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
time.h
Age
Commit message (
Expand
)
Author
2022-11-17
Define in_int32_t_range to check if the 64 bit time_t syscall should be used
YunQiang Su
2022-09-17
hurd: Factorize at/non-at functions
Samuel Thibault
2022-05-05
clock_settime/clock_gettime: Use __nonnull to avoid null pointer
Xiaoming Ni
2021-08-15
time: Fix overflow itimer tests on 32-bit systems
Stafford Horne
2021-06-28
Linux: Move timer_settime, __timer_settime64 from librt to libc
Florian Weimer
2021-06-28
Linux: Move timer_gettime, __timer_gettime64 from librt to libc
Florian Weimer
2021-06-15
time: Add 64-bit time support for getdate
Adhemerval Zanella
2021-05-17
Add C2X timespec_getres
Joseph Myers
2021-04-12
linux: Normalize and return timeout on select (BZ #27651)
Adhemerval Zanella
2020-10-19
y2038: linux: Provide __time64 implementation
Lukasz Majewski
2020-09-28
linux: Add time64 support for nanosleep
Adhemerval Zanella
2020-09-28
linux: Add time64 select support
Adhemerval Zanella
2020-05-05
y2038: include: Move struct __timeval64 definition to a separate file
Lukasz Majewski
2020-04-06
y2038: include: Move struct __timespec64 definition to a separate file
Lukasz Majewski
2020-04-02
linux: Use long time_t __getitimer/__setitimer
Alistair Francis
2020-03-27
time: Add a __itimerval64 struct
Alistair Francis
2020-03-27
time: Add a timeval with a 32-bit tv_sec and tv_usec
Alistair Francis
2020-03-09
y2038: linux: Provide __futimesat64 implementation
Lukasz Majewski
2020-03-09
y2038: linux: Provide __lutimes64 implementation
Lukasz Majewski
2020-03-09
y2038: linux: Provide __futimes64 implementation
Lukasz Majewski
2020-03-03
y2038: linux: Provide __utime64 implementation
Lukasz Majewski
2020-03-03
y2038: linux: Provide __utimes64 implementation
Lukasz Majewski
2020-03-03
y2038: Introduce struct __utimbuf64 - new internal glibc type
Lukasz Majewski
2020-02-18
y2038: linux: Provide __gettimeofday64 implementation
Lukasz Majewski
2020-02-07
y2038: linux: Provide __settimeofday64 implementation
Lukasz Majewski
2020-02-07
y2038: Provide conversion helpers for struct __timeval64
Lukasz Majewski
2020-02-07
y2038: Introduce struct __timeval64 - new internal glibc type
Lukasz Majewski
2020-02-05
y2038: linux: Provide __timespec_get64 implementation
Lukasz Majewski
2020-02-03
rt: avoid PLT setup in timer_[sg]ettime
Andreas Schwab
2020-02-02
y2038: linux: Provide __sched_rr_get_interval64 implementation
Lukasz Majewski
2020-02-02
y2038: linux: Provide __timerfd_settime64 implementation
Lukasz Majewski
2020-02-02
y2038: linux: Provide __timerfd_gettime64 implementation
Lukasz Majewski
2019-12-05
y2038: linux: Provide __timer_settime64 implementation
Lukasz Majewski
2019-12-05
y2038: linux: Provide __timer_gettime64 implementation
Lukasz Majewski
2019-12-05
time: Introduce glibc's internal struct __itimerspec64
Lukasz Majewski
2019-12-04
sysdeps/clock_gettime: Use clock_gettime64 if avaliable
Alistair Francis
2019-11-08
sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable
Alistair Francis
2019-11-06
Refactor nanosleep in terms of clock_nanosleep
Adhemerval Zanella
2019-11-02
y2038: linux: Provide __futimens64 implementation
Lukasz Majewski
2019-11-02
y2038: linux: Provide __utimensat64 implementation
Lukasz Majewski
2019-10-31
Refactor adjtimex based on clock_adjtime
Adhemerval Zanella
2019-10-30
Change most internal uses of time to __clock_gettime.
Adhemerval Zanella
2019-10-27
y2038: linux: Provide __clock_getres64 implementation
Lukasz Majewski
2019-10-27
time: Introduce function to check correctness of nanoseconds value
Lukasz Majewski
2019-10-10
y2038: linux: Provide __clock_settime64 implementation
Lukasz Majewski
2019-10-02
Y2038: Include proper header to provide support for struct timeval on HURD
Lukasz Majewski
2019-10-01
y2038: Provide conversion helpers for struct __timespec64
Lukasz Majewski
2019-09-26
y2038: Introduce struct __timespec64 - new internal glibc type
Lukasz Majewski
2019-09-04
Finish move of clock_* functions to libc. [BZ #24959]
Zack Weinberg
2019-04-30
Make mktime etc. compatible with __time64_t
Paul Eggert
[next]