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
/
include
/
debug.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-12
Added a 1 more libc wrapped function
ptitSeb
1
-1
/
+1
2021-04-12
Fixed some issues with pthread wrapping
ptitSeb
1
-8
/
+15
2021-04-12
[DYNAREC] Added 66 0F 5D/5F opcodes
ptitSeb
1
-0
/
+14
2021-04-12
[DYNAREC] Fixed F2 0F 5D/5F opcodes
ptitSeb
1
-2
/
+2
2021-04-12
Improved pthread wrapping
ptitSeb
6
-9
/
+51
2021-04-12
Added 64 F3 0F 11/59 opcodes
ptitSeb
1
-2
/
+22
2021-04-12
More alignment work on thread (some attr are bigger on arm64 than x86_64)
ptitSeb
2
-113
/
+224
2021-04-11
Added A0/A2 opcodes ([DYNAREC] too)
ptitSeb
3
-6
/
+32
2021-04-11
Fixed a warning in wrapped libsdl2
ptitSeb
1
-1
/
+1
2021-04-11
Forgot to add SDL1
rajdakin
3
-87
/
+37
2021-04-11
General improvements to box64 and fixed some SDL2 functions
rajdakin
61
-333
/
+1666
2021-04-11
[DYNAREC] Added 0F F2 opcode
ptitSeb
1
-0
/
+12
2021-04-11
[DYNAREC] Added 66 0F E1/F2 opcode
ptitSeb
1
-0
/
+28
2021-04-11
[DYNAREC] Added 0F 74 opcode
ptitSeb
2
-0
/
+10
2021-04-11
[DYNAREC] Added 66 0F DA opcode
ptitSeb
1
-1
/
+7
2021-04-11
[DYNAREC] Added 0F 63 opcode
ptitSeb
1
-0
/
+10
2021-04-11
[DYNAREC] Added 0F E3 opcode
ptitSeb
1
-0
/
+8
2021-04-11
Fixed 0F E3 opcode
ptitSeb
1
-6
/
+3
2021-04-11
[DYNAREC] Added 66 0F E2 ocpode
ptitSeb
2
-0
/
+39
2021-04-11
[DYNAREC] Added F3 0F 5B opcode
ptitSeb
1
-0
/
+7
2021-04-11
[DYNAREC] Added F3 0F D6 opcode
ptitSeb
1
-0
/
+14
2021-04-11
Added F2 0F F0 ocpode ([DYNAREC] too)
ptitSeb
2
-1
/
+23
2021-04-11
[DYNAREC] Added 0F DE/DF opcodes
ptitSeb
1
-1
/
+14
2021-04-11
Added 0F DE opcode
ptitSeb
1
-1
/
+7
2021-04-11
Added wrapped libSDL2_net
ptitSeb
8
-1
/
+108
2021-04-11
[DYNAREC] Improved (and fixed) Table64 handling
ptitSeb
5
-9
/
+23
2021-04-11
Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...
ptitSeb
7
-49
/
+184
2021-04-11
[DYNAREC] Fixed, again, arm64_lock_storeifref function
ptitSeb
1
-1
/
+1
2021-04-11
[DYNAREC] Fixed arm64_lock_storeifref function
ptitSeb
1
-2
/
+3
2021-04-11
[DYNAREC] Removed obsolete comments
ptitSeb
1
-4
/
+0
2021-04-11
[DYNAREC] Added address on Jump to non-block address warning log
ptitSeb
1
-1
/
+1
2021-04-10
Added some libc symbols
rajdakin
2
-5
/
+8
2021-04-10
Fixed FF INC and DEC opcodes
rajdakin
1
-4
/
+12
2021-04-10
Better trace for a few GL functions
ptitSeb
1
-0
/
+15
2021-04-10
[DYNAREC] Fixed address used by this warning
ptitSeb
1
-4
/
+4
2021-04-10
Grab thread emu when calling init Library instead of NULL
ptitSeb
1
-1
/
+1
2021-04-09
Fixed the libraries free ordering
rajdakin
11
-62
/
+124
2021-04-09
Changed missed unwanted "box86"
rajdakin
10
-26
/
+26
2021-04-09
Added gethostbyname wrapped function
ptitSeb
1
-1
/
+1
2021-04-09
Added F0 87 opcode ([DYNAREC] too)
ptitSeb
2
-1
/
+71
2021-04-09
Fixed a warning
ptitSeb
1
-1
/
+1
2021-04-09
Fix NOALIGN build
ptitSeb
1
-0
/
+2
2021-04-09
Added one more wcs wrapped function
ptitSeb
1
-1
/
+1
2021-04-09
Added unligned case for lock inc dword ptr[xx]
ptitSeb
1
-3
/
+14
2021-04-09
Added wcstof wrapped function
ptitSeb
1
-1
/
+1
2021-04-09
pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...
ptitSeb
5
-14
/
+167
2021-04-09
Small comment on syscall
ptitSeb
1
-1
/
+1
2021-04-08
More libc wrapped functions
ptitSeb
1
-1
/
+1
2021-04-08
Added 64 F2 0F 11 and 64 39 opcodes
ptitSeb
1
-5
/
+46
2021-04-08
A few more wrapped libc functions
ptitSeb
1
-9
/
+9
[next]