diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ - fix thread locks -- fix thread stack liberation -- fix x86 stack allocation - optimize translated cache chaining (DLL PLT-like system) +- fix thread stack liberation (use kernel 2.5.xxx CLONE_CHILD_CLEARTID) +- fix x86 stack allocation +- fix iret/lret restarting - more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit issues, fix 16 bit uid issues) - finish signal handing (fp87 state, more siginfo conversions) - verify thread support (clone() and various locks) -- overrides/16bit for string ops - make it self runnable (use same trick as ld.so : include its own relocator and libc) - fix FPU exceptions (in particular: gen_op_fpush not before mem load) |