svn commit: branches/uClibc-nptl

sjhill at uclibc.org sjhill at uclibc.org
Fri Aug 18 02:55:28 UTC 2006


Author: sjhill
Date: 2006-08-17 19:55:27 -0700 (Thu, 17 Aug 2006)
New Revision: 15814

Log:
Merge from trunk.


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


Changeset:
Modified: branches/uClibc-nptl/MAINTAINERS
===================================================================
--- branches/uClibc-nptl/MAINTAINERS	2006-08-18 02:54:44 UTC (rev 15813)
+++ branches/uClibc-nptl/MAINTAINERS	2006-08-18 02:55:27 UTC (rev 15814)
@@ -33,8 +33,8 @@
 
 
 BFIN
-N:	Erik Andersen
-E:	andersen at codepoet.org
+N:	Mike Frysinger
+E:	michael.frysinger at analog.com
 W:	http://blackfin.uclinux.org
 S:	Maintained
 

Modified: branches/uClibc-nptl/TODO
===================================================================
--- branches/uClibc-nptl/TODO	2006-08-18 02:54:44 UTC (rev 15813)
+++ branches/uClibc-nptl/TODO	2006-08-18 02:55:27 UTC (rev 15814)
@@ -22,8 +22,6 @@
     *) bug in getopt handling:
 	http://bugs.uclibc.org/view.php?id=61
 	http://www.uclibc.org/lists/uclibc/2006-January/013851.html
-    *)  Change all references to the older "Library GPL" to the "Lesser GPL"
-	and update COPYING.LIB to LGPL version 2.1.
     *) fold NPTL branch back into trunk
     *) as many of the arch-specific issues as possible
 
@@ -31,7 +29,11 @@
 
 TODO list for the uClibc 1.0.0 release:
 -------------------------------------------------
-    *) Finish hiding uClibc internal symbols from our exported namespace.
+    *) glob / fnmatch tests fail
+    *) regex should pass AT&T conformance tests
+    *) Finish hiding uClibc internal symbols from our exported namespace
+    *) Add system for generating minimal system call asm wrappers that abuse
+	the C ABI to minimize amount of register/stack manipulation
     *) Explicity add some sortof CONFIG_LINUX_2_2_ABI, CONFIG_LINUX_2_4_ABI
 	and CONFIG_LINUX_2_6_ABI type options, rather than having the abi
 	depend on the selected set of kernel headers.  This will likely also
@@ -95,28 +97,26 @@
 Arch specific TODO:
 -------------------------------------------------
   alpha:
-    _init/_fini hangs signal-ed (assert test)
-    output from cloned children seems funky (unistd/clone test)
     ldso is not implemented
   arm:
     update crt1 code again for nommu (http://bugs.uclibc.org/view.php?id=538)
     recruit jbowler and integrate thumb support
   hppa:
     errno.c test segfaults causes segfault in clone.S (seems to be in glibc too)
+  i386:
+    add support for fast system calls
   ia64:
     ldso is not implemented
   m68k:
     ldso lazy relocation doesnt work
-  mips:
-    brk/pipe fixes: http://bugs.uclibc.org/view.php?id=469
   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.
-  bfin cris rfv sh64:
-    need to be updated to new ldso changes and unification of the 
+  frv sh64:
+    need to be updated to new ldso changes and unification of the
      two uClibc_main funcs (__uClibc_start_main doesnt exist anymore)
 
 




More information about the uClibc-cvs mailing list