summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/elf.h
Commit message (Expand)AuthorAgeFilesLines
* Convert machine/elf.h, machine/frame.h, machine/sigframe.h,kib2013-02-201-121/+3
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-221-0/+1
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-071-1/+2
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-2/+8
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-0/+1
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+6
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-4/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
* PR:jb2006-10-041-25/+0
* Add style(9) foolishness.dfr2004-08-031-8/+8
* Add definitions for TLS relocations.dfr2004-08-021-2/+10
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-12/+0
* Add BASIC i386 binary support for the amd64 kernel. This is largelypeter2003-05-141-2/+16
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-22/+27
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-311-0/+11
* Fix style of defines.obrien2001-06-091-38/+38
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* On the i386, load the ELF dynamic linker where an mmap(0, ...) wouldjdp1999-02-191-5/+7
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"jdp1999-02-071-1/+11
* Add an ELF_MACHINE_OK() macro for compatability with the Alpha version.peter1998-10-181-1/+3
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These givejdp1998-09-141-1/+3
* Revamp the ELF include files to better support architecture-independentjdp1998-08-161-1/+6
* Define some machine characteristics using symbol naming on conventionspeter1997-08-301-1/+7
* Fill out the ELF header files to make them more or less complete.jdp1997-05-211-0/+106
OpenPOWER on IntegriCloud