Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 8 Sep 2012 01:19:28 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: TODO items for immediate future/next release

On Fri, Sep 07, 2012 at 02:30:22PM -0400, Rich Felker wrote:
> - the proposed sigset_t changes (purely code cleanup)
> - refactoring syscall.h stuff to avoid code in public header, etc.
> - improving setvbuf to actually use or allocate buffer

These 3 items are still pending.

> - introducing stubs (or even real code) for thread priority functions

This one too. And it will probably be just stubs if I get to it before
release. Real thread priority support requires a lot more work, e.g.
making prior-inheritance mutexes work.

> - fixing exposure of FILE in wchar.h and similar issues with va_list

These issues are extremely minor and can probably be deferred until
later.

> - all remaining linux syscalls (timerfd, etc.)

Mostly finished.

> - finish evaluating, making a decision on, and possibly implementing
>   the proposed "default features" change

Done.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.