svn commit: r359550 - head/share/man/man5
Konstantin Belousov
kostikbel at gmail.com
Thu Apr 2 00:47:49 UTC 2020
On Wed, Apr 01, 2020 at 11:36:16PM +0000, Ed Maste wrote:
> Author: emaste
> Date: Wed Apr 1 23:36:16 2020
> New Revision: 359550
> URL: https://svnweb.freebsd.org/changeset/base/359550
>
> Log:
> elf.5: minor update to FreeBSD ELF note descriptions
>
> Modified:
> head/share/man/man5/elf.5
>
> Modified: head/share/man/man5/elf.5
> ==============================================================================
> --- head/share/man/man5/elf.5 Wed Apr 1 22:51:30 2020 (r359549)
> +++ head/share/man/man5/elf.5 Wed Apr 1 23:36:16 2020 (r359550)
> @@ -1308,10 +1308,11 @@ ABI version
> .Po i.e.,
> .Dv __FreeBSD_version Pc .
> .It Dv NT_FREEBSD_NOINIT_TAG Pq Value: 2
> -Indicates that crt does not call init.
> +Indicates that the C Runtime (crt) does not call init.
This is not c runtime, rather it is startup code, at best it can be
described as C runtime startup.
> .Va desc
> is ignored.
> .It Dv NT_FREEBSD_ARCH_TAG Pq Value: 3
> +Contains the MACHINE_ARCH that the executable was built for.
> .It Dv NT_FREEBSD_FEATURE_CTL Pq Value: 4
> Contains a bitmask of mitigations and features to enable:
> .Bl -column "NT_FREEBSD_FCTL_PROTMAX_DISABLE" "0x00" "Disable implicit PROT_MAX"
More information about the svn-src-all
mailing list