summaryrefslogtreecommitdiff
path: root/sys/amd64/include/elf.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.release/8.1.0_cvsKen Smith2010-07-171-1/+1
* MFC r205014,205015:Nathan Whitehorn2010-04-071-0/+1
* MFC r197933:Konstantin Belousov2009-10-201-0/+6
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov2009-03-171-4/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.Warner Losh2008-12-171-12/+0
* PR:John Birrell2006-10-041-25/+0
* Add style(9) foolishness.Doug Rabson2004-08-031-8/+8
* Add definitions for TLS relocations.Doug Rabson2004-08-021-1/+9
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-12/+0
* Add BASIC i386 binary support for the amd64 kernel. This is largelyPeter Wemm2003-05-141-2/+16
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-011-21/+26
* Move the definition of ElfN_Hashelt to common headers. The only platformDoug Rabson2002-05-301-11/+0
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfJake Burkholder2001-07-311-0/+11
* Fix style of defines.David E. O'Brien2001-06-091-38/+38
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* On the i386, load the ELF dynamic linker where an mmap(0, ...) wouldJohn Polstra1999-02-191-5/+7
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"John Polstra1999-02-071-1/+11
* Add an ELF_MACHINE_OK() macro for compatability with the Alpha version.Peter Wemm1998-10-181-1/+3
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These giveJohn Polstra1998-09-141-1/+3
* Revamp the ELF include files to better support architecture-independentJohn Polstra1998-08-161-1/+6
* Define some machine characteristics using symbol naming on conventionsPeter Wemm1997-08-301-1/+7
* Fill out the ELF header files to make them more or less complete.John Polstra1997-05-211-0/+106