aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include/elf.h
Commit message (Expand)AuthorAgeFilesLines
* Regularize my copyright noticeWarner Losh2019-12-041-1/+1
* Remove a few stray "All Rights Reserved." declarations on stuff I'veWarner Losh2019-02-051-1/+1
* Consolidate identical ELF auxargs type defintions.Brooks Davis2018-10-221-31/+0
* Move remaining EF_MIPS_* flags to <sys/elf_common.h>.John Baldwin2018-03-231-20/+0
* sys/mips: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* 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
* Update ELF headers to include additional definesEd Maste2015-01-021-29/+0
* Add missing definition of ELF_MACHINE_OK, now used by gcore(1).Marcel Moolenaar2014-07-261-0/+2
* Nearly a complete rewrite of elf.h.Warner Losh2013-07-091-187/+182
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer toKonstantin Belousov2012-06-221-0/+1
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett2012-03-031-0/+3
* - Fix spelling of R_MIPS_RELGOTOleksandr Tymoshenko2012-02-101-2/+20
* 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
* - Copy symbol-related tables (.symtab and .strtab) to the end ofOleksandr Tymoshenko2010-01-241-0/+5
* Merge from projects/mips to head by hand:Warner Losh2010-01-101-0/+4
* 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-4/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.Warner Losh2008-12-171-12/+0
* Start to clean up the MIPS elf machine dependent file.Warner Losh2008-12-161-6/+58
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,Warner Losh2008-04-131-0/+215