From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9805 Path: news.gmane.org!not-for-mail From: Patrick Oppenlander Newsgroups: gmane.linux.lib.musl.general Subject: vfork on ARM Date: Fri, 1 Apr 2016 11:42:47 +1100 Message-ID: <56FDC407.2030405@gmail.com> 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 1459471394 16590 80.91.229.3 (1 Apr 2016 00:43:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Apr 2016 00:43:14 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9818-gllmg-musl=m.gmane.org@lists.openwall.com Fri Apr 01 02:43:12 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 1alnB8-0002Ij-Og for gllmg-musl@m.gmane.org; Fri, 01 Apr 2016 02:43:10 +0200 Original-Received: (qmail 11836 invoked by uid 550); 1 Apr 2016 00:43:08 -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 11791 invoked from network); 1 Apr 2016 00:43:03 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 Xref: news.gmane.org gmane.linux.lib.musl.general:9805 Archived-At: I'm looking at what would be involved in using musl on a nommu arm system. As far as I know SYS_vfork is available on ARM, but musl is currently falling back to fork. Are there any plans to support vfork on ARM and other architectures? Patrick