| Commit message (Expand) | Author | Age | Files | Lines |
| * | Wrapped some more functions | ptitSeb | 2021-03-13 | 1 | -5/+4 |
| * | Added many wrapped function, and fixed a few one too | ptitSeb | 2021-03-13 | 1 | -42/+33 |
| * | Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few m... | ptitSeb | 2021-03-13 | 1 | -0/+1 |
| * | Added wrapped qsort and qsort_r functions | ptitSeb | 2021-03-12 | 1 | -2/+2 |
| * | Better functions name resolving when using TRACE, and fixed some printf stuff... | ptitSeb | 2021-03-10 | 1 | -2/+6 |
| * | Fixed the already wrapped non-valist __Xprintf_chk functions | ptitSeb | 2021-03-10 | 1 | -3/+12 |
| * | Wrapped sprintf | ptitSeb | 2021-03-10 | 1 | -12/+6 |
| * | Added statfs64 fstatfs64 and _IO_xxxx wrapped functions | ptitSeb | 2021-03-09 | 1 | -23/+6 |
| * | Aligned struct stat64 for fxstat(64) also | ptitSeb | 2021-03-09 | 1 | -96/+2 |
| * | Alignement of struct stat / stat64 | ptitSeb | 2021-03-09 | 1 | -19/+3 |
| * | Added kill and killpg wrapped functions | ptitSeb | 2021-03-09 | 1 | -16/+7 |
| * | More wrapped libc functions | ptitSeb | 2021-03-09 | 1 | -15/+7 |
| * | A large batch of wrapped libc functions | ptitSeb | 2021-03-09 | 1 | -16/+52 |
| * | Remove isCpuTopology function call to the open wrapped functions that is not ... | ptitSeb | 2021-03-08 | 1 | -33/+0 |
| * | Added a few more libc wrapped functions | ptitSeb | 2021-03-08 | 1 | -44/+24 |
| * | Added wrapped vfprintf and fprintf functions | ptitSeb | 2021-03-08 | 1 | -26/+10 |
| * | Attempts at conversion of va_list | ptitSeb | 2021-03-08 | 1 | -14/+6 |
| * | Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal | ptitSeb | 2021-03-07 | 1 | -2/+2 |
| * | Added longjmp and pthread_cancel handling (and test14 works) | ptitSeb | 2021-03-07 | 1 | -27/+33 |
| * | Reworked FPU/MMX regs, added Context and Signal handling (and test13 works) | ptitSeb | 2021-03-07 | 1 | -2/+1 |
| * | Added fork wrapped function | ptitSeb | 2021-03-05 | 1 | -2/+2 |
| * | Added printf wrapped function and some VA_ARG work | ptitSeb | 2021-03-05 | 1 | -18/+8 |
| * | Fixed __libc_start_main emulation | ptitSeb | 2021-03-04 | 1 | -3/+3 |
| * | A bit more work on syscall, to avoid old deprecated ones | ptitSeb | 2021-03-04 | 1 | -56/+9 |
| * | A bit more work to prepare x86_64 emulation | ptitSeb | 2021-03-03 | 1 | -1/+1 |
| * | Added some X86_64 RelocA and a few wrapped function (wrapper still not correc... | ptitSeb | 2021-03-03 | 1 | -4/+4 |
| * | More infrastructure added to elf and x64 emu | ptitSeb | 2021-03-03 | 1 | -0/+2590 |