about summary refs log tree commit diff
path: root/src/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* make dynamic linker relocate the main program image last, after all libsRich Felker2011-06-281-0/+1
* fix stale pointer issue in dynamic linker with dlopenRich Felker2011-06-261-0/+1
* don't leave the lock held on dlopen failure..Rich Felker2011-06-261-2/+2
* add RTLD_DEFAULT supportRich Felker2011-06-261-1/+2
* in dlopen: don't use null pointerRich Felker2011-06-261-3/+3
* fix resolving symbols in objects loaded in RTLD_LOCAL modeRich Felker2011-06-261-0/+11
* experimental dlopen/dlsym and dynlink changes needed to support themRich Felker2011-06-261-8/+125
* error handling in dynamic linkingRich Felker2011-06-261-2/+19
* fix some symbol resolution issues in dynamic linkerRich Felker2011-06-251-4/+4
* handle library paths better (ignore empty path components, etc.)Rich Felker2011-06-251-3/+5
* fix possible (questionable) strict aliasing violations and ptr arithRich Felker2011-06-251-3/+3
* proper path searching for dynamic linkerRich Felker2011-06-251-14/+38
* discard dso descriptors after performing relocationsRich Felker2011-06-251-0/+12
* keep track of which dsos have been relocatedRich Felker2011-06-251-0/+1
* prepare support for LD_LIBRARY_PATH (checking suid/sgid safety)Rich Felker2011-06-231-0/+6
* make ldso asm more uniform with rest of codebase (no unnecessary suffixes)Rich Felker2011-06-191-12/+12
* x86_64: ensure that dtor pointer passed to app is 0 so it won't be usedRich Felker2011-06-191-0/+1
* dynamic linker 64bit fix: hash table entries are always 32bitRich Felker2011-06-181-2/+2
* experimental dynamic linker!Rich Felker2011-06-183-0/+412
* various changes in preparation for dynamic linking supportRich Felker2011-02-241-0/+8