rename i386 exp.s to exp_ld.s
[oweals/musl.git] / src / ldso /
2019-11-03 Rich Felkerfix time64 link regression of dlsym stub for static...
2019-11-02 Rich Felkeradd __dlsym_time64 asm entry point for all legacy-32bit...
2019-09-29 Szabolcs Nagyremove remaining traces of __tls_get_new
2019-09-11 Rich Felkerfix arm __tlsdesc_dynamic when built as thumb code...
2019-07-02 Fangrui Songremove stray .end directives from powerpc[64] asm
2019-06-14 Rich Felkeradd riscv64 architecture support
2019-05-26 Rich Felkeroptimize aarch64 dynamic tlsdesc function to spill...
2019-02-19 Rich Felkerinstall dynamic tls synchronously at dlopen, streamline...
2019-02-15 Rich Felkerdefer free of thread-local dlerror buffers from inconsi...
2018-10-09 Rich Felkerfix build regression on armhf in tlsdesc asm
2018-10-01 Rich Felkerinline cp15 thread pointer load in arm dynamic TLSDESC...
2018-10-01 Rich Felkeradd TLSDESC support for 32-bit arm
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkermove tlsdesc and internal dl function declarations...
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-06-19 Rich Felkeradd m68k port
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2017-04-12 Rich Felkerfix dl_iterate_phdr in static PIE binaries
2017-03-14 Rich Felkerin static dl_iterate_phdr, fix use of possibly-uninitia...
2017-02-15 Bobby Binghams390x: implement dlsym
2016-05-09 Bobby Binghamadd powerpc64 port
2016-04-18 Rich Felkeradd mips n32 port (ILP32 ABI for mips64)
2016-03-06 Rich Felkeradd mips64 port
2016-01-26 Rich Felkermove dynamic linker to its own top-level directory...
2016-01-26 Rich Felkeradapt static dl_iterate_phdr not to depend on !defined...
2016-01-26 Rich Felkermove static-linked stub dlsym out of dynlink.c
2016-01-25 Rich Felkermove static-linked stub dlopen out of dynlink.c
2016-01-25 Rich Felkermove dlinfo out of dynlink.c
2016-01-25 Rich Felkermove dlclose out of dynlink.c to its own source file
2016-01-25 Rich Felkermove static-linked stub invalid dso handle checking...
2016-01-25 Rich Felkermove static/stub version of dladdr out of dynlink.c
2016-01-25 Rich Felkerfactor dlerror and error-setting code out of dynlink.c
2016-01-22 Rich Felkeradd arch/abi info to dynamic linker's id/version output
2016-01-22 Rich Felkermove arm-specific translation units out of arch/arm...
2015-11-28 Szabolcs Nagyldso: fix the dtv update logic in __tls_get_new
2015-11-20 Rich Felkerremove undef weak refs to init/fini array symbols in...
2015-11-16 Rich Felkeruse private maps even for read-only segments of FDPIC...
2015-11-12 Rich Felkerremove use of SHARED macro in dynamic linker version...
2015-11-12 Rich Felkerunify static and dynamic linked implementations of...
2015-11-12 Rich Felkerunify static and dynamic libc init/fini code paths
2015-11-11 Rich Felkerfix dynamic loader library mapping for nommu systems
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-10-29 Rich Felkerfix missing bss handling in FDPIC ELF loader
2015-10-16 Rich Felkerfix dladdr treatment of function descriptors for fdpic
2015-10-15 Rich Felkerfix visibility mismatch in dynamic linker stage 2 funct...
2015-09-22 Rich Felkerfix dlsym RTLD_NEXT behavior for fdpic
2015-09-22 Rich Felkerfix dlsym lookup of function symbols on fdpic
2015-09-22 Rich Felkermove calls to application init functions after crt1...
2015-09-22 Rich Felkerfix breakage in non-fdpic dynamic linker init/fini...
2015-09-22 Rich Felkerfix resolving interp string address on fdpic ldd command
2015-09-22 Rich Felkeradd real fdpic loading of shared libraries
2015-09-22 Rich Felkeradd general fdpic support in dynamic linker and arch...
2015-09-21 Rich Felkerfactor symbol counting out of dladdr as its own function
2015-09-21 Rich Felkersimplify dlstart code by using integer type for base...
2015-09-17 Rich Felkerrefactor some more dynamic linker load address computations
2015-09-17 Rich Felkerremove some useless casts in dynamic linker
2015-09-17 Rich Felkerfurther refactoring of dynamic linker load address...
2015-09-17 Rich Felkerbegin refactoring load address computations in dynamic...
2015-09-17 Rich Felkerremove old dlstart stage-2 symbolic lookup code; add...
2015-09-17 Rich Felkerintroduce new symbol-lookup-free rcrt1/dlstart stage...
2015-06-28 Alexander Monakovdynlink.c: pass gnu-hash table pointer to gnu_lookup
2015-06-28 Alexander Monakovdynlink.c: slim down gnu_lookup
2015-06-28 Alexander Monakovdynlink.c: use bloom filter in gnu hash lookup
2015-06-28 Alexander Monakovdynlink.c: use a faster expression in gnu_hash
2015-06-25 Rich Felkerfix local-dynamic model TLS on mips and powerpc
2015-06-23 Rich Felkermake dynamic linker work around MAP_FAILED mmap failure...
2015-06-17 Rich Felkerignore ENOSYS error from mprotect in pthread_create...
2015-06-07 Rich Felkerfix regression in pre-v7 arm on kernels with kuser...
2015-06-04 Rich Felkerfix dynamic linker regression processing R_*_NONE type...
2015-05-26 Rich Felkerreprocess all libc/ldso symbolic relocations in dynamic...
2015-05-25 Rich Felkermove call to dynamic linker stage-3 into stage-2 function
2015-05-25 Rich Felkersimplify/shrink relocation processing in dynamic linker...
2015-05-25 Rich Felkerremove processing of DT_JMPREL from dynamic linker...
2015-05-18 Rich Felkerreprocess libc/ldso RELA relocations in stage 3 of...
2015-04-21 Rich Felkerremove always-true conditional in dynamic linker TLSDES...
2015-04-21 Rich Felkerremove redundant code in do_dlsym function
2015-04-18 Rich Felkermake dlerror state and message thread-local and dynamic...
2015-04-18 Rich Felkerapply hidden visibility to tlsdesc accessor functions
2015-04-18 Szabolcs Nagycomment fixes in aarch64 tlsdesc asm
2015-04-18 Rich Felkerensure debugger hook for dynamic linker does not point...
2015-04-18 Rich Felkerfix PLT call offset in sh dlsym asm
2015-04-18 Rich Felkerfix sh build regressions in asm
2015-04-15 Rich Felkeruse hidden __tls_get_new for tls/tlsdesc lookup fallbac...
2015-04-14 Rich Felkeruse hidden visibility for call from dlsym to internal...
2015-04-14 Rich Felkerfix inconsistent visibility for internal __tls_get_new...
2015-04-14 Rich Felkermake _dlstart_c function use hidden visibility
2015-04-14 Rich Felkerremove initializers for decoded aux/dyn arrays in dynam...
2015-04-13 Rich Felkerremove remnants of support for running in no-thread...
2015-04-13 Rich Felkermove thread pointer setup to beginning of dynamic linke...
2015-04-13 Rich Felkerstabilize dynamic linker's layout of static TLS
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul
2015-04-04 Rich Felkerfix rpath string memory leak on failed dlopen
2015-04-03 Rich Felkerhalt dynamic linker library search on errors resolving...
2015-04-02 Rich Felkerharden dynamic linker library path search
2015-03-12 Szabolcs Nagyadd aarch64 port
2015-03-11 Szabolcs Nagycopy the dtv pointer to the end of the pthread struct...
2015-03-06 Rich Felkerfix over-alignment of TLS, insufficient builtin TLS...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-11-23 Rich Felkeradapt dynamic linker for new binutils versions that...
2014-11-19 Rich Felkersave auxv pointer into libc struct early in dynamic...
next