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
*
Added syscall 284 (for #965)
ptitSeb
2023-09-09
1
-0
/
+11
*
Added syscall 282 (for #965)
ptitSeb
2023-09-09
1
-0
/
+26
*
[32BITS] Added D4 & D5 opcodes
ptitSeb
2023-09-07
1
-0
/
+16
*
[ANDROID] Oh, again another attempt to fix the build (and still my fault, typ...
ptitSeb
2023-09-02
1
-1
/
+1
*
[ANDROID] Oh, another attempt to fix the build (ok, my fault this time, fine)
ptitSeb
2023-09-02
1
-4
/
+4
*
[ANDROID] More change to android/dynarec build
ptitSeb
2023-09-02
1
-0
/
+1
*
[ANDROID] This should fix Dynarec build on Android
ptitSeb
2023-09-02
1
-1
/
+7
*
[ANDROID] Try to create an Android build, porting box86 Android build
ptitSeb
2023-09-02
1
-0
/
+21
*
Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF...
ptitSeb
2023-09-02
1
-9
/
+16
*
Added 64 0F B7 opcode (for #958)
ptitSeb
2023-08-30
1
-0
/
+12
*
Allow running at NULL, and trigger a segfault (backport from box86 5cdc1b9fa2...
Rafael Diniz
2023-08-22
1
-4
/
+2
*
[ARM64_DYNAREC] Added 0F F1/F3/F7 opcodes
wannacu
2023-08-21
1
-1
/
+10
*
[TRACE] Fixed FF 25 opcode not decoding destination correctly in trace
ptitSeb
2023-08-19
1
-1
/
+1
*
Avoid wild pointer error for my_context->elfs
kaixindeken
2023-08-18
1
-2
/
+6
*
Added 0F A8/A9 opcodes
ptitSeb
2023-08-13
1
-0
/
+14
*
[32bits] Added 27/2F/37 opcodes
ptitSeb
2023-08-13
1
-1
/
+24
*
Added 0F A0/A1 opcodes
ptitSeb
2023-08-13
1
-1
/
+13
*
[32bits] Fixed 67 prefixed opcodes
ptitSeb
2023-08-13
1
-2
/
+6
*
Improved jmpbuff handling a bit
ptitSeb
2023-08-13
2
-8
/
+13
*
[32bits] Added 62 opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-08-11
1
-1
/
+8
*
[32bits] Added 3F opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-08-11
1
-0
/
+9
*
[ARM64_DYNAREC] Added 0F FB opcode
wannacu
2023-08-10
1
-1
/
+6
*
[RV64_DYNAREC] Added movbe opcode
wannacu
2023-08-07
1
-1
/
+12
*
Added sycalls 59 and 140 (for #918)
ptitSeb
2023-08-03
1
-0
/
+13
*
Some spelling fixes
André Zwing
2023-08-02
2
-5
/
+5
*
Added syscall 268 (for #918)
ptitSeb
2023-08-02
1
-0
/
+1
*
Added syscal 160 (for #14)
ptitSeb
2023-08-02
1
-0
/
+1
*
Change again a bit how jmpbuffer and resuming of signal is handled
ptitSeb
2023-07-30
1
-0
/
+1
*
Use my_conect directly on Interpreter
ptitSeb
2023-07-30
3
-70
/
+70
*
Emit a SIGILL on Illegal FF opcode (and better trace for it). Also fixed some...
ptitSeb
2023-07-26
1
-11
/
+8
*
[32BITS] Added C4 and C5 opcodes
ptitSeb
2023-07-23
1
-1
/
+26
*
[32BITS] added D6 undocumented opcode
ptitSeb
2023-07-23
1
-0
/
+9
*
[32BITS] Added 66 50-5F opcodes ([ARM64_DYNAREC] too, and fixed 66 61 opcode)
ptitSeb
2023-07-23
1
-21
/
+46
*
[32BITS] Added 66 FF /6 opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-07-23
1
-4
/
+6
*
Removed a debug leftover
ptitSeb
2023-07-22
1
-3
/
+3
*
Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)
ptitSeb
2023-07-22
3
-9
/
+34
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
14
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
14
-0
/
+0
*
|
Added 67 0F 11 opcode ([ARM64_DYNAREC] too) (for #892)
ptitSeb
2023-07-19
1
-0
/
+13
*
|
Added 67 F3 0F 6F opcode ([ARM64_DYNAREC] too) (for #873 / steam on wow64)
ptitSeb
2023-07-17
1
-0
/
+6
*
|
Added 0F F4 opcode ([ARM64_DYNAREC] too) (for #888)
ptitSeb
2023-07-17
1
-1
/
+6
*
|
Added 0F D4 opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-07-17
1
-1
/
+6
*
|
[32BITS] Added 64 67 8B opcode (for #870)
ptitSeb
2023-07-16
5
-0
/
+91
*
|
Fixed some of 16bits opcodes ([ARM64_DYNAREC] too)
ptitSeb
2023-07-16
1
-5
/
+5
*
|
Added 66 9C/9D opcodes (mostly for 32bits)
ptitSeb
2023-07-14
1
-0
/
+10
*
|
Simplyfied internal jmpbuf handling
ptitSeb
2023-07-08
1
-0
/
+1
*
|
Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...
ptitSeb
2023-07-08
1
-0
/
+1
*
|
A few Push/Pop fixes and cleanups (#878)
Alexandre Julliard
2023-07-03
5
-59
/
+86
*
|
[32BITS][RV64_DYNAREC] Hanlding of STll struct in FILD/FISTP (#868)
Yang Liu
2023-06-27
1
-3
/
+3
*
|
Reworked a bit privileged instruction ([32BITS] too)(ARM64_DYNAREC] too)
ptitSeb
2023-06-27
1
-4
/
+4
[next]