summaryrefslogtreecommitdiff
path: root/src/ldso
AgeCommit message (Expand)AuthorLines
2011-06-25fix some symbol resolution issues in dynamic linkerRich Felker-4/+4
2011-06-25handle library paths better (ignore empty path components, etc.)Rich Felker-3/+5
2011-06-25fix possible (questionable) strict aliasing violations and ptr arithRich Felker-3/+3
2011-06-25proper path searching for dynamic linkerRich Felker-14/+38
2011-06-25discard dso descriptors after performing relocationsRich Felker-0/+12
2011-06-25keep track of which dsos have been relocatedRich Felker-0/+1
2011-06-23prepare support for LD_LIBRARY_PATH (checking suid/sgid safety)Rich Felker-0/+6
2011-06-19make ldso asm more uniform with rest of codebase (no unnecessary suffixes)Rich Felker-12/+12
2011-06-19x86_64: ensure that dtor pointer passed to app is 0 so it won't be usedRich Felker-0/+1
2011-06-18dynamic linker 64bit fix: hash table entries are always 32bitRich Felker-2/+2
2011-06-18experimental dynamic linker!Rich Felker-0/+412
2011-02-24various changes in preparation for dynamic linking supportRich Felker-0/+8