From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5523 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Short-term todo list - 18 Jul Date: Fri, 18 Jul 2014 09:31:29 +0200 Message-ID: <20140718073129.GK9928@port70.net> 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 1405668713 32531 80.91.229.3 (18 Jul 2014 07:31:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2014 07:31:53 +0000 (UTC) Cc: musl@lists.openwall.com To: Rich Felker Original-X-From: musl-return-5528-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jul 18 09:31:46 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 1X82dr-0001Tp-0M for gllmg-musl@plane.gmane.org; Fri, 18 Jul 2014 09:31:43 +0200 Original-Received: (qmail 30034 invoked by uid 550); 18 Jul 2014 07:31:41 -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 30025 invoked from network); 18 Jul 2014 07:31:41 -0000 Mail-Followup-To: Rich Felker , musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20140718051558.GA22286@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:5523 Archived-At: * Rich Felker [2014-07-18 01:15:58 -0400]: > - Merging or1k > - Finishing discussion of issetugid and hopefully merging > - Reviewing glob_pattern_p patch > - Figuring out what to do with atomic asm constaints & volatile > - Fixing microblaze stat structure (& getting qemu fixed?) > - Addressing mips stat structure dev_t endianness issue > > Is there anything else missing from this list? > probably not in this release but further todo before i forget: - i have patch with linux 3.15 updates (mostly SYS_renameat2) can commit it after or1k merge - i have an adjtimex.c for x32, but it is broken because kernel timex struct has 64bit values while userspace struct is 32bit and it has even padding for future extensions which cannot be handled if they may add either kernel_long or int members - with yet another soft-float arch the float usage in malloc should be probably revisited (fp code is faster for x86_64, but bigger and slower for embedded soft-float things)