| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed handling of * in scnaf/printf Stack argument handling | ptitSeb | 2021-04-17 | 1 | -16/+42 |
| * | Also handle internal mutex in my_sighandler | ptitSeb | 2021-04-14 | 1 | -2/+5 |
| * | Second pass | rajdakin | 2021-04-14 | 1 | -1/+1 |
| * | First pass | rajdakin | 2021-04-14 | 3 | -14/+42 |
| * | Fixed some issues with pthread wrapping | ptitSeb | 2021-04-12 | 1 | -8/+15 |
| * | Improved pthread wrapping | ptitSeb | 2021-04-12 | 1 | -9/+12 |
| * | More alignment work on thread (some attr are bigger on arm64 than x86_64) | ptitSeb | 2021-04-12 | 1 | -106/+189 |
| * | Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ... | ptitSeb | 2021-04-11 | 2 | -22/+33 |
| * | Merge pull request #3 from rajdakin/exitFix | ptitSeb | 2021-04-09 | 1 | -2/+2 |
| |\ |
|
| | * | Changed missed unwanted "box86" | rajdakin | 2021-04-09 | 1 | -2/+2 |
| * | | Fixed a warning | ptitSeb | 2021-04-09 | 1 | -1/+1 |
| |/ |
|
| * | Fix NOALIGN build | ptitSeb | 2021-04-09 | 1 | -0/+2 |
| * | pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)... | ptitSeb | 2021-04-09 | 1 | -13/+130 |
| * | [TRACE] Added a new trace option | rajdakin | 2021-04-07 | 1 | -1/+7 |
| * | Unlock all mutex on child process when forking | ptitSeb | 2021-04-06 | 1 | -0/+16 |
| * | Re-enabled the pre-calc of next block for new thread | ptitSeb | 2021-04-05 | 1 | -1/+1 |
| * | More work on mmap and the MAP_32BIT flag | ptitSeb | 2021-04-04 | 2 | -2/+4 |
| * | More work on stack alignements | ptitSeb | 2021-04-03 | 1 | -2/+2 |
| * | More work around stack alignement and frame pointer | ptitSeb | 2021-04-03 | 1 | -1/+1 |
| * | Changed the way alignment of mutex is done | ptitSeb | 2021-04-03 | 1 | -5/+49 |
| * | Added wrapped swscanf | ptitSeb | 2021-04-02 | 1 | -0/+94 |
| * | Try to setup some kind of Stack Frame on new thread | ptitSeb | 2021-04-01 | 1 | -0/+2 |
| * | Try to improve a bit signal handling | ptitSeb | 2021-03-30 | 1 | -11/+34 |
| * | Removed x64emu_t structure dedicated to signal handling, using main thread on... | ptitSeb | 2021-03-29 | 1 | -58/+66 |
| * | Don't need to set FS here | ptitSeb | 2021-03-29 | 1 | -1/+1 |
| * | Simply wrapped pthread_exit, don't force emu->quit to 1 | ptitSeb | 2021-03-28 | 1 | -6/+5 |
| * | Added more libc and pthreads wrapped functions | ptitSeb | 2021-03-28 | 1 | -18/+0 |
| * | Better Stack handling (backported from box86) | ptitSeb | 2021-03-28 | 2 | -7/+17 |
| * | Fixed swprintf wrapping | ptitSeb | 2021-03-26 | 1 | -112/+129 |
| * | Added wrapped libcups, plus some changes in wrapped libSDL2 and pthread | ptitSeb | 2021-03-26 | 1 | -1/+14 |
| * | Added some more libc wrapped functions | ptitSeb | 2021-03-26 | 1 | -1/+1 |
| * | Fixed a potential issue with getAlignedMutex | ptitSeb | 2021-03-25 | 1 | -1/+3 |
| * | Small change in getAlignedMutex function (probably more work needed) | ptitSeb | 2021-03-25 | 1 | -2/+2 |
| * | Back ported simplified pthread_once callback handling from box86 | ptitSeb | 2021-03-24 | 1 | -23/+19 |
| * | [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th... | ptitSeb | 2021-03-16 | 1 | -2/+2 |
| * | [DYNAREC] Added Basic blocks for dynarec | ptitSeb | 2021-03-14 | 2 | -44/+67 |
| * | Fixed a few minor leaks | ptitSeb | 2021-03-13 | 2 | -5/+19 |
| * | Added many wrapped function, and fixed a few one too | ptitSeb | 2021-03-13 | 1 | -0/+93 |
| * | Fixed pthread_attr_setstacksize to avoid setting too small stack on some plat... | ptitSeb | 2021-03-12 | 1 | -0/+8 |
| * | Added alignment for 'long double' handling in '...' | ptitSeb | 2021-03-11 | 1 | -0/+4 |
| * | Better functions name resolving when using TRACE, and fixed some printf stuff... | ptitSeb | 2021-03-10 | 2 | -2/+2 |
| * | Alignement of struct stat / stat64 | ptitSeb | 2021-03-09 | 1 | -0/+45 |
| * | pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al... | ptitSeb | 2021-03-09 | 1 | -4/+0 |
| * | Attempts at conversion of va_list | ptitSeb | 2021-03-08 | 1 | -0/+1 |
| * | Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal | ptitSeb | 2021-03-07 | 2 | -0/+367 |
| * | Some cosmetic refinement to signal handling | ptitSeb | 2021-03-07 | 1 | -5/+5 |
| * | Small adjustment to cancel thread handling | ptitSeb | 2021-03-07 | 1 | -4/+4 |
| * | Added longjmp and pthread_cancel handling (and test14 works) | ptitSeb | 2021-03-07 | 1 | -168/+135 |
| * | Fixed ARM64 build | ptitSeb | 2021-03-07 | 1 | -1/+1 |
| * | Reworked FPU/MMX regs, added Context and Signal handling (and test13 works) | ptitSeb | 2021-03-07 | 1 | -0/+1156 |