From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5535 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Short-term todo list - 18 Jul Date: Sat, 19 Jul 2014 21:50:09 -0400 Message-ID: <20140720015009.GK17402@brightrain.aerifal.cx> References: <20140718051558.GA22286@brightrain.aerifal.cx> <20140719210101.GD17402@brightrain.aerifal.cx> 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: ger.gmane.org 1405821030 19174 80.91.229.3 (20 Jul 2014 01:50:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Jul 2014 01:50:30 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5540-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jul 20 03:50:23 2014 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 1X8gGd-0001wf-FQ for gllmg-musl@plane.gmane.org; Sun, 20 Jul 2014 03:50:23 +0200 Original-Received: (qmail 9965 invoked by uid 550); 20 Jul 2014 01:50:22 -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 9944 invoked from network); 20 Jul 2014 01:50:22 -0000 Content-Disposition: inline In-Reply-To: <20140719210101.GD17402@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:5535 Archived-At: On Sat, Jul 19, 2014 at 05:01:01PM -0400, Rich Felker wrote: > > - Finishing discussion of issetugid and hopefully merging > > Discussion done. Just want to make a good commit message explaining > the rationale and I think it's ready to commit. Done. > > - Figuring out what to do with atomic asm constaints & volatile > > Almost done. I still want to add __volatile__ to all the archs that > are missing it and add the memory constraints for microblaze. These minor details are still open. > Also a_store seems to be broken on a number of archs... I'm trying to > figure out what to do with this too. I think all versions of a_store except possibly sh are correct now. Waiting on feedback from Bobby Bingham (sh port author) on it since I don't understand the logic of the current code. > > - Addressing mips stat structure dev_t endianness issue > > I think this should be hidden away in arch/mips/syscall_arch.h but the > way the macros are done makes it ugly and difficult to add. I might > just flatten all the __syscallN functions. Still pending... Rich