summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-26 20:48:39 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-26 20:48:39 +0000
commit25ea4a74c3f052002d2dcd6705a81da91c2d43d7 (patch)
tree3b3d8434c40afa7d2fc94dfcdf56620b4b29ad89 /TODO
parent994064c84e86c1be21365f2041ca5cb4bbd3e921 (diff)
Update TODO list
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 29ef3300b..ec9ea0182 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
TODO list for the uClibc 0.9.27 release:
-------------------------------------------------
- *) Fix syscall() on mips
- *) Add some basic optimized mips string functions
*) Fix use of __secure in __uClibc_init() for so that we prevent
starting staticly linked SUID binaries where the standard file
descriptors are not opened. For dynamically linked binaries,
@@ -11,6 +9,7 @@ TODO list for the uClibc 0.9.27 release:
*) Audit header files. When options are disabled, also disable
them in the include files as well by checking for the proper
define from include/bits/uClibc_config.h (pulled in from features.h)
+ *) Hide uClibc internal symbols from our exported namespace.
TODO list for the uClibc 1.0.0 release: