summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/elf_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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-44/+45
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-221-2/+2
* 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-1/+1
* Add a bare minimum (but wrong) R_X86_64_JMP_SLOT relocation type forpeter2005-09-271-0/+1
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+8
* Deal with REL records that have the addend embedded variable sized targetspeter2004-05-171-2/+10
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-26/+35
* 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
* Use __FBSDID().obrien2003-07-251-2/+3
* Fix printf format errors that were undetected due to using the standardpeter2003-05-111-1/+1
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-14/+15
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-6/+26
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+14
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-6/+21
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-0/+40
* Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-251-11/+7
* Change incorrect NULLs to 0seivind1999-12-211-3/+3
* Zap unneeded #includespeter1999-10-111-6/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-17/+43
* Null commit.. CVS aborted on freefall last time (reaonly file).peter1998-10-091-2/+2
* An elf_reloc() function for the i386. Based on alpha/alpha/elf_machdep.cpeter1998-10-091-0/+100
OpenPOWER on IntegriCloud