svn commit: branches/uClibc-nptl

carmelo at uclibc.org carmelo at uclibc.org
Sun Mar 16 08:58:59 UTC 2008


Author: carmelo
Date: 2008-03-16 01:58:58 -0700 (Sun, 16 Mar 2008)
New Revision: 21339

Log:
Synch with trunk TODO and MAINTAINERS

Modified:
   branches/uClibc-nptl/MAINTAINERS
   branches/uClibc-nptl/TODO


Changeset:
Modified: branches/uClibc-nptl/MAINTAINERS
===================================================================
--- branches/uClibc-nptl/MAINTAINERS	2008-03-16 08:56:27 UTC (rev 21338)
+++ branches/uClibc-nptl/MAINTAINERS	2008-03-16 08:58:58 UTC (rev 21339)
@@ -32,10 +32,19 @@
 S:	Maintained
 
 
+AVR32
+N:	Hans-Christian Egtvedt
+E:	hcegtvedt at atmel.com
+N:	Haavard Skinnemoen
+E:	haavard.skinnemoen at atmel.com
+W:	http://avr32linux.org/
+S:	Maintained
+
+
 BFIN
 N:	Mike Frysinger
-E:	michael.frysinger at analog.com
-W:	http://blackfin.uclinux.org
+E:	vapier.adi at gmail.com
+W:	http://blackfin.uclinux.org/
 S:	Maintained
 
 
@@ -109,6 +118,13 @@
 S:	Maintained
 
 
+SH4 (NPTL/TLS)
+P:	Carmelo Amoroso
+E:	carmelo.amoroso at st.com
+W:	http://www.stlinux.com
+S:	Supported
+
+
 SPARC
 S:	Unmaintained
 
@@ -125,3 +141,10 @@
 X86_64
 S:	Unmaintained
 
+
+XTENSA
+P:	Chris Zankel
+E:	chris at zankel.net
+W:	http://linux-xtensa.org/
+S:	Maintained
+

Modified: branches/uClibc-nptl/TODO
===================================================================
--- branches/uClibc-nptl/TODO	2008-03-16 08:56:27 UTC (rev 21338)
+++ branches/uClibc-nptl/TODO	2008-03-16 08:58:58 UTC (rev 21339)
@@ -90,6 +90,8 @@
 
 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 @@
   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,18 +120,17 @@
     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)
 
 
-
 -----------------------------------------------------------------------------
 Manuel's todo:
 




More information about the uClibc-cvs mailing list