aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/elf.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* [PowerPC64LE] Adjust ELF definitions for LE.Brandon Bergren2020-09-131-2/+5
* Fix the powerpc copyout fixup from r356113Justin Hibbits2019-12-271-0/+28
* Consolidate identical ELF auxargs type defintions.Brooks Davis2018-10-221-29/+0
* Unbreak 32-bit binaries on powerpc64Justin Hibbits2018-06-011-0/+4
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-1/+2
* Add AT_HWCAP and AT_EHDRFLAGS on all platforms.John Baldwin2017-09-141-1/+3
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer toKonstantin Belousov2012-06-221-1/+2
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about theKonstantin Belousov2011-01-071-1/+2
* Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov2010-08-171-1/+7
* MFppc64:Nathan Whitehorn2010-07-121-3/+31
* Define architectural load bases for PIE binaries. Addresses were selectedKonstantin Belousov2009-10-101-0/+2
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov2009-03-171-1/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.Warner Losh2008-12-171-3/+0
* PR:John Birrell2006-10-041-88/+0
* Implement TLS relocations for powerpc.Suleiman Souhlal2004-11-021-0/+28
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-12/+0
* 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
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) giveBenno Rice2001-06-161-0/+3
* PowerPC specific ELF ABI definitions.David E. O'Brien2001-01-011-0/+170