mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Timo Teras <timo.teras@iki.fi>
To: musl@lists.openwall.com
Cc: dalias@libc.org
Subject: Re: Post-1.1.1 plans
Date: Wed, 21 May 2014 09:15:42 +0300	[thread overview]
Message-ID: <20140521091542.0346e02d@vostro> (raw)
In-Reply-To: <20140520223324.GA19737@brightrain.aerifal.cx>

On Tue, 20 May 2014 18:33:25 -0400
Rich Felker <dalias@libc.org> 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)

I don't really have a good idea on how to do it nicely. Perhaps try to
fix kernel on 64-bits?

>   - 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?

We just default to ":localtime" if TZ is not defined:
http://git.alpinelinux.org/cgit/aports/plain/main/musl/2001-default-to-localtime-timezone-if-TZ-is-undefined.patch

and we make /etc/zoneinfo/localtime a symlink to (or a copy of) the
wanted timezone. Works perfect.

> - 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.

Proper backtrace from core dumps of dynamic linked apps. At least to
get analyzing core dumps working. I think adding CFI is 90% of this.
But IIRC, gdb does not reliably detect mappings of shared objects. That
might need something additional.

thread_db support would be also nice, but that falls into gdbing
running processes.

- Timo


  parent reply	other threads:[~2014-05-21  6:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-20 22:33 Rich Felker
2014-05-21  1:01 ` Laurent Bercot
2014-05-21  1:36   ` Rich Felker
2014-05-21  6:15 ` Timo Teras [this message]
2014-05-21 12:59   ` Rich Felker
2014-05-22  4:44 ` Rich Felker
2014-05-24  8:13   ` Szabolcs Nagy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140521091542.0346e02d@vostro \
    --to=timo.teras@iki.fi \
    --cc=dalias@libc.org \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).