diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-08-18 02:55:27 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-08-18 02:55:27 +0000 |
commit | c9f744b5830598d07e85ae3d15d23b8bd2acf0da (patch) | |
tree | bd81c71de136d4b2acbc8adcb29cbddb1d44437a | |
parent | 24fcfb3dbaba53e6b0fe1997735c024e110becb4 (diff) | |
download | uClibc-alpine-c9f744b5830598d07e85ae3d15d23b8bd2acf0da.tar.bz2 uClibc-alpine-c9f744b5830598d07e85ae3d15d23b8bd2acf0da.tar.xz |
Merge from trunk.
-rw-r--r-- | MAINTAINERS | 4 | ||||
-rw-r--r-- | TODO | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 76315d3ff..cd237c5f6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -33,8 +33,8 @@ S: Maintained BFIN -N: Erik Andersen -E: andersen@codepoet.org +N: Mike Frysinger +E: michael.frysinger@analog.com W: http://blackfin.uclinux.org S: Maintained @@ -22,8 +22,6 @@ TODO list for the uClibc 0.9.29 release: *) 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 0.9.29 release: 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 @@ TODO list for AFTER the uClibc 1.0.0 release: 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) |