summaryrefslogtreecommitdiff
path: root/sys/amd64/include/elf.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2013-02-20Convert machine/elf.h, machine/frame.h, machine/sigframe.h,Konstantin Belousov
2012-06-22Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer toKonstantin Belousov
2011-01-07Add AT_STACKPROT elf aux vector. Will be used to inform rtld about theKonstantin Belousov
2010-08-17Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov
2010-03-11Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn
2009-10-10Define architectural load bases for PIE binaries. Addresses were selectedKonstantin Belousov
2009-03-17Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov
2008-12-17AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.Warner Losh
2006-10-04PR:John Birrell
2004-08-03Add style(9) foolishness.Doug Rabson
2004-08-02Add definitions for TLS relocations.Doug Rabson
2003-09-25Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm
2003-05-14Add BASIC i386 binary support for the amd64 kernel. This is largelyPeter Wemm
2003-05-01Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm
2002-05-30Move the definition of ElfN_Hashelt to common headers. The only platformDoug Rabson
2001-10-10Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab
2001-07-31Use a machine dependent type, Elf_Hashelt, for the elements of the elfJake Burkholder
2001-06-09Fix style of defines.David E. O'Brien
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-02-19On the i386, load the ELF dynamic linker where an mmap(0, ...) wouldJohn Polstra
1999-02-07Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"John Polstra
1998-10-18Add an ELF_MACHINE_OK() macro for compatability with the Alpha version.Peter Wemm
1998-09-14Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These giveJohn Polstra
1998-08-16Revamp the ELF include files to better support architecture-independentJohn Polstra
1997-08-30Define some machine characteristics using symbol naming on conventionsPeter Wemm
1997-05-21Fill out the ELF header files to make them more or less complete.John Polstra