mailing list of musl libc
 help / color / mirror / code / Atom feed
* roadmap for 0.9.8 ?
@ 2012-10-31 23:37 John Spencer
  2012-11-01  0:05 ` Rich Felker
  0 siblings, 1 reply; 5+ messages in thread
From: John Spencer @ 2012-10-31 23:37 UTC (permalink / raw)
  To: musl

i was thinking about what will go into the next release...

open positions that were originally intended to go into 0.9.7 are, as 
taken from the latest "pending for release" mails:

- dl_iterate_phdr() - looks as if this is currently cooking, and 
possibly an important bit to improve libgcc support,

- explicit mips soft-float abi support (mainly for use with broken
    openwrt kernels) ,

- wordexp ?

- subarchs in build system (e.g. mips-softfloat, arm-hardfloat, etc.),

- nsz' suggested math improvements ?

additionally, i think it'd make sense to add stubs for the missing 
optional schedule functions (as most of them are already there), that 
way we could build some exotic programs like "fluidsynth" without 
patches, and further increase the pkgsrc success rate:

posix_spawnattr_setschedparam
posix_spawnattr_setschedpolicy
posix_spawnattr_getschedparam
posix_spawnattr_getschedpolicy
pthread_attr_getinheritsched
pthread_attr_getschedpolicy
pthread_attr_setinheritsched
pthread_attr_setschedpolicy
pthread_getschedparam
pthread_mutex_getprioceiling
pthread_mutex_setprioceiling
pthread_mutexattr_getprioceiling
pthread_mutexattr_getprotocol
pthread_mutexattr_setprioceiling
pthread_mutexattr_setprotocol
pthread_setschedparam
pthread_setschedprio
pthread_getschedprio
(i hope that's complete)

- ppc port ?

is there something else i missed, and what are your plans ?

besides of musl itself, i think it would be a nice achievement if we 
could get the microblaze toolchain patches integrated in the upstream 
repos (or at least patches against current gcc/binutils trees), so that 
we distro-builders dont need to special-case for microblaze.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-09 18:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-31 23:37 roadmap for 0.9.8 ? John Spencer
2012-11-01  0:05 ` Rich Felker
2012-11-08 22:24   ` Rich Felker
2012-11-09 15:36     ` John Spencer
2012-11-09 18:51       ` Rich Felker

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