summaryrefslogtreecommitdiff
path: root/src/time/clock_gettime.c
AgeCommit message (Expand)AuthorLines
2019-08-05fix regression in clock_gettime on 32-bit archs without vdsoRich Felker-0/+1
2019-08-02clock_gettime: add support for 32-bit vdso with 64-bit time_tRich Felker-0/+32
2019-08-02clock_gettime: add time64 syscall support, decouple 32-bit time_tRich Felker-0/+19
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2018-09-12move and deduplicate declarations of __vdsosym to make it checkableRich Felker-2/+0
2016-01-27improve clock_gettime and adapt it to support slightly-broken vdsoRich Felker-22/+39
2015-03-03make all objects used with atomic operations volatileRich Felker-1/+1
2014-04-16add working vdso clock_gettime support, including static linkingRich Felker-5/+13
2014-04-14fix fallback code for old kernels in clock_gettimeRich Felker-1/+1
2011-08-07use weak aliase rather than weak reference for vdso clock_gettimeRich Felker-8/+12
2011-07-24workaround for gcc's optimizer breaking dynamic symbol resolutionRich Felker-1/+2
2011-07-24const correctness on function pointerRich Felker-1/+1
2011-07-23some preliminaries for vdso clock supportRich Felker-2/+23
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-03-10fix errno behavior in clock_* functionsRich Felker-1/+0
2011-02-19implement the remaining clock_* interfacesRich Felker-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+7