| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WRAPPER] Added handling of old pthread cond functions | ptitSeb | 2024-09-12 | 1 | -0/+9 |
| * | [WRAPPER] Added H as paramterand, added 2 wrapped function from libatomic (fo... | ptitSeb | 2024-09-09 | 1 | -1/+1 |
| * | Wrapped pthread_cond_signal with aligned cond like others (#1608) | Yang Liu | 2024-06-21 | 1 | -1/+1 |
| * | Redirect pthread_yield to sched_yield (#1529) | Yang Liu | 2024-05-24 | 1 | -1/+1 |
| * | Added 2 pthread wraps (#1334) | Lily | 2024-03-05 | 1 | -2/+2 |
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few other... | ptitSeb | 2024-02-26 | 1 | -0/+4 |
| * | Various changes on pthread cancel and tls destructor, should be easier to mai... | ptitSeb | 2023-10-13 | 1 | -1/+1 |
| * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| * | Cosmetic change to wrapped pthread private | ptitSeb | 2023-04-23 | 1 | -47/+44 |
| * | Added some wrapped functions in pthread | ptitSeb | 2023-03-25 | 1 | -0/+5 |
| * | Cleanup mutex wrapping | ptitSeb | 2023-03-12 | 1 | -17/+6 |
| * | Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic... | ptitSeb | 2022-12-30 | 1 | -1/+2 |
| * | Added special case for pthread_kill because behaviour changed with glibc 2.34 | ptitSeb | 2022-09-10 | 1 | -0/+1 |
| * | Quick hack to align pthread_cond_t if needed (for #362) | ptitSeb | 2022-07-27 | 1 | -1/+3 |
| * | Various improvement and some workaround to support musl binary (for #324) | ptitSeb | 2022-07-09 | 1 | -0/+4 |
| * | Added wrapped pthread_cond_clockwait (for #303) | ptitSeb | 2022-07-03 | 1 | -0/+1 |
| * | 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 |