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 (
Expand
)
Author
Age
Files
Lines
*
[BOX32][WRAPPER] This should fix the build
ptitSeb
2024-11-30
1
-46
/
+45
*
[INTERPRETER] Added 0F 30 ocpode ([RM64_DYNAREC] too) (for #2090)
ptitSeb
2024-11-30
1
-1
/
+6
*
[RV64] Added nan propagation emulation for interpreter and DynaRec (#2091)
Yang Liu
2024-11-28
4
-14
/
+44
*
Added syscall 280
ptitSeb
2024-11-27
1
-0
/
+1
*
[BOX32] Added 32bits syscall 2
ptitSeb
2024-11-27
1
-1
/
+14
*
Slightly better way to decode wrappers
ptitSeb
2024-11-21
1
-1
/
+6
*
Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too)
ptitSeb
2024-11-21
2
-3
/
+3
*
Improved Signal handling ([ARM4_DYNAREC] too)
ptitSeb
2024-11-18
7
-18
/
+51
*
[INTERPRETER] Fixed potential issue with 0F A3 opcode
ptitSeb
2024-11-16
1
-5
/
+5
*
[ARM64_DYNAREC] Various fixes and improvments to a few random opcodes
ptitSeb
2024-11-15
1
-0
/
+18
*
[INTERPRETER] Zero'd upper 32bits of regs when switching to 32bits from 64bits
ptitSeb
2024-11-15
1
-21
/
+86
*
[INTERPRETER] Some cleanup on base logic/math/shift operations
ptitSeb
2024-11-15
5
-282
/
+233
*
Added support for RDMSR, just in case
ptitSeb
2024-11-15
1
-0
/
+7
*
Improved syscall 56
ptitSeb
2024-11-08
2
-14
/
+14
*
Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
3
-14
/
+33
*
Added 64/65 D8..D9 opcodes
ptitSeb
2024-11-07
7
-27
/
+135
*
Added 64/65 69 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
1
-0
/
+11
*
[BOX32] Improve errno handling, and added a few more libc wrapped functions
ptitSeb
2024-11-07
1
-5
/
+15
*
[TRACE] Better for 32bits wait wrapped function
ptitSeb
2024-11-06
1
-0
/
+7
*
Fixed a small typo
ptitSeb
2024-11-06
1
-1
/
+1
*
[TRACE] A few more details for some speicifc CALL variant
ptitSeb
2024-11-06
1
-6
/
+6
*
Improve handling of memory protection, and excution bit
ptitSeb
2024-11-04
4
-8
/
+23
*
Small (probably cosmetic) fix for CloneEmu helper function
ptitSeb
2024-10-31
1
-0
/
+1
*
Added 65 6C..6F opcodes ([ARM64_DYNAREC] too) (for #1985)
ptitSeb
2024-10-31
1
-0
/
+15
*
Generate a SIGILL on unimplemented opcode
ptitSeb
2024-10-30
1
-0
/
+1
*
[INTERP] Fixed overflow checking for convertion opcodes (#1976)
Yang Liu
2024-10-29
6
-20
/
+20
*
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
*
[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 library...
Pablo Labs
2024-09-29
1
-87
/
+88
[next]