Date: Thu, 2 Apr 2020 03:37:11 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Ed Maste <emaste@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r359550 - head/share/man/man5 Message-ID: <20200402003711.GK1992@kib.kiev.ua> In-Reply-To: <202004012336.031NaGuF081470@repo.freebsd.org> References: <202004012336.031NaGuF081470@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200402003711.GK1992>