Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2011-06-25 | fix possible (questionable) strict aliasing violations and ptr arith | Rich Felker | -3/+3 |
2011-06-25 | proper path searching for dynamic linker | Rich Felker | -14/+38 |
2011-06-25 | discard dso descriptors after performing relocations | Rich Felker | -0/+12 |
2011-06-25 | keep track of which dsos have been relocated | Rich Felker | -0/+1 |
2011-06-23 | prepare support for LD_LIBRARY_PATH (checking suid/sgid safety) | Rich Felker | -0/+6 |
2011-06-19 | make ldso asm more uniform with rest of codebase (no unnecessary suffixes) | Rich Felker | -12/+12 |
2011-06-19 | x86_64: ensure that dtor pointer passed to app is 0 so it won't be used | Rich Felker | -0/+1 |
2011-06-18 | dynamic linker 64bit fix: hash table entries are always 32bit | Rich Felker | -2/+2 |
2011-06-18 | experimental dynamic linker! | Rich Felker | -0/+412 |
2011-02-24 | various changes in preparation for dynamic linking support | Rich Felker | -0/+8 |