allow libc itself to be built with stack protector enabled
[oweals/musl.git] / src / ldso /
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...
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-18 Stefan Kristianssonadd or1k (OpenRISC 1000) architecture port
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-23 Rich Felkerrename dynamic linker _start to _dlstart in the stub...
2014-06-20 Rich Felkerrename dynamic linker entry point from _start to _dlstart
2014-06-19 Rich Felkeradd tlsdesc support for x86_64
2014-06-19 Rich Felkerseparate __tls_get_addr implementation from dynamic...
2014-06-19 Rich Felkeradd tlsdesc support for i386
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-02-28 Rich Felkerrename superh port to "sh" for consistency
2014-02-23 Bobby Binghamsuperh port
2014-02-23 rofl0rx32 port (diff against vanilla x86_64)
2014-02-23 rofl0rimport vanilla x86_64 code as x32
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-15 Rich Felkerfix dynamic linker entry point for microblaze
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
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...
2013-07-31 Rich Felkeradd some sanity checks in dynamic loader code
2013-07-31 Rich Felkerfix bug where read error was treated as success reading...
2013-07-31 Rich Felkerdon't call null pointer if DT_INIT/DT_FINI are null
2013-07-28 Rich Felkerfix indention-with-spaces
2013-07-26 Rich Felkermake ldd report the libc/dynamic linker itself
2013-07-26 Rich Felkerfix computation of entry point and main app phdrs when...
2013-07-24 Rich Felkersupport STB_GNU_UNIQUE symbol bindings in dynamic linker
2013-07-24 Rich Felkermove the dynamic linker's jmp_buf from static to automa...
2013-07-22 Rich Felkerdisable legacy init/fini processing on ARM
2013-07-21 Rich Felkeradd support for init/fini array in main program, and...
2013-07-21 Rich Felkerfix order of fini_array execution for shared libs
2013-07-20 Rich Felkeradd support for init_array/fini_array ctors/dtors to...
2013-07-18 Rich Felkermake the dynamic linker find its path file relative...
2013-07-10 Rich Felkerfix invalid library phdr pointers passed to callback...
2013-06-29 Rich Felkerimplement minimal dlinfo function
2013-06-29 Rich Felkerfix missing synchronization in calls from dynamic linke...
2013-06-26 Rich Felkerremove useless conditional before free from dynamic...
2013-06-26 Rich Felkerfix dynamic linker handling of empty path file or error...
2013-06-26 Rich Felkermake newline-delimited dynamic linker path file actuall...
2013-06-03 Rich Felkerensure that thread dtv pointer is never null to optimiz...
2013-04-20 Rich Felkermake dynamic linker accept : or \n as path separator
2013-02-02 Rich Felkerfix uninitialized map_len being used in munmap failure...
2013-01-24 Rich Felkeradd support for RTLD_NOLOAD to dlopen
2013-01-24 Rich Felkerfix regression in dlsym: rejection of special RTLD_...
2013-01-16 Rich Felkerfix warning building dynlink.c stub for static libc
2013-01-16 Rich Felkerfix bug in dladdr that prevented resolving addresses...
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-10 Rich Felkercheck for invalid handles in dlsym/dlclose
2012-12-16 Rich Felkerfix breakage in ldd (failure to print library load...
2012-11-30 Rich Felkerfix ordering of shared library ctors with respect to...
2012-11-26 Rich Felkereliminate gdb complaints about missing linux-gate.so.1
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 Rich Felkerfix typo in dynamic linker path file loading code
2012-11-17 Rich Felkerarg-skipping code for powerpc dynamic linker
2012-11-17 Rich Felkerdynamic linking support for powerpc
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich Felkerfix indention with spaces in powerpc asm
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
next