From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5011 Path: news.gmane.org!not-for-mail From: Timo Teras Newsgroups: gmane.linux.lib.musl.general Subject: Re: Open issues at end of April Date: Thu, 1 May 2014 08:17:58 +0300 Message-ID: <20140501081758.42a84cc6@vostro> 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 1398921561 10914 80.91.229.3 (1 May 2014 05:19:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2014 05:19:21 +0000 (UTC) Cc: dalias@libc.org To: musl@lists.openwall.com Original-X-From: musl-return-5015-gllmg-musl=m.gmane.org@lists.openwall.com Thu May 01 07:19:10 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 1WfjOn-0002l5-Kg for gllmg-musl@plane.gmane.org; Thu, 01 May 2014 07:19:09 +0200 Original-Received: (qmail 13438 invoked by uid 550); 1 May 2014 05:19:08 -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 13430 invoked from network); 1 May 2014 05:19:08 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=W+rsc9tO4guJtRcU/KzpEVF9SUKCHwJ4gwGnnwSpX7Y=; b=oG0Dhqm2S9EkYYLLvwAptllyPtzaNHioHecq1eWu1OC461SWyuV45/VvrcYWPXQcgj xREckvyG6dHry8lpVfm6AEnpPNQyVETlCqRlLooIba21gDUxDJdTB8DOzr1GrMy2NhPz Sh3tqel/wg2+pczLuOJt668s9CRnVUTdgPNlU5Kqe0BSR29/nv7kArNxbl/3PMzOLyHC MAR5ZkxXqtItAoMGSApP7d+r5Lak02z6LIXkkvK/gn/Kbr0aDRyLI2Q8OhfPEeE5Zz/E ngutybFhO4sJpW6d3vyJVvScZSmstuBnCpGToy2P6GK0zRsboPUlTQRfbomXe0anIel7 aBgQ== X-Received: by 10.152.19.7 with SMTP id a7mr6086008lae.16.1398921536939; Wed, 30 Apr 2014 22:18:56 -0700 (PDT) Original-Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= In-Reply-To: <20140501004058.GA14289@brightrain.aerifal.cx> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; i486-alpine-linux-musl) Xref: news.gmane.org gmane.linux.lib.musl.general:5011 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. 1. I would need to have cp437 and cp850 in iconv. Otherwise mtools cannot accesss fat filesystems, meaning syslinux is broke. I know iconv overhaul is scheduled for 1.1.4 with hopefully getting the table generation code published. But I think these few legacy codepages should be added as a bug fix. 2. Possibly also sysconf() fixes: mapping table 0 to return value -1, and fixing LONG_BIT should be done. 3. I also think having CFI for at least syscall_cpi should be done. Debugging without that is a pain. 4. Other items in my wish list is "sendmmsg() and recvmmsg()" but as discussed it's tricky. 5. And I also had the question if for NEEDED dependencies constructors should be topologically sorted. 1-3 being 'high' priority. - Timo