Statistics
| Branch: | Revision:

root / TODO @ bb326a37

History | View | Annotate | Download (574 Bytes)

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