From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6085 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: In-progress stuff, week of Sept 1 Date: Fri, 5 Sep 2014 04:47:34 -0400 Message-ID: <20140905084734.GJ23797@brightrain.aerifal.cx> References: <20140905011442.GA26136@brightrain.aerifal.cx> <20140905015729.GI10361@port70.net> 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 1409906876 733 80.91.229.3 (5 Sep 2014 08:47:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2014 08:47:56 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6098-gllmg-musl=m.gmane.org@lists.openwall.com Fri Sep 05 10:47:48 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 1XPpBL-00088g-SO for gllmg-musl@plane.gmane.org; Fri, 05 Sep 2014 10:47:47 +0200 Original-Received: (qmail 25817 invoked by uid 550); 5 Sep 2014 08:47:47 -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 25806 invoked from network); 5 Sep 2014 08:47:46 -0000 Content-Disposition: inline In-Reply-To: <20140905015729.GI10361@port70.net> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:6085 Archived-At: On Fri, Sep 05, 2014 at 03:57:30AM +0200, Szabolcs Nagy wrote: > * Rich Felker [2014-09-04 21:14:42 -0400]: > > Additional roadmap items not mentioned above, and for which work has > > not yet started, are probably going to get pushed back again into the > > next release cycle. > > other issues: > > toupper/islower of sharp s Fixed. > sem_wait/pthread_join cancellation point in non-blocking case Fixed. > alpine patches: ns_parse apis, __setxid issues These might end up waiting... The setxid stuff is hard to fix right. Rich