Age | Commit message (Expand) | Author | Files | Lines |
2011-06-26 | error handling in dynamic linking | Rich Felker | 1 | -2/+19 |
2011-06-25 | fix some symbol resolution issues in dynamic linker | Rich Felker | 1 | -4/+4 |
2011-06-25 | handle library paths better (ignore empty path components, etc.) | Rich Felker | 1 | -3/+5 |
2011-06-25 | fix possible (questionable) strict aliasing violations and ptr arith | Rich Felker | 1 | -3/+3 |
2011-06-25 | proper path searching for dynamic linker | Rich Felker | 1 | -14/+38 |
2011-06-25 | discard dso descriptors after performing relocations | Rich Felker | 1 | -0/+12 |
2011-06-25 | keep track of which dsos have been relocated | Rich Felker | 1 | -0/+1 |
2011-06-23 | prepare support for LD_LIBRARY_PATH (checking suid/sgid safety) | Rich Felker | 1 | -0/+6 |
2011-06-18 | dynamic linker 64bit fix: hash table entries are always 32bit | Rich Felker | 1 | -2/+2 |
2011-06-18 | experimental dynamic linker! | Rich Felker | 1 | -0/+385 |