]>
Commit | Line | Data |
---|---|---|
1b6b029e | 1 | - optimize translated cache chaining (DLL PLT-like system) |
9de5e440 FB |
2 | - more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit issues) |
3 | - finish signal handing (fp87 state, more siginfo conversions) | |
4 | - verify thread support (clone() and various locks) | |
1b6b029e FB |
5 | - vm86 syscall support |
6 | - overrides/16bit for string ops | |
367e86e8 | 7 | - make it self runnable (use same trick as ld.so : include its own relocator and libc) |
dc99065b | 8 | - improved 16 bit support |
77f8dd5a | 9 | - fix FPU exceptions (in particular: gen_op_fpush not before mem load) |