2003-04-30 05:34:02 +08:00
|
|
|
- fix gcc 2.96 compile bug
|
2003-03-31 05:02:40 +08:00
|
|
|
- fix thread locks
|
2003-03-23 01:31:38 +08:00
|
|
|
- optimize translated cache chaining (DLL PLT-like system)
|
2003-04-30 05:34:02 +08:00
|
|
|
- fix thread stack freeing (use kernel 2.5.x CLONE_CHILD_CLEARTID)
|
2003-04-08 05:35:21 +08:00
|
|
|
- fix x86 stack allocation
|
|
|
|
- fix iret/lret restarting
|
2003-03-24 01:19:56 +08:00
|
|
|
- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
|
|
|
|
issues, fix 16 bit uid issues)
|
2003-03-24 00:49:39 +08:00
|
|
|
- finish signal handing (fp87 state, more siginfo conversions)
|
2003-03-06 06:24:48 +08:00
|
|
|
- fix FPU exceptions (in particular: gen_op_fpush not before mem load)
|
2003-04-30 05:34:02 +08:00
|
|
|
- handle self-modifying code (track mmap and mark all pages containing
|
|
|
|
translated code as readonly. use a custom signal handler to flush
|
|
|
|
parts of the translation cache if write access to a readonly page
|
|
|
|
containing translated code).
|
|
|
|
- use gcc to compile to static code
|