summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-10 14:54:54 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-10 14:54:54 +0000
commitd94663ec0e6009bc9b541e064c5bae1d5b788a98 (patch)
tree71043205531eb56225aed80e53295ec133745f2a /TODO
parent534a83fcf6edb644f1785091c2838c2e2915148e (diff)
A couple of TODO items
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 167445619..cfe5a3da8 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,9 @@
Any takers?
+readdir64 (part of the LFS support) is broken and segfaults.
+On ARM, the kernel fp math emulator uses a funky byte ordering
+ that causes some of our math functions to produce bad results.
+ We need to fix up the things for the wierd ARM byte ordering.
Fix regex so it isn't so stinking big
Fix glob so it isn't so stinking big
Integrate Jeff Garzik's key-value reading code for pwd/grp, /etc/hosts, etc