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