Revision 9de5e440 TODO

b/TODO
1
- asynchronous signal interrupt / clear synchronous signal handling
2
- add eflags restore in emulator
3
- finish signal handing (fp87 state)
4
- verify thread support (clone() and various locks)
5 1
- optimize translated cache chaining (DLL PLT-like system)
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)
6 5
- vm86 syscall support
7 6
- overrides/16bit for string ops
8
- more syscalls (in particular all 64 bit ones)
9 7
- make it self runnable (use same trick as ld.so : include its own relocator and libc)
10 8
- improved 16 bit support 
11 9
- fix FPU exceptions (in particular: gen_op_fpush not before mem load)

Also available in: Unified diff