Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 18 Jul 2014 09:31:29 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: Rich Felker <dalias@...c.org>
Cc: musl@...ts.openwall.com
Subject: Re: Short-term todo list - 18 Jul

* Rich Felker <dalias@...c.org> [2014-07-18 01:15:58 -0400]:
> - Merging or1k
> - Finishing discussion of issetugid and hopefully merging
> - Reviewing glob_pattern_p patch
> - Figuring out what to do with atomic asm constaints & volatile
> - Fixing microblaze stat structure (& getting qemu fixed?)
> - Addressing mips stat structure dev_t endianness issue
> 
> Is there anything else missing from this list?
> 

probably not in this release but further todo before i forget:

- i have patch with linux 3.15 updates (mostly SYS_renameat2)
can commit it after or1k merge

- i have an adjtimex.c for x32, but it is broken because kernel
timex struct has 64bit values while userspace struct is 32bit
and it has even padding for future extensions which cannot be
handled if they may add either kernel_long or int members

- with yet another soft-float arch the float usage in malloc
should be probably revisited (fp code is faster for x86_64,
but bigger and slower for embedded soft-float things)

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.