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] Fixed 32bits wrapped localeconv (for #1780)
ptitSeb
2024-09-13
1
-0
/
+1
*
[BOX32] Fixed gethostbyname 32bits wrapped function (for #1780 but still cras...
ptitSeb
2024-09-13
1
-6
/
+9
*
[DYNAREC] fix page calculation error (#1822)
JunChi1022
2024-09-12
1
-3
/
+3
*
[RV64_DYNAREC] Refactored vector SEW tracking (#1820)
Yang Liu
2024-09-12
9
-48
/
+46
*
[RV64_DYNAREC] Fixed a typo on vector_sew initialization (#1819)
Yang Liu
2024-09-12
2
-2
/
+2
*
[STATIC] Forgot this definition
ptitSeb
2024-09-12
1
-0
/
+1
*
Fixed a typo
ptitSeb
2024-09-12
2
-2
/
+2
*
[STATIC] Try to fix static build
ptitSeb
2024-09-12
1
-0
/
+10
*
[BOX32] Simplified 32bits old pthread cond functions
ptitSeb
2024-09-12
1
-13
/
+36
*
[WRAPPER] Added handling of old pthread cond functions
ptitSeb
2024-09-12
4
-0
/
+102
*
[WRAPPER] Added 1 wrapped function to glibc2
ptitSeb
2024-09-12
1
-1
/
+1
*
[BOX32][WRAPPER] Added support for old pthread_kill (fixing hanging steamcmd)
ptitSeb
2024-09-11
4
-6
/
+24
*
[WRAPPER] Small fixes for x86_64 build when using old pthread_kill
ptitSeb
2024-09-11
1
-0
/
+2
*
[BOX32] Improved 32bits unsupported syscall warning, and added syscall 240
ptitSeb
2024-09-11
1
-7
/
+74
*
[BOX32] Improved trace for 32bits pthread_setname_np
ptitSeb
2024-09-11
1
-0
/
+3
*
[BOX32] Improved hash<->64bits handling
ptitSeb
2024-09-11
1
-3
/
+3
*
[RV64_DYNAREC] Added more 0F opcodes for vector (#1817)
Yang Liu
2024-09-11
2
-1
/
+51
*
[RV64_DYNAREC] Added more 0F opcodes for vector and optimized some opcodes to...
Yang Liu
2024-09-11
7
-34
/
+180
*
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1815)
Yang Liu
2024-09-10
2
-3
/
+66
*
[SDORYON1] Oryon1 (Snapdragon Elite) support (#1786)
Aidan
2024-09-10
1
-1
/
+20
*
Improved legendary stability
ptitSeb
2024-09-10
2
-2
/
+5
*
[WRAPPER] Updat generated wrapper files
ptitSeb
2024-09-10
4
-6
/
+8
*
[WRAPPERS] Fixed some wrong wrappings (#1814)
rajdakin
2024-09-10
3
-14
/
+26
*
[WRAPPERHELPER] Added per-arch override, always include 'stdc-predef.h', bett...
rajdakin
2024-09-10
18
-505
/
+943
*
[BOX32] Put back pthread_t behind hash, but ease hash range to have more nati...
ptitSeb
2024-09-10
9
-79
/
+90
*
[BOX32] Fix and simplified 32bits threads handling
ptitSeb
2024-09-10
8
-104
/
+81
*
[BOX32] Fixed wrapping 32bits version of __cxa_finalize
ptitSeb
2024-09-10
1
-1
/
+1
*
[WRAPPER] Minors adjustments to pulse audio wrapping
ptitSeb
2024-09-10
6
-56
/
+58
*
[RV64_DYNAREC] Added 66 0F D4 PADDQ opcode for vector and fixes SEW cache tra...
Yang Liu
2024-09-10
2
-3
/
+12
*
[VULKAN] Added missing wrapper for vkCreateSamplerYcbcrConversionKHR
ptitSeb
2024-09-10
1
-0
/
+1
*
Fixed alignement of thread funcitons (fixed regression for #1810)
ptitSeb
2024-09-10
1
-1
/
+0
*
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1811)
Yang Liu
2024-09-10
3
-6
/
+44
*
[RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGS
ptitSeb
2024-09-09
5
-8
/
+54
*
Improved wrapped function clone handling of CLONE_NEWUSER flag
ptitSeb
2024-09-09
2
-1
/
+8
*
When showing opcode on SEGFAULT/SIGBUS, show if it's x86 or x64
ptitSeb
2024-09-09
1
-1
/
+1
*
[DYNAREC] Simplified a bit getX64Address utility function
ptitSeb
2024-09-09
1
-7
/
+4
*
[WRAPPER] Added H as paramterand, added 2 wrapped function from libatomic (fo...
ptitSeb
2024-09-09
9
-49
/
+65
*
[TRACE] Better trace for F3 0F 1E FA opcode
ptitSeb
2024-09-09
1
-1
/
+3
*
[ARM64_DYNAREC] Added 64 0F 28/29 opcodes
ptitSeb
2024-09-09
1
-0
/
+47
*
[WRAPPERHELPER] Fixed preprocessor logic, moved type validation to machine (...
rajdakin
2024-09-08
7
-298
/
+302
*
[WRAPPER] Added 2 wrapped function to libatomic
ptitSeb
2024-09-08
1
-2
/
+2
*
[WRAPPERHELPER] Major enhancements in output quality, allow for generic type ...
rajdakin
2024-09-08
10
-334
/
+483
*
[WRAPPED] Fixed some libc wrapped functions (#1806)
rajdakin
2024-09-08
6
-42
/
+126
*
Show x86opcode at segfault if segfault address is not pc
ptitSeb
2024-09-08
1
-1
/
+1
*
[ARM64_DYNAREC] Avoid computing flags if they are just recomputed at jump point
ptitSeb
2024-09-08
1
-2
/
+11
*
[ARM64_DYNAREC] Small optim for 0F C6 opcode
ptitSeb
2024-09-08
1
-4
/
+16
*
[WRAPPING] Updated gtk3 wrapping (still more work to do)
ptitSeb
2024-09-08
6
-922
/
+963
*
[WRAPPERHELPER] General improvements (#1804)
rajdakin
2024-09-07
16
-166
/
+447
*
[WRAPPER] Fixed some OpenGL function signatures
ptitSeb
2024-09-07
4
-720
/
+653
*
Added some more wrapeed function to libusb1 (for #1802)
ptitSeb
2024-09-07
6
-4
/
+35
[prev]
[next]