Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-09-17 | new dlstart stage-2 chaining for x86_64 and x32 | Rich Felker | -0/+5 |
2015-04-13 | dynamic linker bootstrap overhaul | Rich Felker | -30/+13 |
2014-06-19 | add tlsdesc support for x86_64 | Rich Felker | -0/+2 |
2014-06-18 | refactor to remove arch-specific relocation code from dynamic linker | Rich Felker | -29/+12 |
2014-06-16 | dynamic linker: permit error returns from arch-specific reloc function | Rich Felker | -1/+2 |
2013-07-18 | make the dynamic linker find its path file relative to its own location | Rich Felker | -1/+1 |
2012-10-05 | fix incorrect TLS reloc macro names in x86_64 reloc.h | Rich Felker | -3/+3 |
2012-10-04 | dynamic-linked TLS support for everything but dlopen'd libs | Rich Felker | -1/+16 |
2011-06-25 | fix some symbol resolution issues in dynamic linker | Rich Felker | -0/+1 |
2011-06-25 | proper path searching for dynamic linker | Rich Felker | -0/+2 |
2011-06-18 | experimental dynamic linker! | Rich Felker | -0/+28 |