summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-06-25 20:28:39 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-06-25 20:28:39 +0000
commit3e2e5af56a313cf429bbeb9c1055a37b270929d1 (patch)
tree66ee4ef6f63d321d137bfd833ba8012cf1c98fc6 /TODO
parent96b91643c34a145a2e565247ca7594c1f77fb011 (diff)
Note need to fix scandir.c's dynamic memory handling.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 78f5b4b6e..f17ffee53 100644
--- a/TODO
+++ b/TODO
@@ -16,6 +16,7 @@ make inb/outb work (for lilo et all)
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.
-----------------------------------------------------------------------------
@@ -26,6 +27,7 @@ Move the target-specific sysconf.c generator to extra (as it needs to be
Move the unified syscall stuff to extra, or find a way to generate the
the required header file without using an intermediate binary.
+ Update: should be easy now that Erik has added bits/syscalls.h.
Add a usage message to the gcc wrapper.