aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 3336c7feed9cf58662b036f4368d8e2b4711b526 (plain)
1
2
3
4
5
6
7
8
implement limited support for static ELFs with ptrace ?

cache results of filesystem checks

add tests to make sure errno is saved/restored properly

wrappers for execl{,l,p} ... unfortunately, we'll probably have to basically
reimplement the functions (building up argv[] and then call the execv* ver)