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
*
[RV64_DYNAREC] Added more opcodes (#706)
Yang Liu
2023-04-17
5
-2
/
+152
*
Fixed issue with program using getopts
ptitSeb
2023-04-17
1
-35
/
+43
*
[RV64_DYNAREC] Added more opcodes (#705)
Yang Liu
2023-04-17
6
-6
/
+126
*
Do less stuff in signal if it will not be printed out
ptitSeb
2023-04-17
1
-47
/
+49
*
[WRAPPER] Fixed mpg123 wrapper (#704)
Yang Liu
2023-04-17
6
-36
/
+3
*
[DYNAREC] Do not compute db on nn-block jump if no dynarec_log is used
ptitSeb
2023-04-16
1
-3
/
+5
*
Fixed __atomic_is_lock_free wrapped function signature
ptitSeb
2023-04-16
1
-1
/
+1
*
Added more gtk2 wrapped functions, and fixed gconf2 wrapped one
ptitSeb
2023-04-16
7
-40
/
+144
*
Added some more gconf2 wrapped functions
ptitSeb
2023-04-16
6
-15
/
+84
*
Added some wrapped function to libnss3 and friends
ptitSeb
2023-04-16
5
-15
/
+47
*
Added 2 more wrapped symbols to libm
ptitSeb
2023-04-16
1
-2
/
+2
*
[ARM64_DYNAREC] fixed DF E0 opcode
ptitSeb
2023-04-16
1
-1
/
+2
*
Do not compute name and other info if they are not shown on signal
ptitSeb
2023-04-16
1
-5
/
+7
*
Do not error out for missing weak R_X86_64_64 binding
ptitSeb
2023-04-16
1
-8
/
+10
*
Fixed dependancies for musl programs
ptitSeb
2023-04-16
1
-1
/
+1
*
Prepend ld_library list instead of append
ptitSeb
2023-04-16
1
-1
/
+1
*
Improved/fixed handling of dlopen with RTLD_NOLOAD flag
ptitSeb
2023-04-16
1
-3
/
+25
*
Added 1 more wrapped function to libatomic
ptitSeb
2023-04-16
1
-1
/
+1
*
Added more implied dependancies for musl programs
ptitSeb
2023-04-16
1
-1
/
+1
*
Improved support for musl programs
ptitSeb
2023-04-16
14
-1
/
+208
*
Added some libxml2 and libxst wrapped functions
ptitSeb
2023-04-16
8
-53
/
+252
*
[DYNAREC] General fixes and improvment for multithread and jit program. Helps...
ptitSeb
2023-04-16
13
-93
/
+193
*
Added 1 wrapped function to libdrm
ptitSeb
2023-04-16
4
-1
/
+6
*
Fixed segfault at exit of apps
ptitSeb
2023-04-16
1
-46
/
+49
*
Another fix for dlopen/dlclose sequence (should be ok now, at last)
ptitSeb
2023-04-16
3
-7
/
+8
*
[WRAPPER] Fixed a libFLAC func wrapper (for #701) (#702)
Yang Liu
2023-04-16
5
-8
/
+8
*
More fixes for dlclose/dlopen sequences
ptitSeb
2023-04-15
4
-38
/
+72
*
[RV64_DYNAREC] Reorganized pass3 to reduce size of box binary and lower compi...
ptitSeb
2023-04-15
3
-57
/
+73
*
[ARM64_DYNAREC] Changed name of a utility function
ptitSeb
2023-04-15
3
-3
/
+3
*
[ARM64_DYNAREC] Reorganized pass3 to reduce size of box binary and lower comp...
ptitSeb
2023-04-15
4
-51
/
+61
*
Added 2 GL extensions
ptitSeb
2023-04-14
4
-0
/
+27
*
Added 1 syscall
ptitSeb
2023-04-14
1
-0
/
+1
*
[RV64_DYNAREC] Fixed C1/1 and 6B opcode, plus some slight adjustment to sse_g...
ptitSeb
2023-04-14
4
-4
/
+9
*
[RV64_DYNAREC] Added more opcodes for SV (#700)
Yang Liu
2023-04-14
2
-0
/
+60
*
[RV64_DYNAREC] Added more opcodes for SV (#699)
xctan
2023-04-14
3
-5
/
+90
*
[RV64_DYNAREC] Added more 66 0F opcodes for SV and some fixes (#697)
Yang Liu
2023-04-13
2
-4
/
+122
*
Added 1 more wrapped function to both libicu (for #690)
ptitSeb
2023-04-13
2
-0
/
+2
*
[RV64_DYNAREC] Added 0F AE /0,/1 opcodes (#696)
Yang Liu
2023-04-13
1
-1
/
+25
*
[RV64_DYNAREC] Segmented _00 file to improve build time
ptitSeb
2023-04-13
6
-1984
/
+2220
*
Added wrapped libicuuc67 and libicui18n67, based on 72 version (for #690)
ptitSeb
2023-04-13
12
-0
/
+242
*
[RV64_DYNAREC] Added more opcodes for SV and some fixes (#694)
Yang Liu
2023-04-13
6
-10
/
+136
*
Added 1 wrapped function to libicuuc72 (for #690)
ptitSeb
2023-04-13
1
-0
/
+1
*
[RV64_DYNAREC] Added more opcodes for SV (#693)
xctan
2023-04-13
3
-1
/
+46
*
Improve loading/unloading of libs, and fixed a regression when dlopen a lib a...
ptitSeb
2023-04-12
3
-17
/
+39
*
[DYNAREC] Fixed for good handling of PROT_NOPROT in memory tracking
ptitSeb
2023-04-12
1
-7
/
+9
*
[RV64_DYNAREC] Add more opcodes for SV (#688)
Yang Liu
2023-04-12
6
-1
/
+163
*
[RV64_DYNAREC] Added 0F 14/15 opcodes
ptitSeb
2023-04-11
1
-0
/
+27
*
[RV64_DYNAREC] Added more opcodes for SV (#687)
xctan
2023-04-11
4
-5
/
+65
*
[RV64_DYNAREC] Fixed 0F BD opcode (Fixed SV)
ptitSeb
2023-04-11
1
-1
/
+1
*
[RV64_DYNAREC] Added more opcodes for SV, some fixes & optims also (#686)
Yang Liu
2023-04-11
4
-12
/
+131
[next]