| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added remove wrapped function to libc | ptitSeb | 2021-03-23 | 1 | -1/+1 |
| * | Added a few more libc wrapped functions | ptitSeb | 2021-03-23 | 1 | -15/+15 |
| * | Fixed mbsrtowcs function signature | ptitSeb | 2021-03-23 | 4 | -5/+5 |
| * | Added a few more wrapped functions to libc | ptitSeb | 2021-03-23 | 4 | -9/+17 |
| * | Added wrapped libalut and libalure | ptitSeb | 2021-03-13 | 7 | -0/+141 |
| * | Wrapped some more functions | ptitSeb | 2021-03-13 | 6 | -10/+17 |
| * | Added many wrapped function, and fixed a few one too | ptitSeb | 2021-03-13 | 10 | -113/+149 |
| * | Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few m... | ptitSeb | 2021-03-13 | 13 | -18/+902 |
| * | Added a few libc wrapped functions | ptitSeb | 2021-03-13 | 1 | -5/+5 |
| * | Added wrapped qsort and qsort_r functions | ptitSeb | 2021-03-12 | 5 | -4/+12 |
| * | Added wrapped libpulse and libpulsesimple | ptitSeb | 2021-03-12 | 7 | -0/+1955 |
| * | Added nanosleep wrapped function | ptitSeb | 2021-03-12 | 1 | -2/+2 |
| * | Fixed pthread_attr_setstacksize to avoid setting too small stack on some plat... | ptitSeb | 2021-03-12 | 1 | -2/+2 |
| * | Better functions name resolving when using TRACE, and fixed some printf stuff... | ptitSeb | 2021-03-10 | 12 | -25/+35 |
| * | Fixed the already wrapped non-valist __Xprintf_chk functions | ptitSeb | 2021-03-10 | 5 | -11/+22 |
| * | Wrapped system function | ptitSeb | 2021-03-10 | 1 | -3/+3 |
| * | Wrapped some more libc funcs | ptitSeb | 2021-03-10 | 1 | -8/+8 |
| * | Wrapped sprintf | ptitSeb | 2021-03-10 | 5 | -14/+11 |
| * | A handfull libc wrapped functions | ptitSeb | 2021-03-09 | 1 | -6/+6 |
| * | Added fdopen and fdopendir | ptitSeb | 2021-03-09 | 1 | -6/+6 |
| * | Added uname, ungetc, ungetwc, unlink and __underflow wrapped functions | ptitSeb | 2021-03-09 | 1 | -5/+5 |
| * | Added statfs64 fstatfs64 and _IO_xxxx wrapped functions | ptitSeb | 2021-03-09 | 5 | -65/+112 |
| * | Add freopen wrapped functions | ptitSeb | 2021-03-09 | 1 | -8/+8 |
| * | A __printf_chk wrapped functions | ptitSeb | 2021-03-09 | 4 | -1/+4 |
| * | A few sigXXX wrapped functions | ptitSeb | 2021-03-09 | 1 | -3/+3 |
| * | Aligned struct stat64 for fxstat(64) also | ptitSeb | 2021-03-09 | 5 | -105/+15 |
| * | Added waitpid and dl_iterate_phdr wrapped functions | ptitSeb | 2021-03-09 | 4 | -3/+7 |
| * | Alignement of struct stat / stat64 | ptitSeb | 2021-03-09 | 2 | -21/+5 |
| * | Added kill and killpg wrapped functions | ptitSeb | 2021-03-09 | 5 | -20/+22 |
| * | Added clock wrapped function | ptitSeb | 2021-03-09 | 1 | -1/+1 |
| * | More wrapped libc functions | ptitSeb | 2021-03-09 | 5 | -19/+22 |
| * | Added strtol wrapped function | ptitSeb | 2021-03-09 | 4 | -1/+5 |
| * | Fixed an issue with SDL Thread Creation | ptitSeb | 2021-03-09 | 2 | -2/+4 |
| * | A large batch of wrapped libc functions | ptitSeb | 2021-03-09 | 5 | -115/+174 |
| * | More libc wrapped functions | ptitSeb | 2021-03-09 | 4 | -11/+15 |
| * | Added sdl1mixer, sdl1image, sdl1ttd, sdl1smpeg and libz wrapped libs | ptitSeb | 2021-03-09 | 13 | -0/+1190 |
| * | Added more libc wrapped functions | ptitSeb | 2021-03-09 | 4 | -12/+16 |
| * | Fixed XOpenIM wrapped function signature | ptitSeb | 2021-03-09 | 1 | -1/+1 |
| * | Added some more libc wrapped functions | ptitSeb | 2021-03-09 | 4 | -7/+19 |
| * | pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al... | ptitSeb | 2021-03-09 | 6 | -11/+40 |
| * | Added a few libc wrapped functions | ptitSeb | 2021-03-09 | 4 | -3/+6 |
| * | Added some more libc wrapped functions | ptitSeb | 2021-03-09 | 4 | -41/+39 |
| * | Added some phtreads wrapped functions | ptitSeb | 2021-03-09 | 4 | -20/+24 |
| * | Added a few more libc wrapped functions | ptitSeb | 2021-03-09 | 4 | -22/+42 |
| * | Remove isCpuTopology function call to the open wrapped functions that is not ... | ptitSeb | 2021-03-08 | 1 | -33/+0 |
| * | Added sigismember wrapped function | ptitSeb | 2021-03-08 | 1 | -1/+1 |
| * | Added more wrapped functions to libc and libpthread | ptitSeb | 2021-03-08 | 5 | -47/+68 |
| * | Added a few more libc wrapped libs | ptitSeb | 2021-03-08 | 4 | -3/+7 |
| * | Added a few more libc wrapped functions | ptitSeb | 2021-03-08 | 5 | -51/+39 |
| * | Added wrapped vfprintf and fprintf functions | ptitSeb | 2021-03-08 | 5 | -34/+31 |