| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed mbsrtowcs function signature | ptitSeb | 2021-03-23 | 3 | -4/+4 |
| * | Added a few more wrapped functions to libc | ptitSeb | 2021-03-23 | 3 | -0/+8 |
| * | Added wrapped libalut and libalure | ptitSeb | 2021-03-13 | 3 | -0/+32 |
| * | Wrapped some more functions | ptitSeb | 2021-03-13 | 3 | -0/+8 |
| * | Added many wrapped function, and fixed a few one too | ptitSeb | 2021-03-13 | 3 | -0/+23 |
| * | Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few m... | ptitSeb | 2021-03-13 | 3 | -4/+24 |
| * | Added wrapped qsort and qsort_r functions | ptitSeb | 2021-03-12 | 3 | -0/+8 |
| * | Added wrapped libpulse and libpulsesimple | ptitSeb | 2021-03-12 | 3 | -0/+112 |
| * | Better functions name resolving when using TRACE, and fixed some printf stuff... | ptitSeb | 2021-03-10 | 3 | -3/+4 |
| * | Fixed the already wrapped non-valist __Xprintf_chk functions | ptitSeb | 2021-03-10 | 3 | -6/+8 |
| * | Wrapped sprintf | ptitSeb | 2021-03-10 | 3 | -0/+3 |
| * | Added statfs64 fstatfs64 and _IO_xxxx wrapped functions | ptitSeb | 2021-03-09 | 3 | -0/+64 |
| * | A __printf_chk wrapped functions | ptitSeb | 2021-03-09 | 3 | -0/+3 |
| * | Aligned struct stat64 for fxstat(64) also | ptitSeb | 2021-03-09 | 3 | -4/+8 |
| * | Added waitpid and dl_iterate_phdr wrapped functions | ptitSeb | 2021-03-09 | 3 | -0/+4 |
| * | Added kill and killpg wrapped functions | ptitSeb | 2021-03-09 | 3 | -0/+11 |
| * | More wrapped libc functions | ptitSeb | 2021-03-09 | 3 | -0/+11 |
| * | Added strtol wrapped function | ptitSeb | 2021-03-09 | 3 | -0/+4 |
| * | A large batch of wrapped libc functions | ptitSeb | 2021-03-09 | 3 | -0/+23 |
| * | More libc wrapped functions | ptitSeb | 2021-03-09 | 3 | -0/+4 |
| * | Added sdl1mixer, sdl1image, sdl1ttd, sdl1smpeg and libz wrapped libs | ptitSeb | 2021-03-09 | 3 | -0/+104 |
| * | Added more libc wrapped functions | ptitSeb | 2021-03-09 | 3 | -4/+8 |
| * | Added some more libc wrapped functions | ptitSeb | 2021-03-09 | 3 | -0/+12 |
| * | pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al... | ptitSeb | 2021-03-09 | 3 | -4/+16 |
| * | Added a few libc wrapped functions | ptitSeb | 2021-03-09 | 3 | -0/+3 |
| * | Added some more libc wrapped functions | ptitSeb | 2021-03-09 | 3 | -0/+4 |
| * | Added some phtreads wrapped functions | ptitSeb | 2021-03-09 | 3 | -0/+4 |
| * | Added a few more libc wrapped functions | ptitSeb | 2021-03-09 | 3 | -0/+20 |
| * | Added more wrapped functions to libc and libpthread | ptitSeb | 2021-03-08 | 3 | -0/+20 |
| * | Added a few more libc wrapped libs | ptitSeb | 2021-03-08 | 3 | -0/+4 |
| * | Added a few more libc wrapped functions | ptitSeb | 2021-03-08 | 3 | -0/+8 |
| * | Added wrapped vfprintf and fprintf functions | ptitSeb | 2021-03-08 | 3 | -0/+13 |
| * | Fixed a few wrapped functions | ptitSeb | 2021-03-08 | 3 | -0/+4 |
| * | Added another batch of wrapped x11 related lib (still un-tested copy from box86) | ptitSeb | 2021-03-08 | 3 | -0/+92 |
| * | Added a bunch of X11 related lib (copy from box86, mostly un-verified) | ptitSeb | 2021-03-08 | 3 | -0/+248 |
| * | Added memrchr and memcpy wrapped functions | ptitSeb | 2021-03-08 | 3 | -0/+4 |
| * | Added sigaction and ceil wrapped functions | ptitSeb | 2021-03-08 | 3 | -0/+4 |
| * | Added wrapped libasound | ptitSeb | 2021-03-08 | 3 | -0/+128 |
| * | Added wrapped libX11 | ptitSeb | 2021-03-08 | 3 | -0/+400 |
| * | Disabled va_list wrapped function in SDL2, wrapping is not done yet | ptitSeb | 2021-03-07 | 3 | -8/+0 |
| * | Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal | ptitSeb | 2021-03-07 | 3 | -41/+2013 |
| * | Added longjmp and pthread_cancel handling (and test14 works) | ptitSeb | 2021-03-07 | 3 | -0/+16 |
| * | Reworked FPU/MMX regs, added Context and Signal handling (and test13 works) | ptitSeb | 2021-03-07 | 3 | -0/+8 |
| * | Added fwrite wrapped function | ptitSeb | 2021-03-06 | 3 | -0/+4 |
| * | Added some memcpy and friends wrapped functions | ptitSeb | 2021-03-06 | 3 | -0/+24 |
| * | Added strcmp wrapped function | ptitSeb | 2021-03-06 | 3 | -0/+4 |
| * | Added wctype and wctype_l wrapped functions | ptitSeb | 2021-03-06 | 3 | -0/+8 |
| * | Added wctob and btowc wrapped functions | ptitSeb | 2021-03-06 | 3 | -0/+4 |
| * | Added some local wrapped functions | ptitSeb | 2021-03-06 | 3 | -0/+8 |
| * | Added newlocale and __newlocale wrapped functions | ptitSeb | 2021-03-06 | 3 | -0/+4 |