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] Fixed some issue with INT opcodes and STEP logic
ptitSeb
2024-07-17
1
-3
/
+3
*
Added 1 more wrapped function to gstaudio
ptitSeb
2024-07-17
1
-1
/
+1
*
[LA64_DYNAREC] Added more opcodes (#1690)
Yang Liu
2024-07-17
2
-3
/
+95
*
Change (again) how Wine prereserved memory is allocated and freed
ptitSeb
2024-07-16
2
-4
/
+24
*
[LA64_DYNAREC] Added more opcodes (#1688)
Yang Liu
2024-07-16
3
-0
/
+90
*
[LA64_DYNAREC] Fixed CMPSD (#1687)
Yang Liu
2024-07-16
1
-1
/
+1
*
[LA64_DYNAREC] Fixed some opcodes (#1686)
Yang Liu
2024-07-16
2
-3
/
+9
*
Changed how TRAPNO 12 is triggered
ptitSeb
2024-07-16
1
-4
/
+5
*
[RV64_DYNAREC] Fixed GETGXSS_empty on upper bits handling (#1685)
Yang Liu
2024-07-16
1
-2
/
+1
*
[RV64_DYNAREC] Clear high 32bits when write back as single (#1684)
Yang Liu
2024-07-16
1
-2
/
+5
*
[LA64_DYNAREC] Remove xMASK and fixed 86 XCHG opcode (#1683)
Yang Liu
2024-07-16
13
-90
/
+67
*
[ARM64_DYNAREC] Fixed OR Ew, Gw (#1682)
Yang Liu
2024-07-16
1
-1
/
+1
*
[RV64_DYNAREC] Fixed some bugs for VMP (#1679)
xctan
2024-07-16
5
-49
/
+41
*
[LA64_DYNAREC] Added 2 more opcodes (#1680)
Yang Liu
2024-07-15
2
-0
/
+21
*
Fix hidden error in PR 1677 (#1678)
kaixindeken
2024-07-15
7
-101
/
+149
*
Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile us...
ptitSeb
2024-07-15
5
-2
/
+14
*
Added missing generated files
ptitSeb
2024-07-15
3
-2
/
+4
*
Wrapped libtiff5 and libltdl7 (#1677)
kaixindeken
2024-07-15
11
-0
/
+195
*
Something is wrong, emulated gnutls.so.30 doesn't seems to work fine for now
ptitSeb
2024-07-14
1
-1
/
+1
*
Wrapped lots of new function t be abble to run emulated libgnutls.so.30
ptitSeb
2024-07-14
14
-137
/
+1631
*
Wrap `sqlite3_exec` for libsqlite3 (#1674)
Yip Coekjan
2024-07-13
4
-4
/
+40
*
Fix signal stack handling on reentrant signal when using SigAltStack
ptitSeb
2024-07-13
1
-3
/
+1
*
[TRACE] Fixed some issue with function name printing
ptitSeb
2024-07-13
2
-13
/
+16
*
Fixed some issue on tracking when protecting memory with PROT=0
ptitSeb
2024-07-13
1
-1
/
+4
*
Removed debug leftover
ptitSeb
2024-07-12
1
-2
/
+2
*
Fixed flaky signal handler on 32bits code (mainly for Wine with new Wow64)
ptitSeb
2024-07-12
1
-4
/
+17
*
Added 1 syscall (for #1672)
ptitSeb
2024-07-12
1
-0
/
+1
*
Revert "[Wrapped] Added sqlite3_exec (#1671)" (#1673)
ptitSeb
2024-07-12
1
-1
/
+1
*
[Wrapped] Added sqlite3_exec (#1671)
kaixindeken
2024-07-12
1
-1
/
+1
*
[RV64_DYNAREC] Cleanup for removed rv64_lock_cas_dq (#1670)
Ivan Melnikov
2024-07-11
2
-4
/
+0
*
[ARM64_DYNAREC] Added handling of FASTNAN=0 to MULSS opcode
ptitSeb
2024-07-11
1
-4
/
+17
*
Boosted number of X11 callback to 100
ptitSeb
2024-07-11
1
-37
/
+1
*
Fixed a nasty bug on memory permission tracking
ptitSeb
2024-07-11
1
-0
/
+1
*
[STATICBUILD] removed Android staticbuild
ptitSeb
2024-07-10
2
-1
/
+3
*
[STATICBUILD] build
ptitSeb
2024-07-10
1
-1
/
+2
*
[STATICBUILD] Go green now
ptitSeb
2024-07-10
2
-1
/
+4
*
[STATICBUILD] This is getting old already, turn to green now!
ptitSeb
2024-07-10
1
-0
/
+1
*
[STATICBUILD] Removed libbsd build dependancy
ptitSeb
2024-07-10
3
-3
/
+32
*
[STATICBUILD] Yet another attempt to fix CI build
ptitSeb
2024-07-10
2
-2
/
+9
*
[STATICBUILD] Another attempt to fix CI build
ptitSeb
2024-07-10
1
-4
/
+4
*
[STATICBUILD] Attempt to fix CI build
ptitSeb
2024-07-10
1
-18
/
+18
*
[STATICBUILD] Fixed some more errors
ptitSeb
2024-07-10
2
-7
/
+10
*
This should fix regular build
ptitSeb
2024-07-10
4
-159
/
+13910
*
[STATICBUILD] Try to fix staticbuild and add it to the CI (for #1377)
ptitSeb
2024-07-10
9
-13930
/
+175
*
fix some spelling (#1668)
josch
2024-07-10
15
-31
/
+31
*
[STATICBUILD] Fixed a warning (for #1377)
ptitSeb
2024-07-10
1
-1
/
+1
*
[DYNAREC] Fixed `ymm0_purge` for some instructions (#1664)
rajdakin
2024-07-10
1
-2
/
+6
*
Remove the flags adjustment in `GO_TRACE` for RISC-V 64 (#1663)
Yip Coekjan
2024-07-10
1
-3
/
+1
*
[LA64_DYNAREC] Added more opcodes and a minor fix too (#1662)
Yang Liu
2024-07-10
3
-1
/
+97
*
Fixed some X11 wrapping (for Interrogation: You will be deceived linux versio...
ptitSeb
2024-07-10
2
-1
/
+3
[prev]
[next]