summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sparc64/elf_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r293613:dchagin2016-01-161-0/+1
* MFC r283382:dchagin2016-01-091-0/+1
* MFC r288000:kib2015-09-271-2/+3
* - Add support for TLS relocations.marius2011-03-111-8/+62
* - Remove clause 3 and 4 from TNF licenses. [1]marius2011-03-111-43/+33
* Revert the binutils workaround committed in r219340, the underlyingmarius2011-03-111-8/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-0/+1
* - With the addition of TLS support binutils started to make the addendmarius2011-03-061-1/+11
* - Consistently abbreviate the names of the relocations.marius2011-03-061-14/+14
* minor simplifications and cosmeticsmarius2010-09-241-10/+6
* For sparc64 relocations that directly put bits of the symbol value intokib2010-09-221-18/+22
* Reorganize syscall entry and leave handling.kib2010-05-231-1/+5
* Make sure that the primary native brandinfo always gets addedbz2009-10-031-1/+1
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-3/+4
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-2/+2
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-2/+4
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+2
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-46/+47
* - Fix the handling of R_SPARC_OLO10, which is a bit of a special casemarius2007-10-161-8/+14
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-221-2/+2
* Do explicit bounds checking as a function of the actual size of thekmacy2006-12-101-1/+1
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-3/+3
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+8
* Oops, I left a duplicate 'relocbase' declaration.peter2004-05-171-1/+0
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-4/+5
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+17
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-1/+2
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-171-1/+1
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-1/+23
* Remove a workaround for a binutils bug that was fixed in the recenttmm2002-12-021-19/+4
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+14
* Add a workaround for what seems to be confusion between binutils and thejake2002-09-271-8/+39
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-7/+20
* Removed legacy signal trampoline.jake2002-08-291-2/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-0/+40
* Warning fix.mux2002-06-221-3/+3
* Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-251-3/+4
* Implement elf_reloc. This makes klds work.jake2001-10-271-13/+203
* The author isn't a [UC] Regents. Correct the copyright language.obrien2001-08-091-2/+2
* Add skeleton machine dependent headers and c files for a port of freebsdjake2001-07-311-0/+39
OpenPOWER on IntegriCloud