adapt static dl_iterate_phdr not to depend on !defined(SHARED)
[oweals/musl.git] / src / ldso / dynlink.c
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
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-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-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-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-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 Rich Felkerensure debugger hook for dynamic linker does not point...
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 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-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...
2014-08-08 Rich Felkeradd dlerror message for static-linked dlsym failure
2014-08-08 Clément Vasseurfix dlerror when using dlopen with a static libc
2014-07-11 Rich Felkerexplicitly reject empty names in dynamic linker load_li...
2014-07-11 Rich Felkermake dynamic linker accept colon as a separator for...
2014-06-30 Rich Felkerfix regression in mips dynamic linker
2014-06-30 Rich Felkerfix regression in dynamic linker error reporting
2014-06-19 Rich Felkerseparate __tls_get_addr implementation from dynamic...
2014-06-19 Rich Felkerchange dynamic TLS installation strategy to optimize...
2014-06-19 Rich Felkeradd arch-generic support for tlsdesc relocations to...
2014-06-18 Rich Felkerreduce code duplication in dynamic linker error paths
2014-06-18 Rich Felkerrefactor to remove arch-specific relocation code from...
2014-04-16 Rich Felkeradd options when explicitly invoking dynamic loader
2014-03-25 Timo Teräsremove lazy ssp initialization
2014-03-25 Rich Felkerif dynamic linker's relro mprotect call fails, include...
2014-03-25 Rich Felkercosmetic improvements in dynamic linker cleanup
2014-03-25 Timo Teräsclean up internal dynamic linker functions enumerating...
2014-03-25 Timo Teräsimplement PT_GNU_RELRO support
2014-03-24 Rich Felkeralways initialize thread pointer at program start
2014-01-21 Rich Felkerfix crash in dynamic linker when certain copy relocatio...
2014-01-07 Rich Felkerconst-qualify the address argument to dladdr
2013-12-01 Rich Felkeradd infrastructure to record and report the version...
2013-11-25 Szabolcs Nagyremove duplicate includes from dynlink.c, strfmon.c...
2013-10-04 Rich Felkerfix uninitialized variable in dladdr
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-09-09 Rich Felkerdo not use default when dynamic linker fails to open...
2013-08-24 Rich Felkermake dlopen honor the rpath of the main program
2013-08-23 Rich Felkerfix bugs in $ORIGIN handling
2013-08-23 Rich Felkeruse AT_EXECFN, if available, for dynamic linker to...
2013-08-23 Rich Felkeradd rpath $ORIGIN processing to dynamic linker
2013-08-23 Rich Felkeradd recursive rpath support to dynamic linker
2013-08-08 Rich Felkerwork around libraries with versioned symbols in dynamic...
2013-08-03 Rich Felkeradd system for resetting TLS to initial values
2013-08-02 Rich Felkermove RPATH search after LD_LIBRARY_PATH search
2013-08-02 Rich Felkerif map_library has allocated a buffer for phdrs, free...
2013-08-02 Rich Felkerimprove error handling in map_library and support long...
2013-08-02 Rich Felkerfix uninitialized dyn variable in map_library
2013-07-31 Rich Felkerfix theoretical out-of-bound access in dynamic linker
2013-07-31 Rich Felkerprevent passing PT_INTERP name to dlopen from double...
next