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 89 and 8D opcodes
ptitSeb
2021-03-15
3
-4
/
+43
*
[DYNAREC] Added REX 50..5F opcodes
ptitSeb
2021-03-15
1
-0
/
+38
*
[DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)
ptitSeb
2021-03-15
15
-27
/
+2182
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
45
-614
/
+2576
*
Fixed a few minor leaks
ptitSeb
2021-03-13
2
-5
/
+19
*
Added custom memory handling
ptitSeb
2021-03-13
2
-303
/
+301
*
Start of a new dev. cycle
ptitSeb
2021-03-13
1
-1
/
+1
*
Bumped to v0.0.4
ptitSeb
2021-03-13
1
-2
/
+2
*
Added wrapped libalut and libalure
ptitSeb
2021-03-13
8
-1
/
+143
*
Wrapped some more functions
ptitSeb
2021-03-13
6
-10
/
+17
*
Added a few more SSE opcodes
ptitSeb
2021-03-13
2
-4
/
+221
*
Added many wrapped function, and fixed a few one too
ptitSeb
2021-03-13
14
-114
/
+248
*
Added a few opcodes
ptitSeb
2021-03-13
2
-0
/
+105
*
Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few m...
ptitSeb
2021-03-13
15
-23
/
+907
*
Fixed some 32bits versio of F7 opcodes
ptitSeb
2021-03-13
1
-2
/
+8
*
Added a few libc wrapped functions
ptitSeb
2021-03-13
1
-5
/
+5
*
Added a bunch of SSE opcodes
ptitSeb
2021-03-13
4
-1
/
+54
*
Added wrapped qsort and qsort_r functions
ptitSeb
2021-03-12
5
-4
/
+12
*
Added wrapped libpulse and libpulsesimple
ptitSeb
2021-03-12
8
-2
/
+1957
*
Added F0 00..35 opcodes
ptitSeb
2021-03-12
1
-1
/
+103
*
Added nanosleep wrapped function
ptitSeb
2021-03-12
1
-2
/
+2
*
Fixed pthread_attr_setstacksize to avoid setting too small stack on some plat...
ptitSeb
2021-03-12
2
-2
/
+10
*
Fixed issue with XMM 'GETGX' modrm and REX.b
ptitSeb
2021-03-12
1
-1
/
+1
*
Fixed some warning with modrm on 67 32bits prefix
ptitSeb
2021-03-12
1
-1
/
+1
*
Added a bunch of SSE2 opcodes
ptitSeb
2021-03-12
5
-14
/
+601
*
Added a large number of CPU opcodes
ptitSeb
2021-03-12
8
-26
/
+721
*
Added more x87 opcodes
ptitSeb
2021-03-11
8
-28
/
+382
*
Added alignment for 'long double' handling in '...'
ptitSeb
2021-03-11
1
-0
/
+4
*
Added some SSE2 and x87 opcodes
ptitSeb
2021-03-11
3
-3
/
+10
*
Added 67 E0..E3 opcodes
ptitSeb
2021-03-11
3
-2
/
+85
*
Added and fixed many opcodes
ptitSeb
2021-03-10
7
-63
/
+471
*
Better functions name resolving when using TRACE, and fixed some printf stuff...
ptitSeb
2021-03-10
22
-50
/
+127
*
Added a bunch of various opcodes
ptitSeb
2021-03-10
3
-0
/
+75
*
Added 66 REX F7 opcodes
ptitSeb
2021-03-10
1
-0
/
+66
*
Added 66 D1/D3 opcodes
ptitSeb
2021-03-10
1
-0
/
+30
*
Fixed the already wrapped non-valist __Xprintf_chk functions
ptitSeb
2021-03-10
5
-11
/
+22
*
Wrapped system function
ptitSeb
2021-03-10
1
-3
/
+3
*
Wrapped some more libc funcs
ptitSeb
2021-03-10
1
-8
/
+8
*
Wrapped sprintf
ptitSeb
2021-03-10
5
-14
/
+11
*
A handfull libc wrapped functions
ptitSeb
2021-03-09
1
-6
/
+6
*
Added fdopen and fdopendir
ptitSeb
2021-03-09
1
-6
/
+6
*
Added uname, ungetc, ungetwc, unlink and __underflow wrapped functions
ptitSeb
2021-03-09
1
-5
/
+5
*
Added statfs64 fstatfs64 and _IO_xxxx wrapped functions
ptitSeb
2021-03-09
5
-65
/
+112
*
Added 66 39/3B/3D CMP opcodes
ptitSeb
2021-03-09
2
-2
/
+27
*
Added 6A and 6B opcodes
ptitSeb
2021-03-09
1
-1
/
+16
*
Add freopen wrapped functions
ptitSeb
2021-03-09
1
-8
/
+8
*
A __printf_chk wrapped functions
ptitSeb
2021-03-09
4
-1
/
+4
*
A few sigXXX wrapped functions
ptitSeb
2021-03-09
1
-3
/
+3
*
Aligned struct stat64 for fxstat(64) also
ptitSeb
2021-03-09
5
-105
/
+15
*
Added waitpid and dl_iterate_phdr wrapped functions
ptitSeb
2021-03-09
4
-3
/
+7
[next]