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 (
Expand
)
Author
Age
Files
Lines
*
[DYNAREC_RV64] f23 and f24 are save in a same place (#1251)
factfinding
2024-02-07
1
-1
/
+1
*
TEGRAX1 config also have BOX64_MMAP32 activated by default
ptitSeb
2024-02-07
1
-1
/
+1
*
[ARM64_DYNAREC] Added 0F C7 /1 opcode
ptitSeb
2024-02-07
1
-1
/
+34
*
[ARM64_DYNAREC] More fixes to F0 0F C7 opcode
ptitSeb
2024-02-07
2
-74
/
+70
*
Disabling WINEFSYNC for now, that seems to be not working fine
ptitSeb
2024-02-07
1
-0
/
+4
*
Fixed a warning
ptitSeb
2024-02-07
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed F0 0F C7 opcode that was broken on previous commit
ptitSeb
2024-02-06
1
-7
/
+7
*
[ARM64_DYNAREC] Reworked, again, strongmem emulation
ptitSeb
2024-02-06
4
-8
/
+18
*
Reworked, again, exit process
ptitSeb
2024-02-06
6
-35
/
+51
*
Do not force mmap alginement if wine not detected (shoudl help #1249)
ptitSeb
2024-02-06
1
-2
/
+2
*
[ARM64_DYNAREC] Added an unaligned path for F0 0F C7 /1 opcode
ptitSeb
2024-02-06
1
-0
/
+36
*
Changed a bit how SGDT/SIDT are faked ([ARM64_DYNAREC] too)
ptitSeb
2024-02-06
2
-9
/
+23
*
[ANDROID] Fix GLib and GObject Library Names (#1247)
KreitinnSoftware
2024-02-06
12
-11
/
+173
*
[ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 ...
ptitSeb
2024-02-05
6
-1
/
+176
*
Added curl_url api to wrapped libcurl
ptitSeb
2024-02-04
1
-0
/
+6
*
Added some more function to wrapped libcrypto.so.3 and libssl.so.3
ptitSeb
2024-02-04
9
-40
/
+254
*
[ARM64_DYANREC] Try to fix DD /1 opcode with FRINT extension
ptitSeb
2024-02-04
1
-1
/
+1
*
[INTERPRETER] CE opcode is only for 32bits
ptitSeb
2024-02-04
1
-0
/
+4
*
[RV64_DYNAREC] Fixed build
ptitSeb
2024-02-04
1
-1
/
+1
*
[RV64_DYNAREC][32BITS] Added optim for 32bits jumptable and fix build
ptitSeb
2024-02-04
6
-22
/
+28
*
[ARM64_DYNAREC][32BITS] Small optim on jump table for 32bits access (1 less r...
ptitSeb
2024-02-04
9
-34
/
+50
*
[ARM64_DYNAREC] Small D8..DF opcodes refactor
ptitSeb
2024-02-04
8
-1029
/
+938
*
[INTERPRETER] Small D8..DF opcodes refactor
ptitSeb
2024-02-04
8
-288
/
+202
*
Updated wrapped SDL2 (will help #1225)
ptitSeb
2024-02-04
1
-15
/
+41
*
[ARM64_DYNAREC] Reworked STRONGMEM 2 & 3
ptitSeb
2024-02-03
6
-19
/
+89
*
[DYNAREC] Reworked a bit the Strange SEGSIGV handling
ptitSeb
2024-02-03
3
-2
/
+29
*
[DYNAREC_TEST] Force enabled x87double when using DYNAREC_TEST to limit false...
ptitSeb
2024-02-03
2
-0
/
+2
*
[ARM64_DYNAREC] Improved 0F AE opcodes
ptitSeb
2024-02-03
1
-27
/
+24
*
[INTERPRETER] Improved 0F AE opcodes
ptitSeb
2024-02-03
1
-10
/
+15
*
[ARM64_DYNAREC] DD /6 opcode also perform x87 init
ptitSeb
2024-02-03
1
-1
/
+2
*
[ARM64_DYNAREC] Use frint extension for DD /1 opcode
ptitSeb
2024-02-03
1
-18
/
+17
*
[X64EMU] Fix for linux clang (#1243)
Lily
2024-02-02
1
-2
/
+2
*
Block signals while traicking memory protection
ptitSeb
2024-02-02
1
-8
/
+13
*
Refactored a bit protection traking to avoid re-entrance
ptitSeb
2024-02-02
1
-58
/
+76
*
Fixed a warning on non-dynarec build
ptitSeb
2024-02-02
1
-2
/
+0
*
Added 0F 0E opcode support ([ARM64_DYNAREC] too)
ptitSeb
2024-02-01
2
-0
/
+16
*
[WRAPPER] Regenerated the wrapper files (#1241)
rajdakin
2024-02-01
1
-1
/
+1
*
[32BITS] Added 67 64 89 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-01
2
-0
/
+20
*
[32BITS] Added 67 64 A1 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-01
2
-0
/
+25
*
[DYNAREC] Handling of memfd_create backed mmap on dynarec (help #1234 but doe...
ptitSeb
2024-02-01
5
-11
/
+27
*
[DYNAREC] Improved trace a bit
ptitSeb
2024-02-01
2
-1
/
+2
*
[INTERPRETER] Added CE opcode
ptitSeb
2024-01-31
1
-1
/
+9
*
When BOX64_VERSION is set, just print the version and exit (#1238)
josch
2024-01-31
1
-0
/
+5
*
Made PageSize detection / Handling dynamic. nd fixed elfloading for pagesize ...
ptitSeb
2024-01-31
3
-65
/
+49
*
Added mknod syscall (#1236)
Yang Liu
2024-01-31
1
-9
/
+24
*
Consider libutil as integral part of glibc
ptitSeb
2024-01-31
1
-0
/
+5
*
[LOONGARCH] Fixed potential compilation issue
ptitSeb
2024-01-31
1
-0
/
+26
*
[RV64_DYNAREC] Fixed 0F AF 32bits (for #1210)
ptitSeb
2024-01-30
1
-0
/
+9
*
[ARM64_DYNAREC] Added UDF printer
ptitSeb
2024-01-30
1
-0
/
+5
*
[ARM64_DYNAREC] Small changes on 32BITS E9 opcode to ensure 32bits jump desti...
ptitSeb
2024-01-30
1
-2
/
+7
[next]