index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DYNAREC] Added 66 98 CBW opcode
ptitSeb
2021-06-28
1
-0
/
+6
*
Start of a new dev. cycle
ptitSeb
2021-06-27
1
-1
/
+1
*
Bumped to v0.1.0
ptitSeb
2021-06-27
1
-2
/
+2
*
Added 8C opcode
ptitSeb
2021-06-25
1
-1
/
+5
*
Added getauxval wrapped function
ptitSeb
2021-06-25
7
-14
/
+22
*
More improvments to elfloader
ptitSeb
2021-06-23
4
-15
/
+34
*
Fixed a signature of a funciton from libXi
ptitSeb
2021-06-23
4
-5
/
+5
*
Various change to try improve stability on JIT'd program (like mono for Terra...
ptitSeb
2021-06-21
3
-33
/
+19
*
More logs on 'strange' SIGSEGV...
ptitSeb
2021-06-21
1
-3
/
+4
*
[DYNAREC] Added 67 0F 2E/2F opcodes
ptitSeb
2021-06-21
1
-1
/
+43
*
Fixed 67 F2/F3 0F 2E/2F not handled for now
ptitSeb
2021-06-21
1
-0
/
+3
*
[DYNAREC] Try to free dynablocks when no longer used
ptitSeb
2021-06-19
3
-26
/
+54
*
Improved mutex handling
ptitSeb
2021-06-19
1
-49
/
+93
*
Small fixes to the my_backtrace (it doesn't seems to be working anyway)
ptitSeb
2021-06-18
1
-1
/
+1
*
[DYNAREC] Optimized some flags handling for a few of the complex emiter (+10%...
ptitSeb
2021-06-18
3
-95
/
+60
*
[DYNAREC] Small optim on shl/shr 16bits, and marked all opcode that need opti...
ptitSeb
2021-06-18
7
-2
/
+67
*
[DYNAREC] Optimized DIV/IDIV 32/64bits opcodes
ptitSeb
2021-06-18
4
-11
/
+112
*
Optimized memory protection tracking
ptitSeb
2021-06-17
1
-14
/
+47
*
Added a few more libc wrapped functions
ptitSeb
2021-06-16
1
-3
/
+3
*
Fixed a warning
ptitSeb
2021-06-16
1
-2
/
+2
*
Improved emulated library loader, to not stop at first binary found even if n...
ptitSeb
2021-06-16
1
-5
/
+6
*
Added some hack to try detect SDL_sound custom build for SDL2 and use emulate...
ptitSeb
2021-06-16
3
-3
/
+12
*
Fixed SDL_HasIntersection signature (fixing To The Moon blank screen)
ptitSeb
2021-06-16
1
-1
/
+1
*
Small fix for sdl2rwops emulated close
ptitSeb
2021-06-16
1
-1
/
+3
*
Better trace for lseek functions
ptitSeb
2021-06-16
1
-0
/
+6
*
Some more wrapped functions to libc, and both libudev
ptitSeb
2021-06-15
11
-10
/
+273
*
Improved dlsym a bit
ptitSeb
2021-06-15
1
-29
/
+17
*
Added some speicifc workaround for libcef (staticaly linked with tcmalloc)
ptitSeb
2021-06-15
1
-2
/
+34
*
Improved cpu capability flags, and silenced a warning in of_unconvert
ptitSeb
2021-06-15
1
-2
/
+5
*
Fixed a crash with some glibc wrapped /not-yet wrapped libs
ptitSeb
2021-06-15
1
-1
/
+1
*
Improved Log for emit_signal
ptitSeb
2021-06-15
1
-1
/
+10
*
Improved steam detection and added steam-runtime-check-requirements workaround
ptitSeb
2021-06-15
1
-3
/
+3
*
Added syscall 20
ptitSeb
2021-06-15
1
-0
/
+1
*
Improved and fixed Trace for some functions
ptitSeb
2021-06-15
1
-1
/
+9
*
[DYNAREC] Improved UD2 handling
ptitSeb
2021-06-15
1
-0
/
+2
*
Small work around pthread_once
ptitSeb
2021-06-15
1
-7
/
+6
*
Added libtcmallocminimal workaround
ptitSeb
2021-06-15
3
-1
/
+468
*
[DYNAREC] Added 66 0F F7 opcode
ptitSeb
2021-06-14
1
-1
/
+17
*
[DYNAREC] Added shrd32c emiter and 0F AC opcode
ptitSeb
2021-06-14
3
-57
/
+59
*
[DYNAREC] Added message Need Optim on SH(L/R)D Ed, Gd, CL opcode
ptitSeb
2021-06-14
1
-0
/
+2
*
[DYNAREC] Added shld32c emiter and 0F A4 opcode
ptitSeb
2021-06-14
4
-66
/
+69
*
[DYNAREC] Added 0F 2B opcode
ptitSeb
2021-06-14
1
-0
/
+15
*
Added wrapped execl function
ptitSeb
2021-06-14
4
-2
/
+25
*
Change the way locked mutex are detected (taken from box86)
ptitSeb
2021-06-14
4
-12
/
+7
*
Added 66 0F 3A 0B opcode ([DYNAREC] too)
ptitSeb
2021-06-14
4
-5
/
+54
*
Don't launch gdb if Trace is redirected to a file (avoid empty trace when mon...
ptitSeb
2021-06-14
1
-0
/
+2
*
Added 66 0F 38 20..25 SSE4 opcodes ([DYNAREC] too)
ptitSeb
2021-06-14
2
-1
/
+91
*
[DYNAREC] Fix special case of PSHUFD on memory with Ib=0 (fixed the Blankscre...
ptitSeb
2021-06-13
1
-1
/
+1
*
[DYNAREC] Small optim for PSHUFW opcode
ptitSeb
2021-06-13
1
-0
/
+21
*
[DYNAREC] Small optim on PSUHFD opcode
ptitSeb
2021-06-13
1
-5
/
+30
[next]