summaryrefslogtreecommitdiff
path: root/sys/i386/include/elf.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvsKen Smith2011-02-161-1/+1
* MFC r197933:Konstantin Belousov2010-01-191-0/+2
* MFC r189926:Konstantin Belousov2009-12-221-4/+2
* MFC r186212 (by imp):Konstantin Belousov2009-12-221-12/+0
* PR:John Birrell2006-10-041-32/+0
* Add definitions for TLS relocations.Doug Rabson2004-08-021-2/+22
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-12/+0
* Hack to enable getting two different elf32 and elf64 loaders in thePeter Wemm2003-05-011-0/+13
* 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