diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 05:31:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 05:31:57 +0000 |
commit | 0ed1f493fcd25372403aa756916763cf444967c9 (patch) | |
tree | 51f9d6578b69d8b649ed2549b08220f9b1494c9a /TODO | |
parent | 41d42afb343e3c2895488646768eca30de74f853 (diff) | |
download | uClibc-alpine-0ed1f493fcd25372403aa756916763cf444967c9.tar.bz2 uClibc-alpine-0ed1f493fcd25372403aa756916763cf444967c9.tar.xz |
import rt_sigaction from glibc to fix alpha signal handling issues
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -31,6 +31,7 @@ TODO list for the uClibc 0.9.29 release: TODO list for the uClibc 1.0.0 release: ------------------------------------------------- + *) glob / fnmatch tests fail *) Finish hiding uClibc internal symbols from our exported namespace. *) 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 @@ -95,10 +96,7 @@ TODO list for AFTER the uClibc 1.0.0 release: Arch specific TODO: ------------------------------------------------- alpha: - signal handling is all screwed; common linux versions do not work for us, - need to import all the stuff from glibc ... - _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) |