Date: Tue, 17 Jun 2025 19:01:38 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 9425e8051e09 - stable/14 - elf.5: Add NT_FREEBSD_FCTL_LA48 and NT_FREEBSD_FCTL_LA57 Message-ID: <202506171901.55HJ1c7j012970@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=9425e8051e091f6597cf6f08790eb1c375a2bf75 commit 9425e8051e091f6597cf6f08790eb1c375a2bf75 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-05-21 01:42:15 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-06-17 19:01:18 +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 (cherry picked from commit 059fbe9a716d5023d559424bf2ab2aa62eae6ec8) --- share/man/man5/elf.5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index fac51adeea7c..be568f0c6096 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1422,6 +1422,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 ALSOhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506171901.55HJ1c7j012970>
