Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2025 03:19:48 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 059fbe9a716d - main - elf.5: Add NT_FREEBSD_FCTL_LA48 and NT_FREEBSD_FCTL_LA57
Message-ID:  <202505210319.54L3JmhL043402@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=059fbe9a716d5023d559424bf2ab2aa62eae6ec8

commit 059fbe9a716d5023d559424bf2ab2aa62eae6ec8
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-05-21 01:42:15 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-05-21 03:19:29 +0000

    elf.5: Add NT_FREEBSD_FCTL_LA48 and NT_FREEBSD_FCTL_LA57
    
    Reviewed by:    kib
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D50443
---
 share/man/man5/elf.5 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5
index 5bd71efcb56c..bd12f5e52df0 100644
--- a/share/man/man5/elf.5
+++ b/share/man/man5/elf.5
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 25, 2022
+.Dd May 20, 2025
 .Dt ELF 5
 .Os
 .Sh NAME
@@ -1384,6 +1384,10 @@ Disable stack gap.
 .It NT_FREEBSD_FCTL_WXNEEDED Pq Value: 0x08
 Indicate that the binary requires mappings that are simultaneously
 writeable and executable.
+.It NT_FREEBSD_FCTL_LA48 Pq Value: 0x10
+Request 48-bit linear address space on amd64.
+.It NT_FREEBSD_FCTL_LA57 Pq Value: 0x40
+Accept 57-bit linear address space on amd64.
 .El
 .El
 .Sh SEE ALSO



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