mailing list of musl libc
 help / color / mirror / code / Atom feed
From: idunham@lavabit.com
To: musl@lists.openwall.com
Subject: Re: Current status: important changes since 0.9.11
Date: Sun, 21 Jul 2013 21:57:54 -0700	[thread overview]
Message-ID: <20130722045754.GA2296@Caracal> (raw)
In-Reply-To: <20130719161234.GA8335@brightrain.aerifal.cx>

On Fri, Jul 19, 2013 at 12:12:34PM -0400, Rich Felker wrote:
> New features:
> - Zoneinfo time zone support
> - PIE support on arm
> - Sub-archs for endian and float abi variants (mipsel, armhf, etc.)
> - Better support for non-root installs of dynamic linker
> - Make popen/posix_spawn work on qemu app-level emulation
>   (working around a difficult-to-fix qemu bug)

Nice.

> 
> Bugs fixed:
> - Missing close-on-exec flags (possible fd leaks in threaded programs)
> - Failure of make install to install bits headers in some circumstances
> - Invalid phdr pointers passed back from dl_iterate_phdr
> - Broken static-linked TLS on arm, mips, and powerpc
> - Integer overflows in date/time conversion
> 
> I'd still like to get a couple more things in before making a release,
> especially the symlink direction (this issue still needs discussion)

Would this work?
$(DESTDIR)$(LDSO_PATHNAME): lib/libc.so
	install -D -m 755 $< $@ && \
	ln -s $(LDSO_PATHNAME) $(DESTDIR)$(libdir)/libc.so || \
	install -D -m 755 $< $(DESTDIR)$(libdir)/libc.so

> and Andre's work on ARM-optimized memcpy (should we go with the C
> version or the originally-proposed asm?). The CPU affinity stuff is
> also still a possible candidate to make it in. Oh, and the new crt1.c
> idea could probably go in too, even though it won't be used much yet
> except possibly adding PIE support on mips, powerpc, and microblaze.
> 
> Rich

Thanks,
Isaac Dunham



      parent reply	other threads:[~2013-07-22  4:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-19 16:12 Rich Felker
2013-07-19 18:39 ` Harald Becker
2013-07-19 18:53   ` Rich Felker
2013-07-19 19:40     ` Harald Becker
2013-07-19 19:49     ` Luca Barbato
2013-07-19 19:54       ` Rich Felker
2013-07-19 20:19         ` Luca Barbato
2013-07-19 20:26           ` Rich Felker
2013-07-19 20:36             ` Luca Barbato
2013-07-22  4:57 ` idunham [this message]

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=20130722045754.GA2296@Caracal \
    --to=idunham@lavabit.com \
    --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).