Rich Felker
|
3933fdd500
use dmb barrier instruction for atomics on arm v7
|
11 years ago |
Rich Felker
|
83c98aac4c
use hidden visibility rather than protected for syscall internals
|
11 years ago |
Szabolcs Nagy
|
73c870ed32
math: fix aliasing violation in long double wrappers
|
11 years ago |
Timo Teräs
|
6fbdeff0e5
fix search past the end of haystack in memmem
|
11 years ago |
Rich Felker
|
e94d069286
fix printf rounding with %g for some corner case midpoints
|
11 years ago |
Rich Felker
|
efe07b0f89
fix arm atomic asm register constraint
|
11 years ago |
Rich Felker
|
1974bffa2d
use inline atomics and thread pointer on arm models supporting them
|
11 years ago |
Rich Felker
|
21ada94c4b
add getauxval function
|
11 years ago |
Rich Felker
|
89740868c9
fix failure of printf %g to strip trailing zeros in some cases
|
11 years ago |
Rich Felker
|
109048e031
fix carry into uninitialized slots during printf floating point rounding
|
11 years ago |
Rich Felker
|
7e8b0761e5
remove some cruft from libc/tls init code
|
11 years ago |
Rich Felker
|
561e0a0968
remove cruft left behind when lazy thread pointer init was removed
|
11 years ago |
Rich Felker
|
b9b2db2f37
add __sigsetjmp ABI-compat alias for sigsetjmp
|
11 years ago |
sin
|
141d3b5c2a
remove struct elem entirely from hsearch.c
|
11 years ago |
sin
|
fe1ba7dbf1
implement hcreate_r, hdestroy_r and hsearch_r
|
11 years ago |
Rich Felker
|
5446303328
avoid malloc failure for small requests when brk can't be extended
|
11 years ago |
Rich Felker
|
91d5aa0657
fix microblaze syscall register clobbers
|
11 years ago |
Timo Teräs
|
2b74315d8a
remove lazy ssp initialization
|
11 years ago |
Rich Felker
|
436d3723af
if dynamic linker's relro mprotect call fails, include reason in message
|
11 years ago |
Rich Felker
|
fa7248c971
cosmetic improvements in dynamic linker cleanup
|
11 years ago |
Timo Teräs
|
8769196ffb
clean up internal dynamic linker functions enumerating phdrs
|
11 years ago |
Timo Teräs
|
e13a2b8953
implement PT_GNU_RELRO support
|
11 years ago |
Rich Felker
|
689e0e6bf7
fix pointer type mismatch and misplacement of const
|
11 years ago |
Timo Teräs
|
0a8d98285f
fix confstr return value
|
11 years ago |
Rich Felker
|
dab441aea2
always initialize thread pointer at program start
|
11 years ago |
Rich Felker
|
98221c3611
reduce static linking overhead from TLS support by inlining mmap syscall
|
11 years ago |
Rich Felker
|
30c1205acd
include header that declares __syscall_ret where it's defined
|
11 years ago |
Rich Felker
|
8afa7cf5d0
release 1.0.0
|
11 years ago |
Rich Felker
|
b427d847f4
remove claim of XSI coverage from README
|
11 years ago |
Rich Felker
|
4b0f39cb53
update README in preparation for release
|
11 years ago |