summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-06-04 21:23:15 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-02-18 14:40:28 +0100
commit0eb30761a26c46aaf555464114851202ae9c27bd (patch)
treeea6a328a6137cb92e719df5c8bbb1ab4b552c49c /TODO
parentdcd8e7e8c9c5c5de727c9f1ff9499248cdf6f40e (diff)
libc: add non standard execvpe function
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3e75f3d00..61890e154 100644
--- a/TODO
+++ b/TODO
@@ -89,6 +89,10 @@ TODO list for the uClibc 1.0.0 release:
*) Fix dlopen, for both static and dynamic cases, and make it
fully comply with SuSv3
*) check if sched_getcpu is only pulled in where it should be
+ *) remove HANDLE_OLDER_RLIMIT, NEW_GETRLIMIT (conditionalize on
+ ugetrlimit, it seems, else use the modern variant)
+ *) simplify exec*() in the light of execvpe (perhaps single internal
+ impl); USE_GNU for execvpe (and other GNU extensions, see psm).
TODO list for AFTER the uClibc 1.0.0 release: