Age | Commit message (Expand) | Author | Files | Lines |
2019-11-02 | add __dlsym_time64 asm entry point for all legacy-32bit-time_t archs | Rich Felker | 9 | -0/+27 |
2019-09-29 | remove remaining traces of __tls_get_new | Szabolcs Nagy | 4 | -11/+1 |
2019-09-11 | fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5 | Rich Felker | 1 | -0/+4 |
2019-07-02 | remove stray .end directives from powerpc[64] asm | Fangrui Song | 2 | -2/+0 |
2019-06-14 | add riscv64 architecture support | Rich Felker | 1 | -0/+6 |
2019-05-26 | optimize aarch64 dynamic tlsdesc function to spill fewer registers | Rich Felker | 1 | -10/+7 |
2019-02-18 | install dynamic tls synchronously at dlopen, streamline access | Rich Felker | 4 | -104/+3 |
2019-02-15 | defer free of thread-local dlerror buffers from inconsistent context | Rich Felker | 1 | -2/+20 |
2018-10-09 | fix build regression on armhf in tlsdesc asm | Rich Felker | 1 | -0/+1 |
2018-10-01 | inline cp15 thread pointer load in arm dynamic TLSDESC asm when possible | Rich Felker | 1 | -0/+9 |
2018-10-01 | add TLSDESC support for 32-bit arm | Rich Felker | 1 | -0/+62 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 7 | -7/+0 |
2018-09-12 | move tlsdesc and internal dl function declarations to dynlink.h | Rich Felker | 7 | -16/+7 |
2018-09-05 | define and use internal macros for hidden visibility, weak refs | Rich Felker | 7 | -20/+12 |
2018-06-19 | add m68k port | Rich Felker | 1 | -0/+12 |
2018-06-02 | fix TLS layout of TLS variant I when there is a gap above TP | Szabolcs Nagy | 1 | -3/+2 |
2017-04-11 | fix dl_iterate_phdr in static PIE binaries | Rich Felker | 1 | -0/+5 |
2017-03-14 | in static dl_iterate_phdr, fix use of possibly-uninitialized aux data | Rich Felker | 1 | -1/+1 |
2017-02-15 | s390x: implement dlsym | Bobby Bingham | 1 | -0/+6 |
2016-05-08 | add powerpc64 port | Bobby Bingham | 1 | -0/+12 |
2016-04-18 | add mips n32 port (ILP32 ABI for mips64) | Rich Felker | 1 | -0/+17 |
2016-03-06 | add mips64 port | Rich Felker | 1 | -0/+17 |
2016-01-25 | move dynamic linker to its own top-level directory, ldso | Rich Felker | 3 | -2087/+0 |
2016-01-25 | adapt static dl_iterate_phdr not to depend on !defined(SHARED) | Rich Felker | 1 | -4/+3 |
2016-01-25 | move static-linked stub dlsym out of dynlink.c | Rich Felker | 2 | -11/+15 |
2016-01-25 | move static-linked stub dlopen out of dynlink.c | Rich Felker | 2 | -5/+13 |
2016-01-25 | move dlinfo out of dynlink.c | Rich Felker | 2 | -16/+12 |
2016-01-25 | move dlclose out of dynlink.c to its own source file | Rich Felker | 2 | -5/+9 |
2016-01-25 | move static-linked stub invalid dso handle checking out of dynlink.c | Rich Felker | 2 | -9/+20 |
2016-01-25 | move static/stub version of dladdr out of dynlink.c | Rich Felker | 2 | -9/+6 |
2016-01-25 | factor dlerror and error-setting code out of dynlink.c | Rich Felker | 2 | -32/+55 |
2016-01-22 | add arch/abi info to dynamic linker's id/version output | Rich Felker | 1 | -1/+1 |
2016-01-22 | move arm-specific translation units out of arch/arm/src, to src/*/arm | Rich Felker | 1 | -0/+42 |
2015-11-28 | ldso: fix the dtv update logic in __tls_get_new | Szabolcs Nagy | 1 | -1/+1 |
2015-11-19 | remove undef weak refs to init/fini array symbols in libc.so | Rich Felker | 1 | -0/+9 |
2015-11-15 | use private maps even for read-only segments of FDPIC libraries | Rich Felker | 1 | -1/+1 |
2015-11-12 | remove use of SHARED macro in dynamic linker version reporting | Rich Felker | 1 | -0/+1 |
2015-11-12 | unify static and dynamic linked implementations of thread-local storage | Rich Felker | 1 | -86/+54 |
2015-11-11 | unify static and dynamic libc init/fini code paths | Rich Felker | 1 | -3/+1 |
2015-11-11 | fix dynamic loader library mapping for nommu systems | Rich Felker | 1 | -4/+15 |
2015-11-10 | explicitly assemble all arm asm sources as UAL | Rich Felker | 1 | -0/+1 |
2015-10-28 | fix missing bss handling in FDPIC ELF loader | Rich Felker | 1 | -0/+13 |
2015-10-15 | fix dladdr treatment of function descriptors for fdpic | Rich Felker | 1 | -9/+22 |
2015-10-15 | fix visibility mismatch in dynamic linker stage 2 function definition | Rich Felker | 1 | -0/+1 |
2015-09-22 | fix dlsym RTLD_NEXT behavior for fdpic | Rich Felker | 1 | -4/+28 |
2015-09-22 | fix dlsym lookup of function symbols on fdpic | Rich Felker | 1 | -0/+6 |
2015-09-22 | move calls to application init functions after crt1 entry point | Rich Felker | 1 | -1/+5 |
2015-09-22 | fix breakage in non-fdpic dynamic linker init/fini processing | Rich Felker | 1 | -1/+1 |
2015-09-22 | fix resolving interp string address on fdpic ldd command | Rich Felker | 1 | -2/+1 |
2015-09-22 | add real fdpic loading of shared libraries | Rich Felker | 1 | -9/+54 |