From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10240 Path: news.gmane.org!not-for-mail From: Patrick Oppenlander Newsgroups: gmane.linux.lib.musl.general Subject: Re: request for help with aux Date: Tue, 28 Jun 2016 10:22:18 +1000 Message-ID: <20ae1c3f-5146-279c-86b3-f9498b4b632b@gmail.com> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1467073364 20473 80.91.229.3 (28 Jun 2016 00:22:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2016 00:22:44 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10253-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jun 28 02:22:39 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1bHgnW-0001JN-E9 for gllmg-musl@m.gmane.org; Tue, 28 Jun 2016 02:22:38 +0200 Original-Received: (qmail 3187 invoked by uid 550); 28 Jun 2016 00:22:35 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 3166 invoked from network); 28 Jun 2016 00:22:33 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:10240 Archived-At: On 28/06/16 06:07, Daniel Wilkerson wrote: > > What I'm wondering is where to find the semantics of all of the aux > names; I could hunt through all of the code, but any high-level > suggestions you could provide could help a lot. As a bonus, which > ones might not have sensible defaults and are actually non-optional, > if any. > Another helpful reference is the create_elf_tables function in fs/binfmt_elf.c in the linux kernel sources. Patrick