about summary refs log tree commit diff
path: root/src/time/clock_gettime.c
Commit message (Expand)AuthorAgeFilesLines
* fix regression in clock_gettime on 32-bit archs without vdsoRich Felker2019-08-051-0/+1
* clock_gettime: add support for 32-bit vdso with 64-bit time_tRich Felker2019-08-021-0/+32
* clock_gettime: add time64 syscall support, decouple 32-bit time_tRich Felker2019-08-021-0/+19
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* move and deduplicate declarations of __vdsosym to make it checkableRich Felker2018-09-121-2/+0
* improve clock_gettime and adapt it to support slightly-broken vdsoRich Felker2016-01-271-22/+39
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+1
* add working vdso clock_gettime support, including static linkingRich Felker2014-04-161-5/+13
* fix fallback code for old kernels in clock_gettimeRich Felker2014-04-141-1/+1
* use weak aliase rather than weak reference for vdso clock_gettimeRich Felker2011-08-071-8/+12
* workaround for gcc's optimizer breaking dynamic symbol resolutionRich Felker2011-07-241-1/+2
* const correctness on function pointerRich Felker2011-07-241-1/+1
* some preliminaries for vdso clock supportRich Felker2011-07-231-2/+23
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* fix errno behavior in clock_* functionsRich Felker2011-03-101-1/+0
* implement the remaining clock_* interfacesRich Felker2011-02-191-0/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7