]>
Commit | Line | Data |
---|---|---|
bc8a22cc | 1 | - fix thread locks |
1b6b029e | 2 | - optimize translated cache chaining (DLL PLT-like system) |
27c75a9a FB |
3 | - fix thread stack liberation (use kernel 2.5.xxx CLONE_CHILD_CLEARTID) |
4 | - fix x86 stack allocation | |
5 | - fix iret/lret restarting | |
b03c60f3 FB |
6 | - more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit |
7 | issues, fix 16 bit uid issues) | |
9de5e440 FB |
8 | - finish signal handing (fp87 state, more siginfo conversions) |
9 | - verify thread support (clone() and various locks) | |
09bfb054 FB |
10 | - make it self runnable (handle self modifying code, relocate stack |
11 | and dyn loader) | |
77f8dd5a | 12 | - fix FPU exceptions (in particular: gen_op_fpush not before mem load) |