From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5529 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 17:01:01 -0400 Message-ID: <20140719210101.GD17402@brightrain.aerifal.cx> References: <20140718051558.GA22286@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 1405803681 2647 80.91.229.3 (19 Jul 2014 21:01:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jul 2014 21:01:21 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5534-gllmg-musl=m.gmane.org@lists.openwall.com Sat Jul 19 23:01:14 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 1X8bko-0003LP-M8 for gllmg-musl@plane.gmane.org; Sat, 19 Jul 2014 23:01:14 +0200 Original-Received: (qmail 24221 invoked by uid 550); 19 Jul 2014 21:01:14 -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 24210 invoked from network); 19 Jul 2014 21:01:13 -0000 Content-Disposition: inline In-Reply-To: <20140718051558.GA22286@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:5529 Archived-At: On Fri, Jul 18, 2014 at 01:15:58AM -0400, Rich Felker wrote: > Aside from the big development items left in this release cycle > (adding locale functionality and IDN), there are a few more short-term > tasks I want to get done in the next day or two based on open mailing > list threads and other discussions. The ones I'm aware of right now > are: > > - Merging or1k Done. > - 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. > - Reviewing glob_pattern_p patch Done. Does anyone object to adding this or think it should be done differently if added? > - 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. Also a_store seems to be broken on a number of archs... I'm trying to figure out what to do with this too. > - Fixing microblaze stat structure (& getting qemu fixed?) Done. (Minus getting qemu fixed; anyone willing to volunteer to follow up on that?) > - 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. Rich