From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1353 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Hello Date: Mon, 23 Jul 2012 17:01:57 -0400 Message-ID: <20120723210156.GF544@brightrain.aerifal.cx> References: <25387.50.0.229.11.1342998565.squirrel@lavabit.com> <20120723020138.GE544@brightrain.aerifal.cx> <20836.50.0.229.11.1343015390.squirrel@lavabit.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1343077341 18575 80.91.229.3 (23 Jul 2012 21:02:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 Jul 2012 21:02:21 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1354-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jul 23 23:02:21 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1StPll-0004ah-1X for gllmg-musl@plane.gmane.org; Mon, 23 Jul 2012 23:02:21 +0200 Original-Received: (qmail 28074 invoked by uid 550); 23 Jul 2012 21:02:20 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 28066 invoked from network); 23 Jul 2012 21:02:20 -0000 Content-Disposition: inline In-Reply-To: <20836.50.0.229.11.1343015390.squirrel@lavabit.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1353 Archived-At: On Sun, Jul 22, 2012 at 08:49:50PM -0700, idunham@lavabit.com wrote: > > I need to look back at the archives but it seems a lot of this patch > > was about getting glibc binaries to run with musl. Can we break the > > efforts to integrate it down into 3 steps: > > I broke it down into 10 patches, taking roughly the same approach. Of these, 1-4 have been committed with a few fixes (pipe2 was wrongly using SYS_pipe instead of SYS_pipe2, header issues, etc.) and additions (vmsplice and macros needed for using splice). This covers the syscall additions; the rest of the patches are duplicate symbols for ABI purposes, and I'd like to head a better report of what's really needed before going with them. Rich