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
*
[INTERPRETER] Improved FXAM handling
ptitSeb
2024-02-11
1
-1
/
+1
*
more wrapped functions in libxcb-randr and libcap (#1260)
Coreforge
2024-02-10
2
-8
/
+8
*
Fixed previous wrapped lib refactor when ALTMY macro is used
ptitSeb
2024-02-10
1
-1
/
+2
*
[ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258)
KreitinnSoftware
2024-02-10
2
-4
/
+5
*
Wrapped libraries refactor (#1257)
rajdakin
2024-02-10
131
-950
/
+238
*
Added 0F 01 E0..E7 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-02-10
2
-0
/
+22
*
Increased default size for number of elf in the tls dts zone
ptitSeb
2024-02-09
1
-3
/
+5
*
Simplified (and improved?) handling of phtread_attr_t
ptitSeb
2024-02-09
1
-67
/
+86
*
[ELFLOADER] Do not memset the remaining of page when mmap'ing, it's already d...
ptitSeb
2024-02-09
1
-2
/
+2
*
Added some more libc wrapped functions
ptitSeb
2024-02-09
1
-0
/
+4
*
Added 1 syscall
ptitSeb
2024-02-09
1
-0
/
+4
*
Added some wrapped function to libxml2
ptitSeb
2024-02-09
4
-4
/
+13
*
[WRAPPING] Added supot for the 'long double complex' type
ptitSeb
2024-02-09
665
-675
/
+752
*
Added some more symbols to wrapped libm
ptitSeb
2024-02-09
5
-21
/
+86
*
Prefer emulated version tbbmalloc.so.2 if present
ptitSeb
2024-02-09
1
-0
/
+1
*
Hack to add some paramter when launching steam under wine to easy memory and ...
ptitSeb
2024-02-08
1
-20
/
+40
*
[ARM64_DYNAREC] Added F0 21 opcode
ptitSeb
2024-02-08
1
-0
/
+33
*
More work on libcurl and friends (and set to used emulated version of curl if...
ptitSeb
2024-02-08
8
-32
/
+160
*
Added wrapped (empty) libpam.so.0
ptitSeb
2024-02-07
7
-0
/
+101
*
[ARM64_DYNAREC] Improved stability when USCAT extention is supported, qn d im...
ptitSeb
2024-02-07
3
-23
/
+99
*
[DYNAREC] Jumptable now use custom Malloc instead of regular one
ptitSeb
2024-02-07
1
-18
/
+18
*
[ARM64_DYNAREC] 32bits Shift with 0 amount still wipe upper part of register ...
ptitSeb
2024-02-07
1
-5
/
+30
*
[DYNAREC] Tests for emited coded size limit (usefull for DYNAREC_TEST for exa...
ptitSeb
2024-02-07
4
-2
/
+15
*
[DYNAREC_TEST] Have a proper TestEw that only copy/tests 2 bytes instead of 4
ptitSeb
2024-02-07
2
-1
/
+14
*
[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
[next]