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 |
Rich Felker
|
cec05e0429
update INSTALL file with new information and better advice
|
11 years ago |
Rich Felker
|
4ed1d0a908
update COPYRIGHT file with additional contributor information
|
11 years ago |
rofl0r
|
8c820231ed
configure: check for __ILP32__ if arch is x86_64
|
11 years ago |
Rich Felker
|
9505bfbc40
fix signal.h breakage from moving stack_t to arch-specific bits
|
11 years ago |
Rich Felker
|
12f37cdee5
fix mips stack_t
|
11 years ago |
Rich Felker
|
bd5f221eaa
move signal.h definition of stack_t to arch-specific bits
|
11 years ago |
Rich Felker
|
25faa2034d
fix mips sigsetjmp asm to match fixed jmp_buf size
|
11 years ago |
Rich Felker
|
40d58b44d0
fix typo in filename used in sh port
|
11 years ago |
Rich Felker
|
cee45f9cb2
fix size of mips jmp_buf
|
11 years ago |
Rich Felker
|
d444064d5a
remove useless and incorrect uc_regspace member from mips ucontext_t
|
11 years ago |
Rich Felker
|
5f95f965e9
use syscall_arg_t for arguments in public syscall() function
|
11 years ago |
Rich Felker
|
f162c064ab
make configure accept alternate gcc tuples for x32
|
11 years ago |
rofl0r
|
797f9a32a4
x32: fix struct statfs
|
11 years ago |
Rich Felker
|
6619317164
fix negated error codes from ptsname_r
|
11 years ago |