Rich Felker
|
aecda35373
avoid using signals when a thread attempts to cancel itself
|
9 years ago |
Rich Felker
|
47314f1e67
make configure accept -h as an alias for --help
|
9 years ago |
Rich Felker
|
40891ae6db
update INSTALL file with new archs, compiler info
|
9 years ago |
Szabolcs Nagy
|
d150764697
fix malloc_usable_size for NULL input
|
9 years ago |
Szabolcs Nagy
|
2810b30fc3
regex: increase the stack tre uses for tnfa creation
|
9 years ago |
Szabolcs Nagy
|
3b27725385
better a_sc inline asm constraint on aarch64 and arm
|
9 years ago |
Rich Felker
|
65498f289b
don't suppress shared libc when linker lacks -Bsymbolic-functions
|
9 years ago |
Felix Fietkau
|
c18d05f0e8
ldso: fix GDB dynamic linker info on MIPS
|
9 years ago |
Szabolcs Nagy
|
831e9d9efa
regex: simplify the {,} repetition parsing logic
|
10 years ago |
Szabolcs Nagy
|
25160f1c08
regex: treat \+, \? as repetitions in BRE
|
10 years ago |
Szabolcs Nagy
|
03498ec22a
regex: rewrite the repetition parsing code
|
10 years ago |
Szabolcs Nagy
|
da4cc13b97
regex: treat \| in BRE as alternation
|
10 years ago |
Szabolcs Nagy
|
7eaa76fc2e
regex: reject repetitions in some cases with REG_BADRPT
|
10 years ago |
Szabolcs Nagy
|
a8cc225384
regex: clean up position accounting for literal nodes
|
10 years ago |
Rich Felker
|
9ee57db883
fix misaligned pointer-like objects in arm atomics asm source file
|
9 years ago |
Rich Felker
|
140ad50cbf
fix regression in dynamic-linked tls when both main app & libs have tls
|
9 years ago |
Rich Felker
|
1563587b45
reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing
|
9 years ago |
Rich Felker
|
dcad020c9c
fix uninitialized variable in new resolv.conf parser
|
9 years ago |
Rich Felker
|
3d6e2e477c
add support for search domains to dns resolver
|
9 years ago |
Rich Felker
|
0fef7ffac1
fix handling of dns response codes
|
9 years ago |
Rich Felker
|
fe8453d2ee
fix logic for matching search/domain keywords in resolv.conf
|
9 years ago |
Rich Felker
|
d6cb08bcac
factor resolv.conf parsing out of res_msend to its own file
|
9 years ago |
Rich Felker
|
19df86cbb3
add errno setting to stub utmpxname function
|
9 years ago |
Kylie McClain
|
378f8cb522
legacy/utmpx: Add utmp{,x}name stubs
|
9 years ago |
Rich Felker
|
4dfac11538
deduplicate the bulk of the arch bits headers
|
9 years ago |
Rich Felker
|
efdf04cf87
add arch/generic include fallback to build rules
|
9 years ago |
Rich Felker
|
e1d99894b6
remove unneeded -I options from configure test for may_alias attribute
|
9 years ago |
Hauke Mehrtens
|
b0bf52f3e9
mips: add vdso support
|
9 years ago |
Rich Felker
|
a5ba2d7507
improve clock_gettime and adapt it to support slightly-broken vdso
|
9 years ago |
Szabolcs Nagy
|
9a3b8f97a1
fix siginfo_t for mips
|
9 years ago |