Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 19 Jul 2014 21:50:09 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: Short-term todo list - 18 Jul

On Sat, Jul 19, 2014 at 05:01:01PM -0400, Rich Felker wrote:
> > - Finishing discussion of issetugid and hopefully merging
> 
> Discussion done. Just want to make a good commit message explaining
> the rationale and I think it's ready to commit.

Done.

> > - Figuring out what to do with atomic asm constaints & volatile
> 
> Almost done. I still want to add __volatile__ to all the archs that
> are missing it and add the memory constraints for microblaze.

These minor details are still open.

> Also a_store seems to be broken on a number of archs... I'm trying to
> figure out what to do with this too.

I think all versions of a_store except possibly sh are correct now.
Waiting on feedback from Bobby Bingham (sh port author) on it since I
don't understand the logic of the current code.

> > - Addressing mips stat structure dev_t endianness issue
> 
> I think this should be hidden away in arch/mips/syscall_arch.h but the
> way the macros are done makes it ugly and difficult to add. I might
> just flatten all the __syscallN functions.

Still pending...

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.