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 (
Collapse
)
Author
Age
Files
Lines
*
Added 9E/9F opcodes ([DYNAREC] too)
ptitSeb
2021-04-12
2
-2
/
+28
|
*
Added a 1 more libc wrapped function
ptitSeb
2021-04-12
1
-1
/
+1
|
*
Fixed some issues with pthread wrapping
ptitSeb
2021-04-12
1
-8
/
+15
|
*
[DYNAREC] Added 66 0F 5D/5F opcodes
ptitSeb
2021-04-12
1
-0
/
+14
|
*
[DYNAREC] Fixed F2 0F 5D/5F opcodes
ptitSeb
2021-04-12
1
-2
/
+2
|
*
Improved pthread wrapping
ptitSeb
2021-04-12
6
-9
/
+51
|
*
Added 64 F3 0F 11/59 opcodes
ptitSeb
2021-04-12
1
-2
/
+22
|
*
More alignment work on thread (some attr are bigger on arm64 than x86_64)
ptitSeb
2021-04-12
2
-113
/
+224
|
*
Added A0/A2 opcodes ([DYNAREC] too)
ptitSeb
2021-04-11
3
-6
/
+32
|
*
Fixed a warning in wrapped libsdl2
ptitSeb
2021-04-11
1
-1
/
+1
|
*
Merge pull request #6 from rajdakin/generalImprovements
ptitSeb
2021-04-11
61
-367
/
+1593
|
\
|
|
|
|
General improvements to box64 and fixed some SDL2 functions
|
*
Forgot to add SDL1
rajdakin
2021-04-11
3
-87
/
+37
|
|
|
*
General improvements to box64 and fixed some SDL2 functions
rajdakin
2021-04-11
60
-281
/
+1557
|
|
*
|
[DYNAREC] Added 0F F2 opcode
ptitSeb
2021-04-11
1
-0
/
+12
|
|
*
|
[DYNAREC] Added 66 0F E1/F2 opcode
ptitSeb
2021-04-11
1
-0
/
+28
|
|
*
|
[DYNAREC] Added 0F 74 opcode
ptitSeb
2021-04-11
2
-0
/
+10
|
|
*
|
[DYNAREC] Added 66 0F DA opcode
ptitSeb
2021-04-11
1
-1
/
+7
|
|
*
|
[DYNAREC] Added 0F 63 opcode
ptitSeb
2021-04-11
1
-0
/
+10
|
|
*
|
[DYNAREC] Added 0F E3 opcode
ptitSeb
2021-04-11
1
-0
/
+8
|
|
*
|
Fixed 0F E3 opcode
ptitSeb
2021-04-11
1
-6
/
+3
|
|
*
|
[DYNAREC] Added 66 0F E2 ocpode
ptitSeb
2021-04-11
2
-0
/
+39
|
|
*
|
[DYNAREC] Added F3 0F 5B opcode
ptitSeb
2021-04-11
1
-0
/
+7
|
|
*
|
[DYNAREC] Added F3 0F D6 opcode
ptitSeb
2021-04-11
1
-0
/
+14
|
|
*
|
Added F2 0F F0 ocpode ([DYNAREC] too)
ptitSeb
2021-04-11
2
-1
/
+23
|
|
*
|
[DYNAREC] Added 0F DE/DF opcodes
ptitSeb
2021-04-11
1
-1
/
+14
|
|
*
|
Added 0F DE opcode
ptitSeb
2021-04-11
1
-1
/
+7
|
|
*
|
Added wrapped libSDL2_net
ptitSeb
2021-04-11
7
-1
/
+107
|
|
*
|
[DYNAREC] Improved (and fixed) Table64 handling
ptitSeb
2021-04-11
5
-9
/
+23
|
|
*
|
Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ↵
ptitSeb
2021-04-11
7
-49
/
+184
|
|
|
|
|
|
|
|
changes to the JmpTable
*
|
[DYNAREC] Fixed, again, arm64_lock_storeifref function
ptitSeb
2021-04-11
1
-1
/
+1
|
|
*
|
[DYNAREC] Fixed arm64_lock_storeifref function
ptitSeb
2021-04-11
1
-2
/
+3
|
|
*
|
[DYNAREC] Removed obsolete comments
ptitSeb
2021-04-11
1
-4
/
+0
|
|
*
|
[DYNAREC] Added address on Jump to non-block address warning log
ptitSeb
2021-04-11
1
-1
/
+1
|
|
*
|
Merge branch 'main' of https://github.com/ptitSeb/box64 into main
ptitSeb
2021-04-10
2
-5
/
+8
|
\
|
|
*
Added some libc symbols
rajdakin
2021-04-10
2
-5
/
+8
|
|
*
|
Merge branch 'main' of https://github.com/ptitSeb/box64 into main
ptitSeb
2021-04-10
1
-4
/
+12
|
\
|
|
*
Fixed FF INC and DEC opcodes
rajdakin
2021-04-10
1
-4
/
+12
|
|
*
|
Better trace for a few GL functions
ptitSeb
2021-04-10
1
-0
/
+15
|
|
*
|
[DYNAREC] Fixed address used by this warning
ptitSeb
2021-04-10
1
-4
/
+4
|
/
*
Grab thread emu when calling init Library instead of NULL
ptitSeb
2021-04-10
1
-1
/
+1
|
*
Merge pull request #3 from rajdakin/exitFix
ptitSeb
2021-04-09
17
-88
/
+150
|
\
|
|
|
|
box64 exit fix
|
*
Fixed the libraries free ordering
rajdakin
2021-04-09
11
-62
/
+124
|
|
|
*
Changed missed unwanted "box86"
rajdakin
2021-04-09
10
-26
/
+26
|
|
*
|
Added gethostbyname wrapped function
ptitSeb
2021-04-09
1
-1
/
+1
|
|
*
|
Added F0 87 opcode ([DYNAREC] too)
ptitSeb
2021-04-09
2
-1
/
+71
|
|
*
|
Fixed a warning
ptitSeb
2021-04-09
1
-1
/
+1
|
/
*
Fix NOALIGN build
ptitSeb
2021-04-09
1
-0
/
+2
|
*
Added one more wcs wrapped function
ptitSeb
2021-04-09
1
-1
/
+1
|
*
Added unligned case for lock inc dword ptr[xx]
ptitSeb
2021-04-09
1
-3
/
+14
|
*
Added wcstof wrapped function
ptitSeb
2021-04-09
1
-1
/
+1
|
[next]