From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5150 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Post-1.1.1 plans Date: Tue, 20 May 2014 18:33:25 -0400 Message-ID: <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 1400625230 22981 80.91.229.3 (20 May 2014 22:33:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 May 2014 22:33:50 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5155-gllmg-musl=m.gmane.org@lists.openwall.com Wed May 21 00:33:44 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 1WmsbJ-0007j8-LO for gllmg-musl@plane.gmane.org; Wed, 21 May 2014 00:33:37 +0200 Original-Received: (qmail 8183 invoked by uid 550); 20 May 2014 22:33:37 -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 8175 invoked from network); 20 May 2014 22:33:36 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:5150 Archived-At: 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 There may be other open things I'm missing; let me know if you have a request that doesn't appear above. Rich