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
*
Try to improve a bit signal handling
ptitSeb
2021-03-30
1
-11
/
+34
*
[DYNAREC] Fixed PLD emitter, fixing 0F 18 opcode for good this time
ptitSeb
2021-03-30
1
-1
/
+1
*
Fixed some wrapped function signature, and added a few more
ptitSeb
2021-03-30
6
-13
/
+6
*
Added wrapped swprintf
ptitSeb
2021-03-30
2
-15
/
+6
*
Fixed wrapped SDL_GetThreadID function signature
ptitSeb
2021-03-30
1
-1
/
+1
*
Wraped some SDL2 printf functions
ptitSeb
2021-03-30
5
-28
/
+21
*
Added __strtol_internal wrapped function
ptitSeb
2021-03-30
4
-1
/
+5
*
[DYNAREC] disable dynarec when all fini function of loaded libs are done
ptitSeb
2021-03-30
1
-0
/
+4
*
[DYNAREC] Fixed 66 0F C4/C5 opcodes, and small optim on 66 0F 70
ptitSeb
2021-03-30
1
-4
/
+5
*
[DYNAREC] Added a few more printers
ptitSeb
2021-03-30
1
-4
/
+110
*
[DYNAREC] Optimized a bit 66 0F 70 opcode
ptitSeb
2021-03-30
2
-18
/
+24
*
Added wrapped __isoc99_vsscanf function
ptitSeb
2021-03-29
1
-1
/
+1
*
Added wrapped syslog and __syslog_chk
ptitSeb
2021-03-29
5
-2
/
+22
*
Added wrapped libbz2 and liblzma
ptitSeb
2021-03-29
8
-1
/
+463
*
[DYNAREC] Fixed 0F 18 opcodes
ptitSeb
2021-03-29
2
-10
/
+10
*
[DYNAREC] FillBlock is behind a mutex now, and use LR for easier debugging on...
ptitSeb
2021-03-29
4
-10
/
+15
*
Small change in start en end of emulated software
ptitSeb
2021-03-29
1
-1
/
+2
*
[DYNAREC] DynaMap is behind a strict mutex now
ptitSeb
2021-03-29
1
-15
/
+24
*
Added syscall 57
ptitSeb
2021-03-29
1
-0
/
+12
*
Goes with the new wrapped backtrace functions
ptitSeb
2021-03-29
3
-0
/
+4
*
Removed x64emu_t structure dedicated to signal handling, using main thread on...
ptitSeb
2021-03-29
1
-58
/
+66
*
Some work around backtrace to try get symbol from stack frame (not sure it do...
ptitSeb
2021-03-29
2
-9
/
+66
*
[ARM64] Added a new arm64_lock_storeifref helper
ptitSeb
2021-03-29
2
-6
/
+19
*
[DYNAREC] Small changes in F0 0F C7 opcode
ptitSeb
2021-03-29
1
-11
/
+6
*
Don't need to set FS here
ptitSeb
2021-03-29
1
-1
/
+1
*
Cosmetic change for F0 0F B1 opcode
ptitSeb
2021-03-29
1
-1
/
+2
*
Try to sistematicaly erase upper RAX on cmpxchg opcode
ptitSeb
2021-03-29
1
-2
/
+1
*
[DYNAREC] Try to mitigate case of cmp/tst apparently 'for nothing'
ptitSeb
2021-03-29
2
-15
/
+16
*
Added wrapped wcstombs function
ptitSeb
2021-03-29
1
-1
/
+1
*
[DYNAREC] Added 0F C2 opcode
ptitSeb
2021-03-29
2
-0
/
+51
*
[DYNAREC] Added 0F 5D/5E/5F opcodes
ptitSeb
2021-03-28
1
-0
/
+21
*
[DYNAREC] Added 0F 18 opcodes
ptitSeb
2021-03-28
2
-0
/
+49
*
[DYNAREC] Added F0 29 opcode
ptitSeb
2021-03-28
1
-0
/
+18
*
[DYNAREC] Added F0 C7 opcode
ptitSeb
2021-03-28
2
-0
/
+33
*
Added wrapped asctime and friends
ptitSeb
2021-03-28
1
-4
/
+4
*
Simply wrapped pthread_exit, don't force emu->quit to 1
ptitSeb
2021-03-28
2
-7
/
+7
*
Removed a useless line in setjump wrapped function
ptitSeb
2021-03-28
1
-1
/
+0
*
[DYNAREC] Small optim on Native Call
ptitSeb
2021-03-28
1
-3
/
+2
*
[DYNAREC] Compute arm size of son block
ptitSeb
2021-03-28
1
-1
/
+2
*
Added more libc and pthreads wrapped functions
ptitSeb
2021-03-28
8
-98
/
+45
*
[DYNAREC] Improved Dynablock construction, stopping when overlaping block is ...
ptitSeb
2021-03-28
6
-14
/
+61
*
[DYNAREC] Enhanced the special case of CMP follow by CALL handling (need to f...
ptitSeb
2021-03-28
1
-1
/
+4
*
Fixed aio_suspend64 funciton signature
ptitSeb
2021-03-28
1
-4
/
+4
*
Better Stack handling (backported from box86)
ptitSeb
2021-03-28
6
-15
/
+27
*
A few more libc wrapped functions
ptitSeb
2021-03-26
2
-2
/
+3
*
Added wrapped libudev0 and libudev1
ptitSeb
2021-03-26
8
-2
/
+218
*
Added 0F 18 opcode
ptitSeb
2021-03-26
1
-0
/
+16
*
Added more libc wrapped functions
ptitSeb
2021-03-26
6
-25
/
+51
*
[DYNAREC] Added some more 66 0F opcodes, plus a few small bug fixes
ptitSeb
2021-03-26
3
-9
/
+86
*
Fixed a signature of an X11 wrapped function
ptitSeb
2021-03-26
4
-5
/
+5
[next]