The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=9425e8051e091f6597cf6f08790eb1c375a2bf75
commit 9425e8051e091f6597cf6f08790eb1c375a2bf75 Author: Ed Maste <ema...@freebsd.org> AuthorDate: 2025-05-21 01:42:15 +0000 Commit: Ed Maste <ema...@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 ALSO