summaryrefslogtreecommitdiff
path: root/lib/libc/gen/elf_utils.c
AgeCommit message (Expand)Author
2025-07-10libc,libthr: Remove __pthread_distribute_static_tlsJessica Clarke
2025-05-29libc, libthr: Ditch MD __pthread_distribute_static_tls helpersJessica Clarke
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-16libc, libthr: use AT_USRSTACK{BASE,LIM} instead of sysctl("kern.usrstack") an...Konstantin Belousov
2022-09-16libthr: use nitems() for mib lengthKonstantin Belousov
2020-09-02Don't assume objects in program sections have a size of a pointer.John Baldwin
2019-07-17Remove redundent decleration of __elf_phdr_match_addr().Brooks Davis
2019-03-29Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov
2018-12-01Fix PowerPC64 ELFv1-specific problem in __elf_phdr_match_addr() leading to crashJustin Hibbits
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-02-08If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolsKonstantin Belousov
2015-09-20Remove names from some prototypesCraig Rodrigues
2015-09-20Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues
2011-01-08Implement __pthread_map_stacks_exec() callback for libc, to change theKonstantin Belousov
2010-08-23On shared object unload, in __cxa_finalize, call and clear all installedKonstantin Belousov