about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [DYNAREC] Improved BOX64_NODYNAREC effect, and Interpretor->Dynarec on ↵ptitSeb2022-09-256-12/+34
| | | | conditional jump
* Added syscall 267 (for #99 and #100)ptitSeb2022-09-201-0/+1
|
* More fixes and improvment to bash handling (helps #360)ptitSeb2022-09-181-1/+1
|
* Added F0 86 ocpode ([DYNAREC] too) (for #406)ptitSeb2022-09-151-0/+29
|
* Try to improve syscall rt_sigaction handlingptitSeb2022-09-121-2/+10
|
* Added syscall 297ptitSeb2022-09-111-0/+1
|
* Fixed a warningptitSeb2022-08-111-0/+1
|
* Add SW64 base support (#382)wannacu2022-08-111-0/+12
| | | | | * Add SW64 base support * Add a few syscalls
* Fixed issue with last RIP handling refactorptitSeb2022-08-101-1/+1
|
* Some cleanupptitSeb2022-08-101-1/+0
|
* Added D9 D8..DF opcodes ([DYNAREC] too) (for #361)ptitSeb2022-08-091-8/+11
|
* Chenged Interpretor so RIP is updated on opcode success (better precision ↵ptitSeb2022-08-0629-406/+432
| | | | for Signal)
* All box internal memory alloc use __libc_ internal one (except on Android, ↵ptitSeb2022-08-063-10/+10
| | | | using libc one gather from dlsym)
* Small improvment to BOX64_ROLLING_LOG=1ptitSeb2022-07-301-2/+2
|
* Better trace for readlinkptitSeb2022-07-301-0/+4
|
* Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signalptitSeb2022-07-301-4/+12
|
* Fixed syscall 332 (for #361)ptitSeb2022-07-301-1/+1
|
* Added syscall 60 (for #363)ptitSeb2022-07-281-0/+1
|
* Added F2 0F 7D opcodeptitSeb2022-07-251-0/+14
|
* Added 66 0F D0 opcodeptitSeb2022-07-241-1/+7
|
* Added syscall 128ptitSeb2022-07-241-0/+1
|
* Some work around chromium / libcef / electron / nw (still not ok)ptitSeb2022-07-232-1/+15
|
* Added one more syscallptitSeb2022-07-171-0/+1
|
* Better log for waitpidptitSeb2022-07-171-0/+8
|
* Better trace for getenv and setenvptitSeb2022-07-171-0/+3
|
* Fixed a few warningsptitSeb2022-07-172-2/+2
|
* Added a few syscallsptitSeb2022-07-161-0/+15
|
* Improved 0F 0B opcode (SIGILL at ip, not ip+2)ptitSeb2022-07-161-0/+1
|
* Better trace for recvmsgptitSeb2022-07-161-0/+3
|
* [DYNAREC] Fixed defered carry flags for ADC 64bitsptitSeb2022-07-161-2/+2
|
* Fix sigaction syscallptitSeb2022-07-151-3/+40
|
* Use a bigger TLSData by default with forcing emulated gtkptitSeb2022-07-141-1/+2
|
* Double the min size of TLS data to 8k (help Keep Talking and Nobody Explode, ↵ptitSeb2022-07-101-1/+2
| | | | and probably other too)
* More previous bytes on Unimplemented Opcode messageptitSeb2022-07-101-2/+3
|
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-092-1/+29
|
* Fixed 64 F2 0F 10 and 64 66 0F 2E opcodes (for #298)ptitSeb2022-07-042-26/+24
|
* Added 66 F0 0F C1 opcode ([DYNAREC] too) (for FRAMED Collection on Steam)ptitSeb2022-07-031-0/+42
|
* Added 64 66 0F 2E/2F ocodes ([DYNAREC] too) (for #298)ptitSeb2022-07-031-0/+26
|
* Added 67 38-3D opcodes (for #323)ptitSeb2022-07-031-0/+39
|
* Added syscall 324 (for #327)ptitSeb2022-07-031-0/+1
|
* Reworked TLS to limit resizing, as it tends to break Unity3D gamesptitSeb2022-07-031-23/+58
|
* Added syscall 231 (for #333)ptitSeb2022-07-011-0/+1
|
* Added syscall 270 (for #333)ptitSeb2022-06-301-0/+1
|
* Added syscall 27 (for #333)ptitSeb2022-06-301-0/+1
|
* Various small debugging improvmentsptitSeb2022-06-192-0/+4
|
* Added 67 83 opcode ([DYNAREC] too) (for #323)ptitSeb2022-06-111-0/+47
|
* Added 67 C7 opcode ([DYNAREC] too) (for #323)ptitSeb2022-06-111-0/+12
|
* Added syscall 317ptitSeb2022-06-051-0/+1
|
* Run elf init if __libc_start_main init param is NULL (for #315)ptitSeb2022-05-301-0/+2
|
* Better version of F2/F3 0F 1E opcodeptitSeb2022-05-302-5/+10
|