aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/elf_common.h
Commit message (Expand)AuthorAgeFilesLines
* elf: add some definitions for i386 and amd64 relocationsKonstantin Belousov2021-01-211-0/+14
* Add ELF flag to disable ASLR stack gap.Konstantin Belousov2020-12-181-0/+1
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-101-1/+2
* Reserve FreeBSD ELF feature control bit LA48 to control VA layout on amd64.Konstantin Belousov2020-08-231-0/+1
* Allow <sys/elf_common.h> to be used in assembly.John Baldwin2020-06-121-0/+4
* elf_common.h: define DF_1_PIEEd Maste2020-05-301-0/+1
* Sync relocation definitionsMitchell Horne2020-05-081-0/+2
* Export argc, argv, envc, envv, and ps_strings in auxargs.Brooks Davis2020-04-151-1/+6
* Reserve WXNEEDED ELF feature control flagEd Maste2020-03-041-0/+1
* Add AT_BSDFLAGS auxv entry.Konstantin Belousov2020-02-091-1/+3
* add MIPS-specific PT header ELF definitionsEd Maste2020-01-231-0/+4
* Update ELFOSABI_* constants with OpenVOS.Pedro F. Giffuni2020-01-111-0/+1
* Add ARMv8 static relocation types used for control flow instructions.Mark Johnston2019-12-291-0/+4
* Eliminate the last MI difference in AT_* definitions (for powerpc).Justin Hibbits2019-12-271-13/+0
* Add elf image flag to disable stack gap.Konstantin Belousov2019-11-171-0/+1
* elf_common: add ELF note namesEd Maste2019-09-201-0/+6
* Add R_PPC_IRELATIVE relocationLeandro Lupori2019-09-101-0/+1
* Control implicit PROT_MAX() using procctl(2) and the FreeBSD noteKonstantin Belousov2019-07-021-0/+1
* Add some missing RISC-V ELF definesMitchell Horne2019-06-281-0/+20
* Teach readelf about some OpenBSD ELF program headersChristian S.J. Peron2019-06-071-0/+4
* elf_common: add GNU note types and NT_GNU_PROPERTY_TYPE_0 bitsEd Maste2019-06-041-0/+15
* Revert change accidentally committed along with r345625Ed Maste2019-03-281-2/+1
* revert r341429 "disable BIND_NOW in libc, libthr, and rtld"Ed Maste2019-03-281-1/+2
* Reserve a bit in the FreeBSD feature control note for marking theKonstantin Belousov2019-01-311-0/+3
* Handle the DT_MIPS_RLD_MAP_REL dynamic tag in RTLDAlex Richardson2018-11-071-0/+1
* Define NT_FREEBSD_FEATURE_CTL ELF note typeEd Maste2018-11-021-0/+1
* Consolidate identical ELF auxargs type defintions.Brooks Davis2018-10-221-0/+44
* elf_common: update ARM ABI flag namesEd Maste2018-07-261-2/+4
* Included VSX registers in powerpc core dumpsJustin Hibbits2018-06-021-0/+1
* elf_common.h: add DT_SUNW_ASLR tagEd Maste2018-04-271-0/+1
* Move remaining EF_MIPS_* flags to <sys/elf_common.h>.John Baldwin2018-03-231-0/+14
* Add Elf_Nhdr definition to match NetBSD, OpenBSD, LinuxConrad Meyer2018-01-181-1/+2
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add a NT_ARM_VFP ELF core note to hold VFP registers for each thread.John Baldwin2017-09-141-0/+1
* Handle relocations for newer non-PIC MIPS ABI.John Baldwin2017-09-121-0/+2
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-301-0/+2
* Add remaining ELF compression definitions and structsConrad Meyer2017-01-211-0/+7
* Move/add ARM ELF PHDR types to elf_common.hEd Maste2016-08-021-0/+2
* Add ELFOSABI_ARM_AEABI ELF OSABI constantEd Maste2016-08-021-0/+1
* Add and correct MIPS relocation typesEd Maste2016-05-301-2/+8
* elf_common.h: add section header flag and dynamic typesEd Maste2016-05-191-0/+3
* Rename SHT_AMD64_UNWIND to SHT_X86_64_UNWIND per ABI docEd Maste2016-04-071-1/+2
* Add STT_SPARC_REGISTER ELF definitionEd Maste2016-01-261-2/+3
* Add STB_GNU_UNIQUE symbol binding definitionEd Maste2016-01-211-2/+3
* Add RISC-V relocation types.Ruslan Bukin2016-01-181-0/+50
* Add definitions for ELF note types used in executablesEd Maste2015-12-061-0/+5
* Add .gnu.versym VERSYM_HIDDEN flag and related maskEd Maste2015-10-091-0/+6
* Add MIPS ELF section type SHT_MIPS_ABIFLAGS definitionEd Maste2015-09-221-0/+1
* Add RISC-V ELF machine type definitionEd Maste2015-07-241-0/+1
* Add GRP_COMDAT section group flag to ELF headerEd Maste2015-05-191-0/+3