| Commit message (Expand) | Author | Age | Files | Lines |
| * | [BOX32] More wrapped function and a few fixes for steamclient.so (still crash... | ptitSeb | 2024-09-01 | 2 | -20/+236 |
| * | [BOX32] Another batch of 32bits wrapped function, for libvstdlib_s.so this time | ptitSeb | 2024-08-31 | 1 | -3/+103 |
| * | [BOX32] Another batch of 32bits wrapped function, for libtier0_s.so | ptitSeb | 2024-08-31 | 1 | -1/+54 |
| * | [BOX32] More 32bits wrapped functions | ptitSeb | 2024-08-31 | 1 | -0/+79 |
| * | [BOX32] Added more 32bits wrapped function and fixes | ptitSeb | 2024-08-30 | 1 | -0/+9 |
| * | [BOX32] Define native_statvfs to avoid build errors | ptitSeb | 2024-08-30 | 1 | -1/+20 |
| * | [BOX32] More 32bits wrapped functions and fixes | ptitSeb | 2024-08-30 | 2 | -7/+55 |
| * | [BOX32] More wrapped 32bits functions, and some fixes too | ptitSeb | 2024-08-28 | 2 | -0/+113 |
| * | [BOX32] Adding some more 32bits wrapped functions | ptitSeb | 2024-08-28 | 1 | -6/+4 |
| * | Added preliminary Box32 support (#1760) | ptitSeb | 2024-08-26 | 6 | -10/+2775 |
| * | Improved exception/int 3 handling | ptitSeb | 2024-07-21 | 1 | -4/+5 |
| * | Better X11 callback in list handling | ptitSeb | 2024-07-21 | 1 | -0/+8 |
| * | Changed how TRAPNO 12 is triggered | ptitSeb | 2024-07-16 | 1 | -4/+5 |
| * | 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 | 1 | -12/+12 |
| * | 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 |
| * | [STATICBUILD] removed Android staticbuild | ptitSeb | 2024-07-10 | 1 | -0/+1 |
| * | [STATICBUILD] Go green now | ptitSeb | 2024-07-10 | 1 | -1/+0 |
| * | [STATICBUILD] This is getting old already, turn to green now! | ptitSeb | 2024-07-10 | 1 | -0/+1 |
| * | [STATICBUILD] Yet another attempt to fix CI build | ptitSeb | 2024-07-10 | 1 | -1/+8 |
| * | [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 | 1 | -3/+3 |
| * | [STATICBUILD] Try to fix staticbuild and add it to the CI (for #1377) | ptitSeb | 2024-07-10 | 2 | -7/+13 |
| * | fix some spelling (#1668) | josch | 2024-07-10 | 1 | -1/+1 |
| * | Fixes (#1659) | rajdakin | 2024-07-09 | 4 | -13/+13 |
| * | Wrapped pthread_cond_signal with aligned cond like others (#1608) | Yang Liu | 2024-06-21 | 1 | -0/+6 |
| * | [INTERPRETER] my first avx opcode | ptitSeb | 2024-05-26 | 1 | -6/+7 |
| * | [ARM64] Add 1 more case of unaligned device memory access handling, plus bett... | ptitSeb | 2024-05-04 | 1 | -1/+35 |
| * | [DYNAREC] Re-introduce a simple HotPage handling, to speedup heavily obfuscat... | ptitSeb | 2024-05-03 | 1 | -0/+1 |
| * | Fixed my_prepare_thread in dynarec build (#1474) | Yang Liu | 2024-04-27 | 1 | -2/+4 |
| * | Fixed a few warning here and there... | ptitSeb | 2024-04-13 | 2 | -4/+5 |
| * | [TRACE] Slighlty better log when emiting SIGILL | ptitSeb | 2024-03-10 | 1 | -0/+5 |
| * | Put back 8 slots for xcb_connection_t wrapping | ptitSeb | 2024-03-09 | 1 | -1/+1 |
| * | [ARM64_DYNAREC][RV64_DYNAREC] Fixed some case where MOVS/B/W/D/Q is used on a... | ptitSeb | 2024-03-08 | 1 | -0/+51 |
| * | [ARM64] Added 1 more special case of SIGBUS when accessing device memory (Hel... | ptitSeb | 2024-03-07 | 1 | -0/+16 |
| * | Some more improvment to xcb wrapping | ptitSeb | 2024-03-06 | 1 | -12/+45 |
| * | [LA64_DYNAREC] Added more opcodes and more fixes, SuperHexagon is working (#1... | Yang Liu | 2024-03-03 | 1 | -4/+4 |
| * | [LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that w... | ptitSeb | 2024-02-28 | 1 | -9/+9 |
| * | LARCH64 dynarec (#1295) | Haichen Wu | 2024-02-28 | 1 | -0/+15 |
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few other... | ptitSeb | 2024-02-26 | 2 | -0/+405 |
| * | Small changes in signal safe function handling | ptitSeb | 2024-02-24 | 1 | -2/+2 |
| * | Hardened the my_sigaltstack wrapped function | ptitSeb | 2024-02-22 | 1 | -10/+23 |
| * | [LIBTOOL] Fixed my_pthread_attr_init (#1274) | Yang Liu | 2024-02-21 | 1 | -3/+4 |
| * | [TRACE] Slightly better trace for dynarec block writing on own page | ptitSeb | 2024-02-20 | 1 | -1/+1 |
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean... | ptitSeb | 2024-02-15 | 2 | -6/+7 |
| * | [ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258) | KreitinnSoftware | 2024-02-10 | 1 | -2/+5 |
| * | Wrapped libraries refactor (#1257) | rajdakin | 2024-02-10 | 1 | -3/+3 |
| * | Simplified (and improved?) handling of phtread_attr_t | ptitSeb | 2024-02-09 | 1 | -67/+86 |