Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2020 19:33:50 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r359019 - stable/12/sys/sys
Message-ID:  <202003161933.02GJXoe1020713@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003161933.02GJXoe1020713>