summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-30 20:26:38 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-30 20:26:38 +0000
commit483cbc9e21969181feeb54dc872558e8f10e71f7 (patch)
tree3b3c2cc80237bd49ab6c1dce1340f7186aa15d36 /TODO
parent3e92af04661b8f513c53e8b5a74464c911884f4f (diff)
Update TODO list a bit
Diffstat (limited to 'TODO')
-rw-r--r--TODO37
1 files changed, 20 insertions, 17 deletions
diff --git a/TODO b/TODO
index 17030eee2..8c45627e8 100644
--- a/TODO
+++ b/TODO
@@ -1,22 +1,25 @@
Any takers?
-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
-Finish sparc port
-Documentation
-Better configuration system
-run 'nm -D --size-sort -t d libuClibc-0.9.5.so' and work on the biggest things
- (i.e. stuff at the end of the list) to make them smaller.
-make inb/outb work (for lilo et all)
- update: done for i386 and arm. lilo and the pcmcia tools compile cleanly now
-include/resolv.h does not define struct _res, and libc/inet/resolv.c
- does not use this struct. res_init does nothing. the other res_*
- functions are not implemented.
-scandir.c doesn't check returns on malloc and realloc.
-Add in shadow support (include/shadow.h and such)
-Right now, getopt has different behavior when dynamically vs when
- statically linked, violating the principle of least surprise.
+*) 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
+*) Finish sparc port
+*) Documentation
+*) Better configuration system. Use CML1 + kbuild and use menuconfig
+ to select from available features.
+*) run 'nm -D --size-sort -t d libuClibc-0.9.5.so' and work on the biggest things
+ (i.e. stuff at the end of the list) to make them smaller.
+*) make inb/outb work (for lilo et all). This is complete for i386 and arm.
+ lilo and the pcmcia tools compile cleanly now. Othere arches,
+ like powerpc, probably still need fixing.
+*) scandir.c doesn't check returns on malloc and realloc.
+*) Add in shadow support (include/shadow.h and such)
+*) Right now, getopt has different behavior when dynamically vs when
+ statically linked, violating the principle of least surprise.
+*) libc/inet/resolv.c does not define or use struct _res, and res_init does
+ nothing. the other res_* functions are not implemented.
+*) uClibc timezone support is stubbed out, so date(1) will show '???'
+ for the timezone when compiled with uClibc.
-----------------------------------------------------------------------------