| Commit message (Expand) | Author | Age | Files | Lines |
| * | General improvements to box64 and fixed some SDL2 functions | rajdakin | 2021-04-11 | 1 | -7/+1 |
| * | Added some libc symbols | rajdakin | 2021-04-10 | 1 | -1/+1 |
| * | Changed missed unwanted "box86" | rajdakin | 2021-04-09 | 1 | -6/+6 |
| * | Fixed fcntl wrapper | ptitSeb | 2021-04-08 | 1 | -14/+13 |
| * | Added a couple of libc wrapped functions | ptitSeb | 2021-04-05 | 1 | -14/+6 |
| * | More work on mmap and the MAP_32BIT flag | ptitSeb | 2021-04-04 | 1 | -6/+9 |
| * | Added wrapped swscanf | ptitSeb | 2021-04-02 | 1 | -0/+8 |
| * | Fixed trace on mremap | ptitSeb | 2021-04-02 | 1 | -1/+2 |
| * | Implemented a workaround for mmap64 with MAP_32BIT flag | ptitSeb | 2021-04-02 | 1 | -0/+7 |
| * | Added wrapped glob64 and freeglob64 functions | ptitSeb | 2021-04-01 | 1 | -2/+2 |
| * | Wrapped malloc to call calloc instead (not sure it's really needed) | ptitSeb | 2021-04-01 | 1 | -5/+2 |
| * | Added wrapped fts_* function (FTS struct seems aligned on 64bits) | ptitSeb | 2021-03-30 | 1 | -0/+6 |
| * | Added wrapped swprintf | ptitSeb | 2021-03-30 | 1 | -14/+5 |
| * | Added wrapped syslog and __syslog_chk | ptitSeb | 2021-03-29 | 1 | -0/+16 |
| * | Some work around backtrace to try get symbol from stack frame (not sure it do... | ptitSeb | 2021-03-29 | 1 | -6/+63 |
| * | Removed a useless line in setjump wrapped function | ptitSeb | 2021-03-28 | 1 | -1/+0 |
| * | Added more libc and pthreads wrapped functions | ptitSeb | 2021-03-28 | 1 | -69/+8 |
| * | A few more libc wrapped functions | ptitSeb | 2021-03-26 | 1 | -0/+1 |
| * | Added more libc wrapped functions | ptitSeb | 2021-03-26 | 1 | -0/+7 |
| * | Fixed swprintf wrapping | ptitSeb | 2021-03-26 | 1 | -1/+1 |
| * | Added wrapped __swprintf_chk function | ptitSeb | 2021-03-26 | 1 | -12/+5 |
| * | Even more libc wrapped functions | ptitSeb | 2021-03-25 | 1 | -4/+3 |
| * | Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ... | ptitSeb | 2021-03-25 | 1 | -1/+1 |
| * | More libc wrapped symbols | ptitSeb | 2021-03-25 | 1 | -1/+8 |
| * | Added wrapped libICE and libSM plus a few more libc wrapped functions | ptitSeb | 2021-03-25 | 1 | -49/+1 |
| * | Added some more libc wrapped function (and now SuperHexagon works fine) | ptitSeb | 2021-03-25 | 1 | -1/+1 |
| * | Added wrapped mmap64 and friends | ptitSeb | 2021-03-25 | 1 | -29/+4 |
| * | Added a bunch of libc wrapped functions | ptitSeb | 2021-03-25 | 1 | -3/+3 |
| * | 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 |