about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Re-enabled the pre-calc of next block for new threadptitSeb2021-04-051-1/+1
* More work on mmap and the MAP_32BIT flagptitSeb2021-04-042-2/+4
* More work on stack alignementsptitSeb2021-04-031-2/+2
* More work around stack alignement and frame pointerptitSeb2021-04-031-1/+1
* Changed the way alignment of mutex is doneptitSeb2021-04-031-5/+49
* Added wrapped swscanfptitSeb2021-04-021-0/+94
* Try to setup some kind of Stack Frame on new threadptitSeb2021-04-011-0/+2
* Try to improve a bit signal handlingptitSeb2021-03-301-11/+34
* Removed x64emu_t structure dedicated to signal handling, using main thread on...ptitSeb2021-03-291-58/+66
* Don't need to set FS hereptitSeb2021-03-291-1/+1
* Simply wrapped pthread_exit, don't force emu->quit to 1ptitSeb2021-03-281-6/+5
* Added more libc and pthreads wrapped functionsptitSeb2021-03-281-18/+0
* Better Stack handling (backported from box86)ptitSeb2021-03-282-7/+17
* Fixed swprintf wrappingptitSeb2021-03-261-112/+129
* Added wrapped libcups, plus some changes in wrapped libSDL2 and pthreadptitSeb2021-03-261-1/+14
* Added some more libc wrapped functionsptitSeb2021-03-261-1/+1
* Fixed a potential issue with getAlignedMutexptitSeb2021-03-251-1/+3
* Small change in getAlignedMutex function (probably more work needed)ptitSeb2021-03-251-2/+2
* Back ported simplified pthread_once callback handling from box86ptitSeb2021-03-241-23/+19
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...ptitSeb2021-03-161-2/+2
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-142-44/+67
* Fixed a few minor leaksptitSeb2021-03-132-5/+19
* Added many wrapped function, and fixed a few one tooptitSeb2021-03-131-0/+93
* Fixed pthread_attr_setstacksize to avoid setting too small stack on some plat...ptitSeb2021-03-121-0/+8