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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BOX32][WRAPPER] Better wrapping for shmat
ptitSeb
2024-12-09
6
-6
/
+39
*
Change log level to INFO for Wine prereserve issues (for #2123)
ptitSeb
2024-12-08
1
-2
/
+2
*
[BOX32] Improved mutex handling, again
ptitSeb
2024-12-08
1
-3
/
+18
*
[BOX32][WRAPPER] Fixed some more typo on Xcursor wrapping (might help #2109)
ptitSeb
2024-12-08
1
-2
/
+2
*
[BOX32][WRAPPER] Added a couple of 32bits wrapped functions to libc
ptitSeb
2024-12-08
4
-4
/
+12
*
[CORE] Refine runtime messages (#2125)
Jim Huang
2024-12-07
1
-6
/
+6
*
[LA64_DYNAREC] Added AES opcodes (#2122)
Leslie Zhai
2024-12-07
1
-0
/
+76
*
Start of a new dev. cycle
ptitSeb
2024-12-07
1
-1
/
+1
*
Update README.md
ptitSeb
2024-12-06
1
-1
/
+1
*
Bumped version to v0.3.2
ptitSeb
2024-12-06
4
-2
/
+66
*
[DYNAREC] Fixed a typo which leads to regression (#2121)
Yang Liu
2024-12-06
1
-1
/
+1
*
[BOX32][WRAPPER] Cosmetic fix an a function signature
ptitSeb
2024-12-06
1
-1
/
+1
*
[WRAPPERHELPER] Fixed a use-after-free issue (#2118)
rajdakin
2024-12-06
1
-1
/
+1
*
[LA64_DYNAREC] Added XOR AX, Iw opcode (#2116)
Leslie Zhai
2024-12-06
1
-0
/
+9
*
[WRAPPER] Another improved dlsym wrapped function, hopefully fixing regressio...
ptitSeb
2024-12-06
1
-1
/
+2
*
[RV64_DYNAREC] Improve native flag handling
ptitSeb
2024-12-06
7
-39
/
+68
*
[BOX32][WRAPPER] Added a couple more 32bits wrapped functions to libc
ptitSeb
2024-12-05
5
-2
/
+8
*
[BOX32][ELFLOADER] Be less strick when a symbol for R_386_32 relocation is mi...
ptitSeb
2024-12-05
1
-2
/
+3
*
[BOX32][WRAPPER] Fixed an issue wih an X11 32bits wrapped function
ptitSeb
2024-12-05
1
-3
/
+4
*
[BOX32][WRAPPER] Added one more 32bits wrapped function to libc
ptitSeb
2024-12-05
1
-1
/
+1
*
[LA64_DYNAREC] Added HLT opcode (#2112)
Leslie Zhai
2024-12-05
1
-0
/
+11
*
[NON4KPAGE] Some more adjustments for non-4Kpagesize system (should help #2110)
ptitSeb
2024-12-05
2
-7
/
+7
*
[DYNAREC] Introduced TO_NAT to ease register mapping changes in future (#2111)
Yang Liu
2024-12-05
67
-3960
/
+4558
*
[ANDROID] Install Android libs for android build
ptitSeb
2024-12-04
3
-19
/
+24
*
[ANDROID] Updaed test21 for Android build
ptitSeb
2024-12-04
2
-0
/
+96
*
Disable another execution test when pagesize is not 4K
ptitSeb
2024-12-04
1
-2
/
+2
*
[BOX32] Upped max number of x11 display slot from 4 to 16
ptitSeb
2024-12-04
1
-1
/
+1
*
[BOX32] Some fixes to a few file related 32bits wrapped function (now windows...
ptitSeb
2024-12-04
6
-25
/
+47
*
[BOX32] Fix mystake on previous commit
ptitSeb
2024-12-04
2
-8
/
+3
*
[BOX32][WRAPPER] Added ldiv 32bits wrapped function (now Undertale works with...
ptitSeb
2024-12-04
5
-4
/
+8
*
Added some more termux path to automatic ld_path
ptitSeb
2024-12-04
1
-0
/
+8
*
[RCFILE] Better profile for dav1d
ptitSeb
2024-12-04
1
-0
/
+6
*
[BOX32][WRAPPER] Added a few more X11 32bits wrapped functions
ptitSeb
2024-12-04
6
-5
/
+78
*
[BOX32][WRAPPER] Fixed a typo in Xcursor wrapping (should help #2109)
ptitSeb
2024-12-04
1
-1
/
+1
*
[BOX32][WRAPPER] Fixed typos from previous build
ptitSeb
2024-12-03
1
-4
/
+4
*
[BOX32][WRAPER] Fixed Xcursor wrapping
ptitSeb
2024-12-03
8
-8
/
+187
*
[ELFLOADER] Fixed a typo in a hack
ptitSeb
2024-12-03
1
-1
/
+1
*
Fix X64 build
ptitSeb
2024-12-03
2
-0
/
+2
*
Restored old test21, the CI doesn't seems to like the new one
ptitSeb
2024-12-03
6
-227
/
+329
*
Improved signal handling ([BOX32] Too)
ptitSeb
2024-12-03
8
-53
/
+644
*
[LA64_DYNAREC] Fixed sign extension of 8-bit immediate in 66 opcodes (#2106)
Yang Liu
2024-12-03
1
-19
/
+19
*
[DYNAREC] Made weakbarrier=1 and pause=3 default
ptitSeb
2024-12-03
1
-2
/
+6
*
Improved dlsym wrapped function, will find more symbols from emulated libs
ptitSeb
2024-12-03
1
-2
/
+9
*
[WRAPPER] Wrapped more symbols in libcrypto3 (#2105)
Yang Liu
2024-12-03
8
-13
/
+65
*
[CI] Bumped test timeout to 120 sec
ptitSeb
2024-12-03
1
-1
/
+1
*
[CMAKE] Fixed typos (#2104)
Yang Liu
2024-12-03
1
-2
/
+2
*
[BOX32] Improved test17
ptitSeb
2024-12-02
5
-514
/
+2075
*
Improved test16
ptitSeb
2024-12-02
3
-68
/
+134
*
[RV64_DYNAREC] Added simple opcodes fusion as "native flags" (#2102)
Yang Liu
2024-12-02
35
-799
/
+1173
*
[ARM64_DYNAREC] Improved some x87 opcode behaviour
ptitSeb
2024-12-02
16
-45
/
+99
[next]