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
/
emu
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Make BOX64_IGNOREINT3 also ignore other privilged instructions
ptitSeb
2024-10-24
1
-1
/
+16
|
*
Improved 0F 0D opcode ([ARM64_DYNAREC] too) (FF7RI now have sound)
ptitSeb
2024-10-19
1
-2
/
+8
|
*
[TRACE] Improved 32bits trace for FF 92 opocde
ptitSeb
2024-10-19
1
-0
/
+4
|
*
[BOX32][TRACE] Better trace for a sscanf variant
ptitSeb
2024-10-19
1
-1
/
+1
|
*
[NTERPRETER] Added 64 F6 opcodes (for #1932)
ptitSeb
2024-10-13
1
-0
/
+35
|
*
[INTERPRETER] Added 64/65 85 opcode ([ARM64_DYNAREC] too) (for #1932)
ptitSeb
2024-10-13
1
-0
/
+9
|
*
[BOX32] Allow internal memory to be in 32bits space if needed
ptitSeb
2024-10-13
1
-3
/
+3
|
*
[BOX32][TRACE] Better for XRRSetScreenSize
ptitSeb
2024-10-11
1
-0
/
+2
|
*
[BOX32][TRACE] Fixed trace for memcmp, strncasecmp and strncmp
ptitSeb
2024-10-10
1
-4
/
+3
|
*
[BOX32][TRACE] Small improvment to SDL_RWFromFile trace
ptitSeb
2024-10-10
1
-1
/
+1
|
*
[BOX32] Fixed 32bits libc syscall 240
ptitSeb
2024-10-09
1
-2
/
+2
|
*
Added 66 6A opcode ([ARM64_DYNAREC] too) (for #1911)
ptitSeb
2024-10-07
1
-1
/
+4
|
*
[BOX32] More work on 32bits wrapped functions
ptitSeb
2024-10-07
3
-7
/
+8
|
*
[INTERPRETER] Worked on CF IRET opcode
ptitSeb
2024-10-04
1
-7
/
+9
|
*
[TRACE] Btter trace for ioctl
ptitSeb
2024-10-04
2
-8
/
+11
|
*
[BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ↵
ptitSeb
2024-10-04
2
-2
/
+23
|
|
|
|
ones
*
[BOX32] Added more 32bits wrapped function and reworked 32bits memory allocator
ptitSeb
2024-10-03
1
-2
/
+2
|
*
[BOX32] Fixed scanf type function when grabing long/ptr type of data
ptitSeb
2024-10-03
1
-1
/
+3
|
*
[TRACE] Fixed StopEmu on trace build when trace is not enabled
ptitSeb
2024-10-03
1
-1
/
+7
|
*
[BOX32][TRACE] Some more improved trace
ptitSeb
2024-10-03
2
-1
/
+32
|
*
[BOX32] Added 2 more 32bits syscalls
ptitSeb
2024-09-30
1
-3
/
+12
|
*
[BOX32] Fixed main Elf init not always called
ptitSeb
2024-09-30
1
-0
/
+8
|
*
[BOX32] Enable futex robust_list hack for all 32bits software for now
ptitSeb
2024-09-30
1
-1
/
+1
|
*
[ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl ↵
Pablo Labs
2024-09-29
1
-87
/
+88
|
|
|
|
|
|
|
library names on library_list_32.h (#1883) * [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library names on library_list_32.h * Fix Various Warnings
*
[BOX32] Added 2 more 32bits syscalls
ptitSeb
2024-09-28
2
-10
/
+28
|
*
[BOX32][TRACE] Better trace for recv
ptitSeb
2024-09-27
1
-1
/
+2
|
*
[BOX32] Minor changes to 32bits freetype wrapping
ptitSeb
2024-09-26
1
-0
/
+8
|
*
[BOX32][TRACE] Fixed semop traces
ptitSeb
2024-09-24
1
-1
/
+1
|
*
[INTEPRETER] Added a check on CS for CA/CB opecodes
ptitSeb
2024-09-24
1
-2
/
+10
|
*
[ARM64_DYNAREC] Added 66 0F BF opcode (and cosmetic fix on interpreter)
ptitSeb
2024-09-24
1
-2
/
+2
|
*
[BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ↵
ptitSeb
2024-09-23
1
-3
/
+3
|
|
|
|
handling
*
[BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX ↵
ptitSeb
2024-09-22
1
-1
/
+1
|
|
|
|
wrapping, and more 32bits wrapped functions
*
[BOX32][TRACE] Better trace for a few more 32bits string functions
ptitSeb
2024-09-21
1
-1
/
+3
|
*
[BOX32] Added some more 32bits wrapped functions (Chicken Invaders 3 works, ↵
ptitSeb
2024-09-21
1
-1
/
+16
|
|
|
|
but need SDL12COMPAT_OPENGL_SCALING=0)
*
Added Syscall 165 (for #1672)
ptitSeb
2024-09-20
1
-0
/
+1
|
*
Fixed a comment on x87 tags
ptitSeb
2024-09-19
1
-1
/
+1
|
*
[TRACE] Some better trace for a few function call
ptitSeb
2024-09-19
1
-0
/
+10
|
*
Fixed some x87 tag handling
ptitSeb
2024-09-19
1
-4
/
+4
|
*
Save flags and defered flags when runing EmuCall ([DYNAREC] Same for DynaCall)
ptitSeb
2024-09-17
1
-0
/
+23
|
*
Fixed non-box32 builds
ptitSeb
2024-09-16
1
-0
/
+2
|
*
[BOX32][TRACE] Improved some trace and function calls for 32bits process
ptitSeb
2024-09-16
2
-3
/
+22
|
*
Added 66 F3 0F BD opcode ([ARM64_DYNAREC] Too)
ptitSeb
2024-09-14
1
-0
/
+18
|
*
Fixed flags for AVX.0F38 F2 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-09-14
1
-0
/
+7
|
*
[BOX32][TRACE] More improved trace for some 32bits functions call
ptitSeb
2024-09-13
1
-1
/
+3
|
*
[BOX32][TRACE] Better trace for 32bits call to strtol and strtoul
ptitSeb
2024-09-13
1
-0
/
+3
|
*
[BOX32][TRACE] Better trace for 32bits strncasecmp calls
ptitSeb
2024-09-13
1
-0
/
+3
|
*
[BOX32][TRACE] Better trace for some 32bits wrapped function calls
ptitSeb
2024-09-13
1
-12
/
+46
|
*
[TRACE] Better trace for 32bits FF 52 opcode
ptitSeb
2024-09-13
1
-0
/
+4
|
*
[BOX32] Improved 32bits unsupported syscall warning, and added syscall 240
ptitSeb
2024-09-11
1
-7
/
+74
|
*
[BOX32] Improved trace for 32bits pthread_setname_np
ptitSeb
2024-09-11
1
-0
/
+3
|
[prev]
[next]