about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* First try at building .deb package using cmake CPackptitSeb2021-07-091-0/+20
* Added F0 0F BA opcodes (for #21)ptitSeb2021-07-091-0/+181
* Added handling of flag 0x4 for wrapped dlopenptitSeb2021-07-091-3/+15
* Added wrapped euidaccess and eaccess functions to libc (for #21)ptitSeb2021-07-091-2/+2
* Added a large batch of wrapped libGL functions, including full 4.5 set (for #21)ptitSeb2021-07-094-18/+462
* Added wrapped getrandom function to libcptitSeb2021-07-084-1/+6
* Added a few more wrapped libGL functions (for #21)ptitSeb2021-07-084-2/+10
* Fixed BOX64_JITGDB=2 that wasn't workingptitSeb2021-07-081-1/+1
* [DYNAREC] Added 66 0F D2 opcodes (for geekbench5)ptitSeb2021-07-081-0/+12
* [DYNAREC] Added 66 0F EE opcodes (for geekbench5)ptitSeb2021-07-081-1/+7
* [DYNAREC] Added 64 FF opcodes (for geekbench5)ptitSeb2021-07-082-0/+67
* Added 64 0F B6 ocpode (for #28)ptitSeb2021-07-081-0/+7
* Added dummy version of __cxa_thread_atexit_impl (for #28)ptitSeb2021-07-083-1/+3
* Added wrapped curl_multi_wait (for #21)ptitSeb2021-07-084-1/+6
* Added option 20219 to crul wrapped lib (for #21)ptitSeb2021-07-081-1/+24
* [DYNAREC] Better handling of SHL/SHR/SAR Eb, 0 (for obfuscated code)ptitSeb2021-07-071-27/+39
* Added dummy 0F 09 opcode ([DYNAREC] too) (for #34)ptitSeb2021-07-072-0/+7
* Added F4 opcode (for #34)ptitSeb2021-07-071-0/+5
* Added a few more libc and libX11 wraped functionsptitSeb2021-07-075-4/+9
* Added 66 0F B1 opcodeptitSeb2021-07-071-52/+65
* Added syscall 434 (for #21)ptitSeb2021-07-071-1/+14
* Added msgget wrapped function to libc (for #37)ptitSeb2021-07-071-1/+1
* Merge pull request #36 from Azkali/mainptitSeb2021-07-071-1/+1
|\
| * Update comment for binfmt confThe Great Wizard Azkali2021-07-061-1/+1
* | [DYNAREC] Fixed FISTP i64 (help #14)ptitSeb2021-07-072-3/+4
* | [DYNAREC] Added Need optim message to FINITptitSeb2021-07-071-0/+1
* | Merge pull request #35 from Azkali/mainptitSeb2021-07-061-0/+5
|\|
| * Fix missing CONFIG_64BIT kernel for older kernelThe Great Wizard Azkali2021-07-061-0/+5
|/
* Added syscall 6 and fixed syscall 5 (for #14)ptitSeb2021-07-062-1/+32
* Try to fix compilation on old libcptitSeb2021-07-061-0/+4
* Fixed some case of crash with emulated RW in SDL1 (helps #14)ptitSeb2021-07-061-0/+1
* Added syscall 35 (for #14)ptitSeb2021-07-061-0/+1
* Fixed some return values from many syscalls (should help #14)ptitSeb2021-07-062-31/+31
* Added 0F D7 opcode ([DYNAREC] too) (for #32)ptitSeb2021-07-062-1/+26
* Work on CMPSS and CMPSD ([DYNAREC] too)ptitSeb2021-07-066-15/+262
* [DYNAREC] Added 66 0F 50 opcode, and changed a bit 66 0F D7 (for CB15)ptitSeb2021-07-061-24/+32
* [DYNAREC] Added F3 0F 53 opcode (for CB15)ptitSeb2021-07-062-6/+17
* Added 66 0F 38 08/09/0A opcodes ([DYNAREC] too) (for #32 / Zoom)ptitSeb2021-07-053-0/+85
* [DYNAREC] Added 66 0F 5E opcode (for CB15)ptitSeb2021-07-051-1/+7
* [DYNAREC] Added F0 09 opcode (for CB15)ptitSeb2021-07-051-0/+18
* [DYNAREC] Added 66 0F C2 opcode (for CB15)ptitSeb2021-07-051-0/+32
* Added 66 0F 38 1C/1D/1E opcodes ([DYNAREC] too) (for #17 / Zoom)ptitSeb2021-07-052-0/+50
* Added F0 80 opcode ([DYNAREC] too)ptitSeb2021-07-052-2/+193
* Fixed R_X86_64_TPOFF64 reloc on local elf (should help #31)ptitSeb2021-07-051-4/+4
* [DYNAREC] Added 66 0F D7 opcode (for CB15)ptitSeb2021-07-051-2/+28
* [DYNAREC] Added a faked 0F 01 opcode to avoid break of dynarec blockptitSeb2021-07-051-0/+10
* Added FT_Property_Get wrapped function (for #17, #30)ptitSeb2021-07-051-1/+1
* [DYNAREC] Added 8C opcodeptitSeb2021-07-051-1/+12
* [DYNAREC] Added 0F 05 opcode (for Wine64 and probbly a few others)ptitSeb2021-07-051-0/+16
* [DYNAREC] Added DC opcodes (for CB15)ptitSeb2021-07-054-3/+224