index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
clock_gettime.c
Age
Commit message (
Expand
)
Author
Lines
2019-08-05
fix regression in clock_gettime on 32-bit archs without vdso
Rich Felker
-0
/
+1
2019-08-02
clock_gettime: add support for 32-bit vdso with 64-bit time_t
Rich Felker
-0
/
+32
2019-08-02
clock_gettime: add time64 syscall support, decouple 32-bit time_t
Rich Felker
-0
/
+19
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-1
/
+0
2018-09-12
move and deduplicate declarations of __vdsosym to make it checkable
Rich Felker
-2
/
+0
2016-01-27
improve clock_gettime and adapt it to support slightly-broken vdso
Rich Felker
-22
/
+39
2015-03-03
make all objects used with atomic operations volatile
Rich Felker
-1
/
+1
2014-04-16
add working vdso clock_gettime support, including static linking
Rich Felker
-5
/
+13
2014-04-14
fix fallback code for old kernels in clock_gettime
Rich Felker
-1
/
+1
2011-08-07
use weak aliase rather than weak reference for vdso clock_gettime
Rich Felker
-8
/
+12
2011-07-24
workaround for gcc's optimizer breaking dynamic symbol resolution
Rich Felker
-1
/
+2
2011-07-24
const correctness on function pointer
Rich Felker
-1
/
+1
2011-07-23
some preliminaries for vdso clock support
Rich Felker
-2
/
+23
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
-1
/
+1
2011-03-10
fix errno behavior in clock_* functions
Rich Felker
-1
/
+0
2011-02-19
implement the remaining clock_* interfaces
Rich Felker
-0
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+7