X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=TODO;h=c6ad7bfb5173cf2e146998b9b7101810448223fe;hb=926a698c5ac69b599014ce147cc814343f0aaa4f;hp=ae305a550d639e061f3594d43d92f77f43ee36a5;hpb=70dd77fa63a3df3c6dd38bd73c54598004d1b54e;p=uclinux-h8%2FuClibc.git diff --git a/TODO b/TODO index ae305a550..c6ad7bfb5 100644 --- a/TODO +++ b/TODO @@ -88,6 +88,11 @@ TODO list for the uClibc 1.0.0 release: *) Cleanup/scrub all the Makefile copyright junk *) Fix dlopen, for both static and dynamic cases, and make it fully comply with SuSv3 + *) check if sched_getcpu is only pulled in where it should be + *) remove HANDLE_OLDER_RLIMIT, NEW_GETRLIMIT (conditionalize on + ugetrlimit, it seems, else use the modern variant) + *) simplify exec*() in the light of execvpe (perhaps single internal + impl); USE_GNU for execvpe (and other GNU extensions, see psm). TODO list for AFTER the uClibc 1.0.0 release: @@ -101,6 +106,7 @@ TODO list for AFTER the uClibc 1.0.0 release: *) run 'nm -D --size-sort -t d libuClibc-0.9.26.so' and work on the biggest things (i.e. stuff at the end of the list) to make them smaller. + *) Fix dlopen/dlsym/dlclose locking to more fine grained or use RCU @@ -179,3 +185,4 @@ Manuel's todo: b) Write a space-efficient gettext substitute, to avoid storing large amounts of redundant data. +