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