From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5155 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Post-1.1.1 plans Date: Thu, 22 May 2014 00:44:45 -0400 Message-ID: <20140522044445.GH507@brightrain.aerifal.cx> References: <20140520223324.GA19737@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 1400733908 9718 80.91.229.3 (22 May 2014 04:45:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 May 2014 04:45:08 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5160-gllmg-musl=m.gmane.org@lists.openwall.com Thu May 22 06:45:01 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 1WnKsG-0007Po-Km for gllmg-musl@plane.gmane.org; Thu, 22 May 2014 06:45:00 +0200 Original-Received: (qmail 31750 invoked by uid 550); 22 May 2014 04:44:58 -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 30712 invoked from network); 22 May 2014 04:44:58 -0000 Content-Disposition: inline In-Reply-To: <20140520223324.GA19737@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:5155 Archived-At: On Tue, May 20, 2014 at 06:33:25PM -0400, Rich Felker wrote: > A few things I want to work on either adding or making decisions > about, aside from the existing roadmap items: > > - Stuff left in the "Open issues at end of April" thread: > - Renaming _start in dynamic linker (annoying for debugging) > - Resolving max_align_t issue and adding it > - Pending __xmknod and __sysv_signal patch (ABI compat) > - Pending fmtmsg patch (probably ok as-is) > - Adding recvmmsg/sendmmsg (waiting on Timo, I think) > - The if_nameindex/getifaddrs issue > - LINE_MAX vs sysconf(_SC_LINE_MAX) issue > - Proposed errc/etc. addition to err.h > - And error.h? > - Whether to add default timezone from /etc? > - reallocarray and explicit_bzero request One more I omitted: I have a pending patch for siginfo_t that fixes up some technical issues with the hideous union hackery. Rich