summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/sparc64
Commit message (Expand)AuthorAgeFilesLines
* MFC r315331:kib2017-03-292-4/+5
* MFC r309411: Retire long-broken/unused static rtld supportemaste2017-01-031-1/+0
* MFC 308456: Pass the correct flag to find_symdef() from _rtld_bind().jhb2016-12-011-1/+1
* MFC r308689:kib2016-11-232-1/+9
* Do not call callbacks for dl_iterate_phdr(3) with the rtld bind andkib2016-01-201-2/+2
* Create a generalized exec hook that different architectures can hookimp2016-01-031-0/+2
* IFUNC symbol type shall be processed for non-PLT relocations,kib2014-08-291-0/+4
* Add GNU hash support for rtld.kib2012-04-301-1/+1
* Fix several problems with our ELF filters implementation.kib2012-03-201-8/+11
* Add support for preinit, init and fini arrays. Some ABIs, inkib2012-03-111-0/+3
* Spelling fixes for libexec/uqs2012-01-071-5/+5
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions tokib2011-12-121-0/+16
* - Add support for TLS relocations.marius2011-03-111-6/+88
* - Remove clause 3 and 4 from TNF licenses. [1]marius2011-03-111-75/+63
* - With the addition of TLS support binutils started to make the addendmarius2011-03-061-0/+3
* - Consistently abbreviate the names of the relocations.marius2011-03-061-38/+43
* When loading dso without PT_GNU_STACK phdr, only callkib2011-01-251-0/+3
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-251-18/+23
* Only use the cache after the early stage of loading. This isrdivacky2010-05-181-7/+4
* Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, userwatson2009-04-191-2/+0
* For un-prototyped static inline functions declared in pthread_md.h onrwatson2007-12-011-1/+1
* - Fix the handling of R_SPARC_OLO10, which is a bit of a special casemarius2007-10-161-9/+14
* Cache does not serve any purpose when rtld is relocating itself, dokensmith2007-07-131-2/+6
* Fix TLS on sparc64 for statically and dynamically linked binarieskmacy2006-10-081-2/+3
* 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
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-8/+8
* MFNetBSD: src/libexec/ld.elf_so/arch/sparc64/mdreloc.c 1.26 (partial)marius2005-06-041-1/+1
* Remove these unused files before any other archs include the same bogusjhb2004-11-121-167/+0
* Add support for Thread Local Storage.dfr2004-08-032-0/+36
* Fix the problem that surfaced with the new binutils import on sparc64tmm2004-06-182-3/+6
* Avoid using the global offset table to get the address of _DYNAMIC injake2003-07-042-1/+18
* Allow threading libraries to register their own lockingkan2003-05-293-33/+23
* No need to zero fill memory, mmapped anonymously. Kernel willkan2003-03-141-2/+0
* Fix rtld to handle SPARC_R_UA{16,64} relocations correctly.kan2002-12-051-2/+2
* Fix the handling of high PLT entries (> 32764) on sparc64. This requirestmm2002-11-183-200/+222
* <machine/atomic.h> requires <sys/types.h>.ru2002-10-092-2/+1
* Return an error if a symbol is not found in reloc_jmpslots() instead oftmm2002-09-141-0/+2
* Add END markers to asm functions so that debuggers can find their size.jake2002-07-171-1/+3
* Remove the nanosleep calls from the spin loops in the locking code.jdp2002-07-061-8/+1
* Add needed include of mman.h to fix sparc64 buildworld.jake2002-06-241-1/+3
* The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only).dillon2002-06-221-4/+15
* rtld support for sparc64.jake2002-03-135-0/+1073
OpenPOWER on IntegriCloud