about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added alignment for 'long double' handling in '...'ptitSeb2021-03-111-0/+4
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-102-2/+2
* Alignement of struct stat / stat64ptitSeb2021-03-091-0/+45
* pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al...ptitSeb2021-03-091-4/+0
* Attempts at conversion of va_listptitSeb2021-03-081-0/+1
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-072-0/+367
* Some cosmetic refinement to signal handlingptitSeb2021-03-071-5/+5
* Small adjustment to cancel thread handlingptitSeb2021-03-071-4/+4
* Added longjmp and pthread_cancel handling (and test14 works)ptitSeb2021-03-071-168/+135
* Fixed ARM64 buildptitSeb2021-03-071-1/+1
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-0/+1156
* Fixed myalign handling for long double on ARM64ptitSeb2021-03-051-1/+3
* Somes fixes to float/double/long double handling in va_listptitSeb2021-03-051-3/+6
* Added some phtread functionsptitSeb2021-03-051-68/+70
* Added printf wrapped function and some VA_ARG workptitSeb2021-03-051-0/+427
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-20/+20
* Added basic thread infrastructureptitSeb2021-03-021-0/+808
* Preparing auxval handlingptitSeb2021-03-021-0/+59