diff options
| -rw-r--r-- | MAINTAINERS | 27 | ||||
| -rw-r--r-- | TODO | 12 |
2 files changed, 33 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cd237c5f6..f2bbc5d8f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -32,10 +32,19 @@ W: http://www.arm.linux.org.uk/ S: Maintained +AVR32 +N: Hans-Christian Egtvedt +E: hcegtvedt@atmel.com +N: Haavard Skinnemoen +E: haavard.skinnemoen@atmel.com +W: http://avr32linux.org/ +S: Maintained + + BFIN N: Mike Frysinger -E: michael.frysinger@analog.com -W: http://blackfin.uclinux.org +E: vapier.adi@gmail.com +W: http://blackfin.uclinux.org/ S: Maintained @@ -109,6 +118,13 @@ W: http://www.linux-sh.org S: Maintained +SH4 (NPTL/TLS) +P: Carmelo Amoroso +E: carmelo.amoroso@st.com +W: http://www.stlinux.com +S: Supported + + SPARC S: Unmaintained @@ -125,3 +141,10 @@ S: Unmaintained X86_64 S: Unmaintained + +XTENSA +P: Chris Zankel +E: chris@zankel.net +W: http://linux-xtensa.org/ +S: Maintained + @@ -90,6 +90,8 @@ TODO list for the uClibc 1.0.0 release: TODO list for AFTER the uClibc 1.0.0 release: ------------------------------------------------- + *) Add support for 64bit time (to deal withhttp://2038bug.com/): + date -s 011903142038 sets epoch to roll over in a few seconds (2^31) *) Add support for Linux 2.6.x fast vsyscalls *) Enable pristine source tree builds *) Fix regex so it isn't so stinking big @@ -107,6 +109,9 @@ Arch specific TODO: arm: update crt1 code again for nommu (http://bugs.uclibc.org/view.php?id=538) recruit jbowler and integrate thumb support + frv: + needs to be updated for the new ldso changes and unification of the + uClibc_main funcs (__uClibc_start_main doesnt exist anymore) hppa: errno.c test segfaults causes segfault in clone.S (seems to be in glibc too) i386: @@ -115,16 +120,15 @@ Arch specific TODO: ldso is not implemented m68k: ldso lazy relocation doesnt work + sh64: + ldso is reasonably broken, presently requiring additional + coaxing/threatening. sparc: need a sigaction.c since common one doesnt work (signal tests) ldso needs to be updated since it's totally broken atm vax: pthread support, linktime warning support (implies GAS patches), general touchups, testing, ldso. - frv sh64: - need to be updated to new ldso changes and unification of the - two uClibc_main funcs (__uClibc_start_main doesnt exist anymore) - ----------------------------------------------------------------------------- |
