From owner-svn-src-head@freebsd.org Thu Apr 2 00:47:49 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C913F2AA88E; Thu, 2 Apr 2020 00:47:49 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48t4D30sBwz3RKJ; Thu, 2 Apr 2020 00:47:46 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id 0320bBHM003303 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 2 Apr 2020 03:37:14 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 0320bBHM003303 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id 0320bB4C003302; Thu, 2 Apr 2020 03:37:11 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 2 Apr 2020 03:37:11 +0300 From: Konstantin Belousov To: Ed Maste 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> References: <202004012336.031NaGuF081470@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202004012336.031NaGuF081470@repo.freebsd.org> X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on tom.home X-Rspamd-Queue-Id: 48t4D30sBwz3RKJ X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2020 00:47:50 -0000 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"