| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add alignment wrapper to pthread_getattr_np. | Gergő Móricz | 2021-10-17 | 1 | -0/+4 |
| * | Small changes in libc and libpthread wrapped lib | ptitSeb | 2021-08-10 | 1 | -1/+1 |
| * | Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 DOESN... | rajdakin | 2021-07-31 | 1 | -1/+0 |
| * | Added a wrapped pthread function, and improved mutex handling | ptitSeb | 2021-06-06 | 1 | -2/+2 |
| * | Added a few wrapped function to libc and pthreads | ptitSeb | 2021-05-19 | 1 | -2/+2 |
| * | Added wrapped pthread_getname_np function | ptitSeb | 2021-05-18 | 1 | -1/+1 |
| * | Improved pthread wrapping | ptitSeb | 2021-04-12 | 1 | -0/+11 |
| * | More alignment work on thread (some attr are bigger on arm64 than x86_64) | ptitSeb | 2021-04-12 | 1 | -7/+35 |
| * | pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)... | ptitSeb | 2021-04-09 | 1 | -1/+24 |
| * | Added 2 _np wrapped function to pthreads | ptitSeb | 2021-04-07 | 1 | -0/+2 |
| * | Ooops, that typo was breaking some C#/Unity stuff | ptitSeb | 2021-04-04 | 1 | -1/+1 |
| * | Changed the way alignment of mutex is done | ptitSeb | 2021-04-03 | 1 | -1/+1 |
| * | Simply wrapped pthread_exit, don't force emu->quit to 1 | ptitSeb | 2021-03-28 | 1 | -1/+2 |
| * | Added more libc and pthreads wrapped functions | ptitSeb | 2021-03-28 | 1 | -1/+1 |
| * | Added more libc wrapped functions | ptitSeb | 2021-03-26 | 1 | -1/+1 |
| * | Added wrapped libcups, plus some changes in wrapped libSDL2 and pthread | ptitSeb | 2021-03-26 | 1 | -5/+10 |
| * | Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ... | ptitSeb | 2021-03-25 | 1 | -4/+4 |
| * | Added a few more wrapped functions | ptitSeb | 2021-03-25 | 1 | -2/+2 |
| * | Wrapped some more functions | ptitSeb | 2021-03-13 | 1 | -1/+1 |
| * | Added many wrapped function, and fixed a few one too | ptitSeb | 2021-03-13 | 1 | -7/+6 |
| * | Fixed pthread_attr_setstacksize to avoid setting too small stack on some plat... | ptitSeb | 2021-03-12 | 1 | -2/+2 |
| * | pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al... | ptitSeb | 2021-03-09 | 1 | -0/+17 |
| * | Added some phtreads wrapped functions | ptitSeb | 2021-03-09 | 1 | -20/+20 |
| * | Added more wrapped functions to libc and libpthread | ptitSeb | 2021-03-08 | 1 | -32/+33 |
| * | Added longjmp and pthread_cancel handling (and test14 works) | ptitSeb | 2021-03-07 | 1 | -50/+50 |
| * | Added pthread_once wrapped function | ptitSeb | 2021-03-06 | 1 | -2/+2 |
| * | More work on wrapped lib and elf relocations | ptitSeb | 2021-03-06 | 1 | -3/+3 |
| * | Fixed phtread_t that is a unsigned long instead of a unsigned int | ptitSeb | 2021-03-05 | 1 | -3/+3 |
| * | Added some phtread functions | ptitSeb | 2021-03-05 | 1 | -4/+4 |
| * | Added rt and pthread wrapped lib | ptitSeb | 2021-03-03 | 1 | -0/+179 |