| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed typo | Yang Liu | 2023-09-11 | 1 | -1/+1 |
| * | Try to fix memory instructions detection | Yang Liu | 2023-09-11 | 1 | -5/+6 |
| * | [RV64_DYNAREC] Added thead vendor extension detection | Yang Liu | 2023-09-11 | 4 | -11/+251 |
| * | Wrapped some more libdrm and libgbm functions | ptitSeb | 2023-09-10 | 7 | -16/+90 |
| * | Added syscall 284 (for #965) | ptitSeb | 2023-09-09 | 1 | -0/+11 |
| * | [STEAM] Changed behaviour of simulated pressure-vessel | ptitSeb | 2023-09-09 | 1 | -23/+45 |
| * | Removed some debug leftover in libgstreamer | ptitSeb | 2023-09-09 | 4 | -10/+4 |
| * | Added some more wrapped functions | ptitSeb | 2023-09-09 | 9 | -11/+115 |
| * | Go back to use mmap for memory allocation, as some OS restric malloc'd memory... | ptitSeb | 2023-09-09 | 1 | -1/+1 |
| * | [DYNAREC] Small improvment on multi-thread reliance for the jumptable | ptitSeb | 2023-09-09 | 7 | -5/+25 |
| * | Improved default box64rc | ptitSeb | 2023-09-09 | 1 | -0/+3 |
| * | Added some __isoc23_XXX wrapped function as synonym to libc (for #943) | ptitSeb | 2023-09-09 | 3 | -0/+7 |
| * | Added syscall 282 (for #965) | ptitSeb | 2023-09-09 | 1 | -0/+26 |
| * | [32BITS] Added D4 & D5 opcodes | ptitSeb | 2023-09-07 | 1 | -0/+16 |
| * | [ARM64_DYNAREC] Fixed (66) 0F 70 opcodes | wannacu | 2023-09-04 | 2 | -44/+12 |
| * | [ARM64_DYNAREC] Added 66 0F 7D/D0 opcodes | wannacu | 2023-09-04 | 2 | -2/+36 |
| * | [ARM64_DYNAREC] Added 0F 1C/1D/1E opcodes | wannacu | 2023-09-04 | 1 | -1/+21 |
| * | [ARM64_DYNAREC] Fixed 0F 38 00 PSHUFB opcode (thanks @wannacu for the hint) | ptitSeb | 2023-09-04 | 1 | -1/+1 |
| * | Added 1 vk extension (for #963) | ptitSeb | 2023-09-03 | 1 | -0/+3 |
| * | Added 1 wrapped function (for #229) | ptitSeb | 2023-09-02 | 4 | -1/+30 |
| * | [ANDROID] fixing fix fix... | ptitSeb | 2023-09-02 | 1 | -0/+9 |
| * | [ANDROID] f..ing fix, again | ptitSeb | 2023-09-02 | 1 | -1/+1 |
| * | [ANDROID] And yet again another build fix, some many missing declaration comp... | ptitSeb | 2023-09-02 | 1 | -0/+9 |
| * | [ANDROID] And yet again another build fix, slowly but surely loosing patience | ptitSeb | 2023-09-02 | 1 | -0/+4 |
| * | Removed unused include in bridge.c | ptitSeb | 2023-09-02 | 1 | -1/+0 |
| * | [ANDROID] And again another attempt to fix the build | ptitSeb | 2023-09-02 | 2 | -0/+16 |
| * | [ANDROID] Oh, again another attempt to fix the build (and still my fault, typ... | ptitSeb | 2023-09-02 | 1 | -1/+1 |
| * | [ANDROID] Oh, another attempt to fix the build (ok, my fault this time, fine) | ptitSeb | 2023-09-02 | 1 | -4/+4 |
| * | [ANDROID] And yet another attempt to fix the build, patience limit almost rea... | ptitSeb | 2023-09-02 | 2 | -5/+10 |
| * | [ANDROID] And another attempt to fix the build, testing my patience it seems | ptitSeb | 2023-09-02 | 1 | -0/+4 |
| * | [ANDOIRD] Yet another attempt to fix the build | ptitSeb | 2023-09-02 | 1 | -1/+2 |
| * | [ANDOIRD] Another attempt to fix the build | ptitSeb | 2023-09-02 | 1 | -2/+4 |
| * | [ANDROID] More change to android/dynarec build | ptitSeb | 2023-09-02 | 4 | -2/+16 |
| * | [ANDROID] This should fix Dynarec build on Android | ptitSeb | 2023-09-02 | 3 | -4/+10 |
| * | [ANDROID] Try to create an Android build, porting box86 Android build | ptitSeb | 2023-09-02 | 17 | -32/+260 |
| * | Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF... | ptitSeb | 2023-09-02 | 4 | -18/+21 |
| * | [ARM64_DYNAREC] Added 0F 38 08/09/0A opcode | wannacu | 2023-08-31 | 3 | -0/+64 |
| * | [ARM64_DYNAREC] Added 66 0F 38 37 opcode | wannacu | 2023-08-31 | 1 | -1/+7 |
| * | [ARM64_DYNAREC] Added 0F 38 01/02/03/05/06/07 opcodes | wannacu | 2023-08-31 | 2 | -3/+64 |
| * | Added 64 0F B7 opcode (for #958) | ptitSeb | 2023-08-30 | 1 | -0/+12 |
| * | Added wrapping of libformw.so.6 (for #956) | ptitSeb | 2023-08-28 | 8 | -0/+138 |
| * | [ELFLOADER] This was missing from previous elfloader work | ptitSeb | 2023-08-27 | 1 | -2/+2 |
| * | [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flags | ptitSeb | 2023-08-27 | 4 | -48/+100 |
| * | [ARM64_DYNAREC] Fixed some issue with some opcode handling 8bits values (fixe... | ptitSeb | 2023-08-27 | 4 | -18/+18 |
| * | [DYNAREC] Do not use dynarec in signal handling unless CUSTOM_MALLOC for Dyna... | ptitSeb | 2023-08-27 | 1 | -0/+5 |
| * | Fixed detection and loading of program linked with glibc 2.34+ | ptitSeb | 2023-08-26 | 3 | -4/+20 |
| * | Fixed signature of SDL1 AudioCallback (for #952) | ptitSeb | 2023-08-26 | 1 | -1/+1 |
| * | [RV64_DYNAREC] Added (66) 0F 2A/2C/2D opcodes | wannacu | 2023-08-25 | 4 | -13/+147 |
| * | [ARM64_DYNAREC] Added (66) 0F 2A/2C/2D opcodes | wannacu | 2023-08-25 | 4 | -18/+175 |
| * | Allow running at NULL, and trigger a segfault (backport from box86 5cdc1b9fa2... | Rafael Diniz | 2023-08-22 | 1 | -4/+2 |