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
*
More libc wrapped functions
ptitSeb
2021-07-03
4
-5
/
+10
*
One more wrapped libc function
ptitSeb
2021-07-03
1
-1
/
+1
*
Added even more libc wrapped functions (needed by Wine)
ptitSeb
2021-07-02
1
-11
/
+11
*
Added a couple of libc wrapped functions
ptitSeb
2021-07-02
1
-2
/
+2
*
Added 64 D1/D3 opcodes ([DYNAREC] too)
ptitSeb
2021-07-02
2
-0
/
+246
*
Added some more libc wrapped functions
ptitSeb
2021-07-02
4
-10
/
+23
*
Fixed a typo
ptitSeb
2021-07-02
1
-2
/
+2
*
Added 64 0F AF opcode ([DYNAREC] Too)
ptitSeb
2021-07-02
2
-0
/
+43
*
Fixed nextFree memory search function (fixing regression with RaceTheSun and ...
ptitSeb
2021-07-02
1
-1
/
+1
*
[DYNAREC] Improved the fast native call path
ptitSeb
2021-07-02
9
-165
/
+198
*
[DYNAREC] Fixed DIV opcode, and added test17 about div/idiv
ptitSeb
2021-07-02
1
-5
/
+6
*
Improved low memory pre-allocation and added 47bits pre-allocation for Wine64
ptitSeb
2021-07-01
7
-37
/
+168
*
[DYNAREC] Added CF opcode and optimized native call
ptitSeb
2021-06-28
7
-52
/
+127
*
[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
[next]