about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrapped some more libdrm and libgbm functionsptitSeb2023-09-107-16/+90
* Added syscall 284 (for #965)ptitSeb2023-09-091-0/+11
* [STEAM] Changed behaviour of simulated pressure-vesselptitSeb2023-09-091-23/+45
* Removed some debug leftover in libgstreamerptitSeb2023-09-094-10/+4
* Added some more wrapped functionsptitSeb2023-09-099-11/+115
* Go back to use mmap for memory allocation, as some OS restric malloc'd memory...ptitSeb2023-09-091-1/+1
* [DYNAREC] Small improvment on multi-thread reliance for the jumptableptitSeb2023-09-097-5/+25
* Improved default box64rcptitSeb2023-09-091-0/+3
* Added some __isoc23_XXX wrapped function as synonym to libc (for #943)ptitSeb2023-09-093-0/+7
* Added syscall 282 (for #965)ptitSeb2023-09-091-0/+26
* [32BITS] Added D4 & D5 opcodesptitSeb2023-09-071-0/+16
* [ARM64_DYNAREC] Fixed (66) 0F 70 opcodeswannacu2023-09-042-44/+12
* [ARM64_DYNAREC] Added 66 0F 7D/D0 opcodeswannacu2023-09-042-2/+36
* [ARM64_DYNAREC] Added 0F 1C/1D/1E opcodeswannacu2023-09-041-1/+21
* [ARM64_DYNAREC] Fixed 0F 38 00 PSHUFB opcode (thanks @wannacu for the hint)ptitSeb2023-09-041-1/+1
* Added 1 vk extension (for #963)ptitSeb2023-09-031-0/+3
* Added 1 wrapped function (for #229)ptitSeb2023-09-024-1/+30
* [ANDROID] fixing fix fix...ptitSeb2023-09-021-0/+9
* [ANDROID] f..ing fix, againptitSeb2023-09-021-1/+1
* [ANDROID] And yet again another build fix, some many missing declaration comp...ptitSeb2023-09-021-0/+9
* [ANDROID] And yet again another build fix, slowly but surely loosing patienceptitSeb2023-09-021-0/+4
* Removed unused include in bridge.cptitSeb2023-09-021-1/+0
* [ANDROID] And again another attempt to fix the buildptitSeb2023-09-022-0/+16
* [ANDROID] Oh, again another attempt to fix the build (and still my fault, typ...ptitSeb2023-09-021-1/+1
* [ANDROID] Oh, another attempt to fix the build (ok, my fault this time, fine)ptitSeb2023-09-021-4/+4
* [ANDROID] And yet another attempt to fix the build, patience limit almost rea...ptitSeb2023-09-022-5/+10
* [ANDROID] And another attempt to fix the build, testing my patience it seemsptitSeb2023-09-021-0/+4
* [ANDOIRD] Yet another attempt to fix the buildptitSeb2023-09-021-1/+2
* [ANDOIRD] Another attempt to fix the buildptitSeb2023-09-021-2/+4
* [ANDROID] More change to android/dynarec buildptitSeb2023-09-024-2/+16
* [ANDROID] This should fix Dynarec build on AndroidptitSeb2023-09-023-4/+10
* [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-0217-32/+260
* Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF...ptitSeb2023-09-024-18/+21
* [ARM64_DYNAREC] Added 0F 38 08/09/0A opcodewannacu2023-08-313-0/+64
* [ARM64_DYNAREC] Added 66 0F 38 37 opcodewannacu2023-08-311-1/+7
* [ARM64_DYNAREC] Added 0F 38 01/02/03/05/06/07 opcodeswannacu2023-08-312-3/+64
* Added 64 0F B7 opcode (for #958)ptitSeb2023-08-301-0/+12
* Added wrapping of libformw.so.6 (for #956)ptitSeb2023-08-288-0/+138
* [ELFLOADER] This was missing from previous elfloader workptitSeb2023-08-271-2/+2
* [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flagsptitSeb2023-08-274-48/+100
* [ARM64_DYNAREC] Fixed some issue with some opcode handling 8bits values (fixe...ptitSeb2023-08-274-18/+18
* [DYNAREC] Do not use dynarec in signal handling unless CUSTOM_MALLOC for Dyna...ptitSeb2023-08-271-0/+5
* Fixed detection and loading of program linked with glibc 2.34+ptitSeb2023-08-263-4/+20
* Fixed signature of SDL1 AudioCallback (for #952)ptitSeb2023-08-261-1/+1
* [RV64_DYNAREC] Added (66) 0F 2A/2C/2D opcodeswannacu2023-08-254-13/+147
* [ARM64_DYNAREC] Added (66) 0F 2A/2C/2D opcodeswannacu2023-08-254-18/+175
* Allow running at NULL, and trigger a segfault (backport from box86 5cdc1b9fa2...Rafael Diniz2023-08-221-4/+2
* Merge pull request #941 from wannacu/mainptitSeb2023-08-212-10/+56
|\
| * [ARM64_DYNAREC] Added 0F F1/F3/F7 opcodeswannacu2023-08-212-10/+56
* | Update my_posix_spawnp()liuli2023-08-211-0/+4
|/