about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added 2 more wrapped function to libm (help Surviving Mars)ptitSeb2022-07-144-2/+8
* Added a bunch of vulkan functions wrappersptitSeb2022-07-146-1/+447
* Changed a bit how wrapped libc clone worksptitSeb2022-07-141-8/+4
* Use a bigger TLSData by default with forcing emulated gtkptitSeb2022-07-141-1/+2
* Added a couple of wrapped freetype functions (for Hacknet)ptitSeb2022-07-144-7/+117
* A few more fontconfig and freetype wrapped functionsptitSeb2022-07-145-4/+41
* Don't prefer emulated libs for 64bits process on pressure_vessel for now (lik...ptitSeb2022-07-141-1/+1
* Fixed BOX86_ENVx handling (for #347)ptitSeb2022-07-141-1/+1
* Added __fwprintf_chk wrapped function (for KSP)ptitSeb2022-07-114-3/+9
* Added a workaround for missing __gxx_personality_v0 function (for #349)ptitSeb2022-07-111-3/+7
* Added __wcsncat_chk wrapped functionptitSeb2022-07-111-1/+1
* Added a few NV vulkan extensions (for #348)ptitSeb2022-07-111-1/+18
* Added BOX64_ENV to create env. var. at load time (for #347)ptitSeb2022-07-111-0/+35
* Double the min size of TLS data to 8k (help Keep Talking and Nobody Explode, ...ptitSeb2022-07-101-1/+2
* [DYNAREC] More color for DYNAREC_DUMP=2ptitSeb2022-07-101-4/+4
* More previous bytes on Unimplemented Opcode messageptitSeb2022-07-101-2/+3
* Small change in one of dlsym_error logptitSeb2022-07-101-1/+1
* Added one more wrapped function to vulkanptitSeb2022-07-091-0/+1
* Added more gstreamer wrapped functionsptitSeb2022-07-097-38/+72
* Added (empty) wrapped libgcrypt.so.20ptitSeb2022-07-097-0/+273
* Fixed potential issue with new loaded lib comparisonptitSeb2022-07-091-1/+1
* Changed various log level for libdl file open errorptitSeb2022-07-096-142/+65
* [DYNAREC] Fixed some x87 issues (fixing issues with ut2004)ptitSeb2022-07-091-5/+5
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-0922-49/+301
* Restored workaround for Linux GOG installer on SBCsptitSeb2022-07-071-7/+7
* Added __wcscat_chk wrapped function (for #343)ptitSeb2022-07-041-1/+1
* Fixed 64 F2 0F 10 and 64 66 0F 2E opcodes (for #298)ptitSeb2022-07-042-26/+24
* Fixed a warningptitSeb2022-07-041-1/+1
* Added a workaround if pthread_cond_clockwait is not supported (for #342)ptitSeb2022-07-041-1/+6
* Added a workaround if pthread_cond_clockwait is not supported (for #342)ptitSeb2022-07-041-0/+3
* [DYNAREC] Disable 64 66 0F 2E opcode, something is wrong and it SIGILL (for #...ptitSeb2022-07-032-4/+4
* Added bit29 of EDX for CPUID 0x80000001 leaf (for Xonotic v0.8.5)ptitSeb2022-07-031-1/+1
* Added 66 F0 0F C1 opcode ([DYNAREC] too) (for FRAMED Collection on Steam)ptitSeb2022-07-032-0/+79
* Added support for R_X86_64_IRELATIVE reloc, along with a test for it (for #303)ptitSeb2022-07-031-0/+8
* Added wrapped pthread_cond_clockwait (for #303)ptitSeb2022-07-034-0/+10
* Added 64 66 0F 2E/2F ocodes ([DYNAREC] too) (for #298)ptitSeb2022-07-033-4/+51
* [DYNAREC] Added most 67 00-3C opcodesptitSeb2022-07-032-1/+438
* Added 67 38-3D opcodes (for #323)ptitSeb2022-07-031-0/+39
* Added syscall 324 (for #327)ptitSeb2022-07-031-0/+1
* Fixed a warningptitSeb2022-07-031-1/+1
* Merge pull request #294 from stiltr/misc-fixesptitSeb2022-07-032-5/+5
|\
| * Merge branch 'main' into misc-fixesTrevor Stiles2022-05-0114-3/+131
| |\
| * | Add wrapped functions needed for 'ls -l'.Trevor Stiles2022-04-282-5/+5
* | | [DYNAREC] Add a mecanism to remember fixed address accessed with LOCK, so MOV...ptitSeb2022-07-0321-267/+335
* | | Reworked TLS to limit resizing, as it tends to break Unity3D gamesptitSeb2022-07-034-33/+68
* | | Show some value around RSP when a Signal is dumpedptitSeb2022-07-031-0/+4
* | | [DYNAREC] Fixed an issue with unwinding x86 address from signalptitSeb2022-07-021-1/+2
* | | Added syscall 231 (for #333)ptitSeb2022-07-011-0/+1
* | | Align address when call mprotectwannacu2022-07-011-2/+3
* | | Fixed a regression preventing wine-preloader to work correctlyptitSeb2022-06-301-1/+1