From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1873 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: TODO items for immediate future/next release Date: Sat, 8 Sep 2012 01:19:28 -0400 Message-ID: <20120908051928.GW27715@brightrain.aerifal.cx> References: <20120907183022.GA26419@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 1347081427 10547 80.91.229.3 (8 Sep 2012 05:17:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Sep 2012 05:17:07 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1874-gllmg-musl=m.gmane.org@lists.openwall.com Sat Sep 08 07:17:05 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 1TADPj-0001cO-2R for gllmg-musl@plane.gmane.org; Sat, 08 Sep 2012 07:17:03 +0200 Original-Received: (qmail 5850 invoked by uid 550); 8 Sep 2012 05:16:59 -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 5842 invoked from network); 8 Sep 2012 05:16:59 -0000 Content-Disposition: inline In-Reply-To: <20120907183022.GA26419@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1873 Archived-At: On Fri, Sep 07, 2012 at 02:30:22PM -0400, Rich Felker wrote: > - the proposed sigset_t changes (purely code cleanup) > - refactoring syscall.h stuff to avoid code in public header, etc. > - improving setvbuf to actually use or allocate buffer These 3 items are still pending. > - introducing stubs (or even real code) for thread priority functions This one too. And it will probably be just stubs if I get to it before release. Real thread priority support requires a lot more work, e.g. making prior-inheritance mutexes work. > - fixing exposure of FILE in wchar.h and similar issues with va_list These issues are extremely minor and can probably be deferred until later. > - all remaining linux syscalls (timerfd, etc.) Mostly finished. > - finish evaluating, making a decision on, and possibly implementing > the proposed "default features" change Done. Rich