summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/amd64/reloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280816:kib2015-04-121-0/+1
* MFC r270798:kib2014-09-121-188/+163
* Add GNU hash support for rtld.kib2012-04-301-1/+1
* Fix several problems with our ELF filters implementation.kib2012-03-201-16/+18
* Remove unneeded dtv variable.ed2012-01-171-2/+0
* _rtld_bind() read-locks the bind lock, and possible plt resolutionkib2011-12-141-1/+8
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions tokib2011-12-121-13/+96
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-251-20/+26
* Only use the cache after the early stage of loading. This isrdivacky2010-05-181-5/+6
* Allocate space for thread pointer, this allows thread library to accessdavidxu2006-03-281-1/+1
* Implement ELF symbol versioning using GNU semantics. This code aimskan2005-12-181-1/+3
* Explicitly cast ELF_R_TYPE() to the right type.marcel2005-12-181-2/+2
* Add support for Thread Local Storage.dfr2004-08-031-0/+130
* Fix dynamic linking a bit more.. enough that mozilla-firebird works if youpeter2003-12-121-3/+3
* Initial pass at supporting shared libraries on amd64. There are stillpeter2003-05-241-44/+47
* No need to zero fill memory, mmapped anonymously. Kernel willkan2003-03-141-2/+0
* Fix the handling of high PLT entries (> 32764) on sparc64. This requirestmm2002-11-181-1/+1
* Correct a bug in the last commit. The whole point of creating a 'done:'dillon2002-06-101-3/+3
* In tracking down an installation seg fault with then openoffice portdillon2002-06-101-9/+21
* Add ia64 support. Various adjustments were made to existing targets todfr2001-10-151-2/+3
* Performance improvements for the ELF dynamic linker. Thesejdp2001-05-051-4/+9
* When a threads package registers locking methods with dllockinit(),jdp2000-01-291-10/+25
* Add a new function dllockinit() for registering thread lockingjdp1999-12-271-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a serious performance bug for large programs on the Alpha,jdp1999-06-251-25/+21
* Eliminate all machine-dependent code from the main source body andjdp1999-04-091-1/+11
* Add alpha support.dfr1998-09-041-0/+236
OpenPOWER on IntegriCloud