aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86/gettimeofday.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-02-18y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski1-1/+3
2020-01-03linux: Consolidate Linux gettimeofdayAdhemerval Zanella1-31/+2
2020-01-03linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella1-4/+0
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg1-2/+2
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella1-26/+17
2019-09-17Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella1-4/+5
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-10-07i386, x86: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler1-14/+14
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-06-09x86: Remove vsyscall usageAdhemerval Zanella1-2/+9
2015-01-12Add x86 32 bit vDSO time function supportAdhemerval Zanella1-0/+54