about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Try to improve a bit signal handlingptitSeb2021-03-301-11/+34
* [DYNAREC] Fixed PLD emitter, fixing 0F 18 opcode for good this timeptitSeb2021-03-301-1/+1
* Fixed some wrapped function signature, and added a few moreptitSeb2021-03-306-13/+6
* Added wrapped swprintfptitSeb2021-03-302-15/+6
* Fixed wrapped SDL_GetThreadID function signatureptitSeb2021-03-301-1/+1
* Wraped some SDL2 printf functionsptitSeb2021-03-305-28/+21
* Added __strtol_internal wrapped functionptitSeb2021-03-304-1/+5
* [DYNAREC] disable dynarec when all fini function of loaded libs are doneptitSeb2021-03-301-0/+4
* [DYNAREC] Fixed 66 0F C4/C5 opcodes, and small optim on 66 0F 70ptitSeb2021-03-301-4/+5
* [DYNAREC] Added a few more printersptitSeb2021-03-301-4/+110
* [DYNAREC] Optimized a bit 66 0F 70 opcodeptitSeb2021-03-302-18/+24
* Added wrapped __isoc99_vsscanf functionptitSeb2021-03-291-1/+1
* Added wrapped syslog and __syslog_chkptitSeb2021-03-295-2/+22
* Added wrapped libbz2 and liblzmaptitSeb2021-03-298-1/+463
* [DYNAREC] Fixed 0F 18 opcodesptitSeb2021-03-292-10/+10
* [DYNAREC] FillBlock is behind a mutex now, and use LR for easier debugging on...ptitSeb2021-03-294-10/+15
* Small change in start en end of emulated softwareptitSeb2021-03-291-1/+2
* [DYNAREC] DynaMap is behind a strict mutex nowptitSeb2021-03-291-15/+24
* Added syscall 57ptitSeb2021-03-291-0/+12
* Goes with the new wrapped backtrace functionsptitSeb2021-03-293-0/+4
* Removed x64emu_t structure dedicated to signal handling, using main thread on...ptitSeb2021-03-291-58/+66
* Some work around backtrace to try get symbol from stack frame (not sure it do...ptitSeb2021-03-292-9/+66
* [ARM64] Added a new arm64_lock_storeifref helperptitSeb2021-03-292-6/+19
* [DYNAREC] Small changes in F0 0F C7 opcodeptitSeb2021-03-291-11/+6
* Don't need to set FS hereptitSeb2021-03-291-1/+1
* Cosmetic change for F0 0F B1 opcodeptitSeb2021-03-291-1/+2
* Try to sistematicaly erase upper RAX on cmpxchg opcodeptitSeb2021-03-291-2/+1
* [DYNAREC] Try to mitigate case of cmp/tst apparently 'for nothing'ptitSeb2021-03-292-15/+16
* Added wrapped wcstombs functionptitSeb2021-03-291-1/+1
* [DYNAREC] Added 0F C2 opcodeptitSeb2021-03-292-0/+51
* [DYNAREC] Added 0F 5D/5E/5F opcodesptitSeb2021-03-281-0/+21
* [DYNAREC] Added 0F 18 opcodesptitSeb2021-03-282-0/+49
* [DYNAREC] Added F0 29 opcodeptitSeb2021-03-281-0/+18
* [DYNAREC] Added F0 C7 opcodeptitSeb2021-03-282-0/+33
* Added wrapped asctime and friendsptitSeb2021-03-281-4/+4
* Simply wrapped pthread_exit, don't force emu->quit to 1ptitSeb2021-03-282-7/+7
* Removed a useless line in setjump wrapped functionptitSeb2021-03-281-1/+0
* [DYNAREC] Small optim on Native CallptitSeb2021-03-281-3/+2
* [DYNAREC] Compute arm size of son blockptitSeb2021-03-281-1/+2
* Added more libc and pthreads wrapped functionsptitSeb2021-03-288-98/+45
* [DYNAREC] Improved Dynablock construction, stopping when overlaping block is ...ptitSeb2021-03-286-14/+61
* [DYNAREC] Enhanced the special case of CMP follow by CALL handling (need to f...ptitSeb2021-03-281-1/+4
* Fixed aio_suspend64 funciton signatureptitSeb2021-03-281-4/+4
* Better Stack handling (backported from box86)ptitSeb2021-03-286-15/+27
* A few more libc wrapped functionsptitSeb2021-03-262-2/+3
* Added wrapped libudev0 and libudev1ptitSeb2021-03-268-2/+218
* Added 0F 18 opcodeptitSeb2021-03-261-0/+16
* Added more libc wrapped functionsptitSeb2021-03-266-25/+51
* [DYNAREC] Added some more 66 0F opcodes, plus a few small bug fixesptitSeb2021-03-263-9/+86
* Fixed a signature of an X11 wrapped functionptitSeb2021-03-264-5/+5