From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5013 Path: news.gmane.org!not-for-mail From: Natanael Copa Newsgroups: gmane.linux.lib.musl.general Subject: Re: Open issues at end of April Date: Thu, 1 May 2014 09:08:42 +0200 Message-ID: <20140501090842.52c2df97@ncopa-desktop.alpinelinux.org> References: <20140501004058.GA14289@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 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1398928161 28887 80.91.229.3 (1 May 2014 07:09:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2014 07:09:21 +0000 (UTC) Cc: dalias@libc.org To: musl@lists.openwall.com Original-X-From: musl-return-5017-gllmg-musl=m.gmane.org@lists.openwall.com Thu May 01 09:09:14 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 1Wfl7I-0004Bj-Ks for gllmg-musl@plane.gmane.org; Thu, 01 May 2014 09:09:12 +0200 Original-Received: (qmail 29932 invoked by uid 550); 1 May 2014 07:09:04 -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 29897 invoked from network); 1 May 2014 07:09:00 -0000 In-Reply-To: <20140501004058.GA14289@brightrain.aerifal.cx> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-alpine-linux-musl) Xref: news.gmane.org gmane.linux.lib.musl.general:5013 Archived-At: On Wed, 30 Apr 2014 20:40:58 -0400 Rich Felker wrote: > Currently pending things I haven't gotten to yet, or which have open > discussion still, seem to be: > > - Request for renaming dynamic linker's _start. > - max_align_t > - Changes for no-legacy-syscall archs > - __xmknod and __sysv_signal ABI symbols > - fmtmsg > > There are also several resolver-related topics which are going to be > addressed in the resolver overhaul next month (May). > > I believe the ARM build issues have been addressed; let me know if > anything remains open there. > > I'm planning to release 1.1.1 and 1.0.2 right away with some important > fixes (mainly the strstr-family stuff), and work on the above items as > part of 1.1.2. Please remind me if there are other pending things I'm > forgetting. getservbyname/getaddrinfo to support aliases in /etc/services. But i don't know if there is so much to discuss there. It just needs to be done. > Rich