2003-03-30 21:02:40 +00:00
|
|
|
- fix thread locks
|
2003-03-22 17:31:38 +00:00
|
|
|
- optimize translated cache chaining (DLL PLT-like system)
|
2003-04-07 21:35:21 +00:00
|
|
|
- fix thread stack liberation (use kernel 2.5.xxx CLONE_CHILD_CLEARTID)
|
|
|
|
- fix x86 stack allocation
|
|
|
|
- fix iret/lret restarting
|
2003-03-23 17:19:56 +00:00
|
|
|
- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
|
|
|
|
issues, fix 16 bit uid issues)
|
2003-03-23 16:49:39 +00:00
|
|
|
- finish signal handing (fp87 state, more siginfo conversions)
|
|
|
|
- verify thread support (clone() and various locks)
|
2003-04-10 00:03:40 +00:00
|
|
|
- make it self runnable (handle self modifying code, relocate stack
|
|
|
|
and dyn loader)
|
2003-03-05 22:24:48 +00:00
|
|
|
- fix FPU exceptions (in particular: gen_op_fpush not before mem load)
|