about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some untested support for loongarch64 va_listptitSeb2021-09-261-185/+510
* More work on gtk and nss3+friendsptitSeb2021-09-211-1/+1
* More work on gtk wrappingptitSeb2021-09-201-0/+7
* Fixed some nasty copypasta on EmuCallptitSeb2021-09-191-2/+2
* Added disabled wrapped libfuse (not working for now)ptitSeb2021-08-101-0/+20
* Some changes on getstacksize for threadptitSeb2021-08-101-2/+6
* Small fix for Default and Ignore signal handlingptitSeb2021-08-101-2/+6
* Added handling of longjmp inside signals handler (from box86)ptitSeb2021-08-091-54/+62
* Less log for generated signalsptitSeb2021-07-171-1/+1
* Handling HLT / CLI / STI has privileged instruction (and so trigger a GPF)ptitSeb2021-07-151-5/+9
* [DYNAREC] Don't limit the retry pattern on access error signal, as it often h...ptitSeb2021-07-151-1/+1
* Fixed regression introduced with 27d79eddec (for #54)ptitSeb2021-07-141-1/+1
* Fixed and improved handling of segments and Call Far and signal (helps Wine64)ptitSeb2021-07-132-8/+8
* Improved log when encountering SIGILL (to help diagnose #44)ptitSeb2021-07-091-1/+1
* 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
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-021-0/+17
* Added getauxval wrapped functionptitSeb2021-06-251-12/+12
* More logs on 'strange' SIGSEGV...ptitSeb2021-06-211-3/+4
* Improved mutex handlingptitSeb2021-06-191-49/+93
* Fixed a warningptitSeb2021-06-161-2/+2
* Small fix for sdl2rwops emulated closeptitSeb2021-06-161-1/+3
* Improved Log for emit_signalptitSeb2021-06-151-1/+10
* Small work around pthread_onceptitSeb2021-06-151-7/+6
* Change the way locked mutex are detected (taken from box86)ptitSeb2021-06-141-6/+3
* Fixed regression on pthread_mutex_tptitSeb2021-06-061-0/+1
* Improvment to a few libc wrapped functionsptitSeb2021-06-061-0/+34
* Added a wrapped pthread function, and improved mutex handlingptitSeb2021-06-061-4/+18
* Some small improvments in signal handlingptitSeb2021-06-061-5/+8
* Better handling of on-purpose SIGSEGVptitSeb2021-06-051-4/+15
* [DYNAREC] Improved SMC handlingptitSeb2021-06-041-8/+10
* Added a few wrapped function to libc and pthreadsptitSeb2021-05-191-20/+20
* Added %zd support in myalign varg hadnlingptitSeb2021-05-191-2/+18
* Added signal mask handling in setjmp/longjmp functionsptitSeb2021-05-181-3/+3
* Aligned struct epollptitSeb2021-04-261-1/+40
* Fixed handling of * in scnaf/printf Stack argument handlingptitSeb2021-04-171-16/+42
* Also handle internal mutex in my_sighandlerptitSeb2021-04-141-2/+5
* Second passrajdakin2021-04-141-1/+1
* First passrajdakin2021-04-143-14/+42
* Fixed some issues with pthread wrappingptitSeb2021-04-121-8/+15
* Improved pthread wrappingptitSeb2021-04-121-9/+12
* More alignment work on thread (some attr are bigger on arm64 than x86_64)ptitSeb2021-04-121-106/+189
* Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...ptitSeb2021-04-112-22/+33
* Merge pull request #3 from rajdakin/exitFixptitSeb2021-04-091-2/+2
|\
| * Changed missed unwanted "box86"rajdakin2021-04-091-2/+2
* | Fixed a warningptitSeb2021-04-091-1/+1
|/
* Fix NOALIGN buildptitSeb2021-04-091-0/+2
* pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...ptitSeb2021-04-091-13/+130
* [TRACE] Added a new trace optionrajdakin2021-04-071-1/+7
* Unlock all mutex on child process when forkingptitSeb2021-04-061-0/+16