svn commit: r359019 - stable/12/sys/sys
Ed Maste
emaste at FreeBSD.org
Mon Mar 16 19:33:51 UTC 2020
Author: emaste
Date: Mon Mar 16 19:33:50 2020
New Revision: 359019
URL: https://svnweb.freebsd.org/changeset/base/359019
Log:
elf_common.h: sync ELF feature control note bits with HEAD
Modified:
stable/12/sys/sys/elf_common.h
Modified: stable/12/sys/sys/elf_common.h
==============================================================================
--- stable/12/sys/sys/elf_common.h Mon Mar 16 19:03:10 2020 (r359018)
+++ stable/12/sys/sys/elf_common.h Mon Mar 16 19:33:50 2020 (r359019)
@@ -786,7 +786,9 @@ typedef struct {
/* NT_FREEBSD_FEATURE_CTL desc[0] bits */
#define NT_FREEBSD_FCTL_ASLR_DISABLE 0x00000001
+#define NT_FREEBSD_FCTL_PROTMAX_DISABLE 0x00000002
#define NT_FREEBSD_FCTL_STKGAP_DISABLE 0x00000004
+#define NT_FREEBSD_FCTL_WXNEEDED 0x00000008
/* Values for n_type. Used in core files. */
#define NT_PRSTATUS 1 /* Process status. */
More information about the svn-src-all
mailing list