summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/i386/reloc.c
Commit message (Expand)AuthorAgeFilesLines
* Do not call callbacks for dl_iterate_phdr(3) with the rtld bind andkib2016-01-201-1/+2
* Change compiler setting to make default visibility of the symbols forkib2015-03-291-0/+1
* Optimize r270798, only do the second pass over non-plt relocationskib2014-08-291-1/+3
* IFUNC symbol type shall be processed for non-PLT relocations,kib2014-08-291-144/+118
* Add GNU hash support for rtld.kib2012-04-301-1/+1
* Fix several problems with our ELF filters implementation.kib2012-03-201-14/+16
* Remove unneeded dtv variable.ed2012-01-171-4/+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-15/+95
* Handle the R_386_TLS_TPOFF32 relocation, which is similar to R_386_TLS_TPOFF,kib2011-10-081-2/+7
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-251-18/+24
* 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
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.peter2005-06-291-17/+1
* Fix compilation problem.davidxu2005-04-271-1/+1
* Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernelpeter2005-04-261-9/+2
* Attempt to use i386_set_gsbase(), and gracefully fall back to LDT methodspeter2005-04-141-13/+16
* The 32 bit compatability ld-elf32.so.1 cannot use i386_set_ldt() whenpeter2004-11-061-0/+6
* Add support for Thread Local Storage.dfr2004-08-031-0/+114
* 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