summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-08-13re-add ELF gregs and fpregs types to riscv64 user.hKhem Raj-0/+8
2019-08-13fix regression whereby main thread didn't get TLS relocationsRich Felker-7/+13
2019-08-13fix accidentlly-external cmp symbol introduced with catgetsRich Felker-1/+1
2019-08-12make relocation time symbol lookup and dlsym consistentSzabolcs Nagy-53/+31
2019-08-12ldso: correct condition for local symbol handling in do_relocsRich Felker-1/+1
2019-08-11add support for powerpc/powerpc64 unaligned relocationsSamuel Holland-0/+6
2019-08-11ldso: remove redundant runtime checks in static TLS logicRich Felker-2/+2
2019-08-11ldso: fix calloc misuse allocating initial tlsRich Felker-5/+7
2019-08-08add secure_getenv functionPetr Vaněk-0/+9
2019-08-07in clock_getres, check for null pointer before storing resultRich Felker-1/+1
2019-08-07remove spurious null check in clock_settimeRich Felker-1/+1
2019-08-07fix regression in recvmmsg with no timeoutRich Felker-1/+1
2019-08-07add non-stub implementation of catgets localization functionsRich Felker-3/+114