summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/elf_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "MFC r321899""Luiz Souza2018-02-231-0/+19
* Revert "MFC r321899"Luiz Souza2018-02-211-19/+0
* MFC r321899truckman2018-02-191-0/+19
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-091-0/+1
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-281-3/+0
* Split kerne timekeep ABI structure vdso_sv_tk out of the structkib2015-11-231-1/+1
* Add support for weak symbols to the kernel linkers. It means thatkib2015-09-201-8/+9
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* Improve support for XSAVE with debuggers.jhb2014-11-211-3/+19
* Remove duplicate header inclusion of <sys/sysent.h>pluknet2012-08-071-1/+0
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-0/+1
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-081-2/+4
* 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
* Make sure FreeBSD binaries without .note.ABI-tag section workbz2009-08-301-1/+1
* Fix handling of .note.ABI-tag section for GNU systems [1].bz2009-08-241-0/+17
* 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