2014-08-08 |
Rich Felker | add dlerror message for static-linked dlsym failure |
tree | commitdiff |
2014-08-08 |
Clément Vasseur | fix dlerror when using dlopen with a static libc |
tree | commitdiff |
2014-07-18 |
Stefan Kristiansson | add or1k (OpenRISC 1000) architecture port |
tree | commitdiff |
2014-07-11 |
Rich Felker | explicitly reject empty names in dynamic linker load_li... |
tree | commitdiff |
2014-07-11 |
Rich Felker | make dynamic linker accept colon as a separator for... |
tree | commitdiff |
2014-06-30 |
Rich Felker | fix regression in mips dynamic linker |
tree | commitdiff |
2014-06-30 |
Rich Felker | fix regression in dynamic linker error reporting |
tree | commitdiff |
2014-06-23 |
Rich Felker | rename dynamic linker _start to _dlstart in the stub... |
tree | commitdiff |
2014-06-20 |
Rich Felker | rename dynamic linker entry point from _start to _dlstart |
tree | commitdiff |
2014-06-19 |
Rich Felker | add tlsdesc support for x86_64 |
tree | commitdiff |
2014-06-19 |
Rich Felker | separate __tls_get_addr implementation from dynamic... |
tree | commitdiff |
2014-06-19 |
Rich Felker | add tlsdesc support for i386 |
tree | commitdiff |
2014-06-19 |
Rich Felker | change dynamic TLS installation strategy to optimize... |
tree | commitdiff |
2014-06-19 |
Rich Felker | add arch-generic support for tlsdesc relocations to... |
tree | commitdiff |
2014-06-18 |
Rich Felker | reduce code duplication in dynamic linker error paths |
tree | commitdiff |
2014-06-18 |
Rich Felker | refactor to remove arch-specific relocation code from... |
tree | commitdiff |
2014-04-16 |
Rich Felker | add options when explicitly invoking dynamic loader |
tree | commitdiff |
2014-03-25 |
Timo Teräs | remove lazy ssp initialization |
tree | commitdiff |
2014-03-25 |
Rich Felker | if dynamic linker's relro mprotect call fails, include... |
tree | commitdiff |
2014-03-25 |
Rich Felker | cosmetic improvements in dynamic linker cleanup |
tree | commitdiff |
2014-03-25 |
Timo Teräs | clean up internal dynamic linker functions enumerating... |
tree | commitdiff |
2014-03-25 |
Timo Teräs | implement PT_GNU_RELRO support |
tree | commitdiff |
2014-03-24 |
Rich Felker | always initialize thread pointer at program start |
tree | commitdiff |
2014-02-28 |
Rich Felker | rename superh port to "sh" for consistency |
tree | commitdiff |
2014-02-23 |
Bobby Bingham | superh port |
tree | commitdiff |
2014-02-23 |
rofl0r | x32 port (diff against vanilla x86_64) |
tree | commitdiff |
2014-02-23 |
rofl0r | import vanilla x86_64 code as x32 |
tree | commitdiff |
2014-01-21 |
Rich Felker | fix crash in dynamic linker when certain copy relocatio... |
tree | commitdiff |
2014-01-07 |
Rich Felker | const-qualify the address argument to dladdr |
tree | commitdiff |
2013-12-15 |
Rich Felker | fix dynamic linker entry point for microblaze |
tree | commitdiff |
2013-12-12 |
Szabolcs Nagy | include cleanups: remove unused headers and add feature... |
tree | commitdiff |
2013-12-01 |
Rich Felker | add infrastructure to record and report the version... |
tree | commitdiff |
2013-11-25 |
Szabolcs Nagy | remove duplicate includes from dynlink.c, strfmon.c... |
tree | commitdiff |
2013-10-04 |
Rich Felker | fix uninitialized variable in dladdr |
tree | commitdiff |
2013-09-15 |
Szabolcs Nagy | support configurable page size on mips, powerpc and... |
tree | commitdiff |
2013-09-09 |
Rich Felker | do not use default when dynamic linker fails to open... |
tree | commitdiff |
2013-08-24 |
Rich Felker | make dlopen honor the rpath of the main program |
tree | commitdiff |
2013-08-23 |
Rich Felker | fix bugs in $ORIGIN handling |
tree | commitdiff |
2013-08-23 |
Rich Felker | use AT_EXECFN, if available, for dynamic linker to... |
tree | commitdiff |
2013-08-23 |
Rich Felker | add rpath $ORIGIN processing to dynamic linker |
tree | commitdiff |
2013-08-23 |
Rich Felker | add recursive rpath support to dynamic linker |
tree | commitdiff |
2013-08-08 |
Rich Felker | work around libraries with versioned symbols in dynamic... |
tree | commitdiff |
2013-08-03 |
Rich Felker | add system for resetting TLS to initial values |
tree | commitdiff |
2013-08-02 |
Rich Felker | move RPATH search after LD_LIBRARY_PATH search |
tree | commitdiff |
2013-08-02 |
Rich Felker | if map_library has allocated a buffer for phdrs, free... |
tree | commitdiff |
2013-08-02 |
Rich Felker | improve error handling in map_library and support long... |
tree | commitdiff |
2013-08-02 |
Rich Felker | fix uninitialized dyn variable in map_library |
tree | commitdiff |
2013-07-31 |
Rich Felker | fix theoretical out-of-bound access in dynamic linker |
tree | commitdiff |
2013-07-31 |
Rich Felker | prevent passing PT_INTERP name to dlopen from double... |
tree | commitdiff |
2013-07-31 |
Rich Felker | add some sanity checks in dynamic loader code |
tree | commitdiff |
2013-07-31 |
Rich Felker | fix bug where read error was treated as success reading... |
tree | commitdiff |
2013-07-31 |
Rich Felker | don't call null pointer if DT_INIT/DT_FINI are null |
tree | commitdiff |
2013-07-28 |
Rich Felker | fix indention-with-spaces |
tree | commitdiff |
2013-07-26 |
Rich Felker | make ldd report the libc/dynamic linker itself |
tree | commitdiff |
2013-07-26 |
Rich Felker | fix computation of entry point and main app phdrs when... |
tree | commitdiff |
2013-07-24 |
Rich Felker | support STB_GNU_UNIQUE symbol bindings in dynamic linker |
tree | commitdiff |
2013-07-24 |
Rich Felker | move the dynamic linker's jmp_buf from static to automa... |
tree | commitdiff |
2013-07-22 |
Rich Felker | disable legacy init/fini processing on ARM |
tree | commitdiff |
2013-07-21 |
Rich Felker | add support for init/fini array in main program, and... |
tree | commitdiff |
2013-07-21 |
Rich Felker | fix order of fini_array execution for shared libs |
tree | commitdiff |
2013-07-20 |
Rich Felker | add support for init_array/fini_array ctors/dtors to... |
tree | commitdiff |
2013-07-18 |
Rich Felker | make the dynamic linker find its path file relative... |
tree | commitdiff |
2013-07-10 |
Rich Felker | fix invalid library phdr pointers passed to callback... |
tree | commitdiff |
2013-06-29 |
Rich Felker | implement minimal dlinfo function |
tree | commitdiff |
2013-06-29 |
Rich Felker | fix missing synchronization in calls from dynamic linke... |
tree | commitdiff |
2013-06-26 |
Rich Felker | remove useless conditional before free from dynamic... |
tree | commitdiff |
2013-06-26 |
Rich Felker | fix dynamic linker handling of empty path file or error... |
tree | commitdiff |
2013-06-26 |
Rich Felker | make newline-delimited dynamic linker path file actuall... |
tree | commitdiff |
2013-06-03 |
Rich Felker | ensure that thread dtv pointer is never null to optimiz... |
tree | commitdiff |
2013-04-20 |
Rich Felker | make dynamic linker accept : or \n as path separator |
tree | commitdiff |
2013-02-02 |
Rich Felker | fix uninitialized map_len being used in munmap failure... |
tree | commitdiff |
2013-01-24 |
Rich Felker | add support for RTLD_NOLOAD to dlopen |
tree | commitdiff |
2013-01-24 |
Rich Felker | fix regression in dlsym: rejection of special RTLD_... |
tree | commitdiff |
2013-01-16 |
Rich Felker | fix warning building dynlink.c stub for static libc |
tree | commitdiff |
2013-01-16 |
Rich Felker | fix bug in dladdr that prevented resolving addresses... |
tree | commitdiff |
2013-01-14 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2013-01-10 |
Rich Felker | check for invalid handles in dlsym/dlclose |
tree | commitdiff |
2012-12-16 |
Rich Felker | fix breakage in ldd (failure to print library load... |
tree | commitdiff |
2012-11-30 |
Rich Felker | fix ordering of shared library ctors with respect to... |
tree | commitdiff |
2012-11-26 |
Rich Felker | eliminate gdb complaints about missing linux-gate.so.1 |
tree | commitdiff |
2012-11-18 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-11-18 |
Rich Felker | fix typo in dynamic linker path file loading code |
tree | commitdiff |
2012-11-17 |
Rich Felker | arg-skipping code for powerpc dynamic linker |
tree | commitdiff |
2012-11-17 |
Rich Felker | dynamic linking support for powerpc |
tree | commitdiff |
2012-11-15 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-11-14 |
Rich Felker | fix indention with spaces in powerpc asm |
tree | commitdiff |
2012-11-14 |
Rich Felker | Merge remote-tracking branch 'ppc-port/ppc-squashed' |
tree | commitdiff |
2012-11-13 |
rofl0r | PPC port cleaned up, static linking works well now. |
tree | commitdiff |
2012-11-13 |
Richard Pennington | import preliminary ppc work by rdp. |
tree | commitdiff |
2012-11-09 |
Rich Felker | support ldso path files without final newline |
tree | commitdiff |
2012-11-09 |
Rich Felker | change ldso path file logic to replace rather than... |
tree | commitdiff |
2012-11-08 |
Rich Felker | fix dlsym asm for mips |
tree | commitdiff |
2012-11-02 |
Rich Felker | remove one unnecessary static var from dynamic linker |
tree | commitdiff |
2012-11-02 |
Rich Felker | fix more unused variable warnings |
tree | commitdiff |
2012-11-01 |
Rich Felker | add dl_iterate_phdr interface |
tree | commitdiff |
2012-10-20 |
Rich Felker | support looking up thread-local objects with dlsym |
tree | commitdiff |
2012-10-20 |
Rich Felker | fix breakage in dlsym for looking up RTLD_DEFAULT,... |
tree | commitdiff |
2012-10-18 |
Rich Felker | fix microblaze asm relocations for shared libc |
tree | commitdiff |
2012-10-15 |
Rich Felker | add support for TLS variant I, presently needed for... |
tree | commitdiff |
2012-10-14 |
Rich Felker | fix main program TLS alignment for dynamic-linked programs |
tree | commitdiff |
next |