From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9145 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Open/pending issues as of Jan 17 Date: Sun, 17 Jan 2016 18:15:54 -0500 Message-ID: <20160117231554.GA19126@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 1453072576 21344 80.91.229.3 (17 Jan 2016 23:16:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jan 2016 23:16:16 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9158-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jan 18 00:16:16 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aKwYP-00059E-Jc for gllmg-musl@m.gmane.org; Mon, 18 Jan 2016 00:16:13 +0100 Original-Received: (qmail 21547 invoked by uid 550); 17 Jan 2016 23:16:11 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 21506 invoked from network); 17 Jan 2016 23:16:06 -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:9145 Archived-At: With a quick review of the mailing list since late November I found the following possibly-open issues: - resolver search domain support - preinit_array - mlock2 syscall wrapper - mips siginfo_t fix - avl tree: any changes still pending?? - adding pot file for translators - unsetenv pointer eval after free - printf big widths/precisions - atomic.h overhaul - dirent.h macros - dlopen deadlock - setvbuf Also, not code issues, but the following possibly-open documentation issues were found: - documenting atomic.h primitives contracts - documenting "known UB" in musl There were a few other patches that were mostly trivial which I just committed outright, and the big one, out-of-tree builds, that I finally committed after some more testing. Is there anything else I missed that's an open issue right now? Or requests for prioritizing the above list? I'm going to try to take the above (and anything else that comes up) and turn it into a plan for what can reasonably go into the next release. Rich