aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/elf_utils.c
Commit message (Expand)AuthorAgeFilesLines
* libc,libthr: Remove __pthread_distribute_static_tlsJessica Clarke2025-07-101-26/+0
* libc, libthr: Ditch MD __pthread_distribute_static_tls helpersJessica Clarke2025-05-291-5/+12
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc, libthr: use AT_USRSTACK{BASE,LIM} instead of sysctl("kern.usrstack") an...Konstantin Belousov2022-09-161-11/+16
* libthr: use nitems() for mib lengthKonstantin Belousov2022-09-161-2/+2
* Don't assume objects in program sections have a size of a pointer.John Baldwin2020-09-021-1/+1
* Remove redundent decleration of __elf_phdr_match_addr().Brooks Davis2019-07-171-1/+0
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-291-0/+24
* Fix PowerPC64 ELFv1-specific problem in __elf_phdr_match_addr() leading to crashJustin Hibbits2018-12-011-1/+14
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolsKonstantin Belousov2016-02-081-2/+9
* Remove names from some prototypesCraig Rodrigues2015-09-201-1/+1
* Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-201-0/+3
* Implement __pthread_map_stacks_exec() callback for libc, to change theKonstantin Belousov2011-01-081-0/+27
* On shared object unload, in __cxa_finalize, call and clear all installedKonstantin Belousov2010-08-231-0/+47