| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added kill and killpg wrapped functions | ptitSeb | 2021-03-09 | 1 | -0/+5 |
| * | More wrapped libc functions | ptitSeb | 2021-03-09 | 1 | -0/+5 |
| * | Added strtol wrapped function | ptitSeb | 2021-03-09 | 1 | -0/+2 |
| * | A large batch of wrapped libc functions | ptitSeb | 2021-03-09 | 1 | -0/+11 |
| * | More libc wrapped functions | ptitSeb | 2021-03-09 | 1 | -0/+2 |
| * | Added sdl1mixer, sdl1image, sdl1ttd, sdl1smpeg and libz wrapped libs | ptitSeb | 2021-03-09 | 1 | -0/+52 |
| * | Added more libc wrapped functions | ptitSeb | 2021-03-09 | 1 | -2/+4 |
| * | Added some more libc wrapped functions | ptitSeb | 2021-03-09 | 1 | -0/+6 |
| * | pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al... | ptitSeb | 2021-03-09 | 1 | -2/+8 |
| * | Added a few libc wrapped functions | ptitSeb | 2021-03-09 | 1 | -0/+1 |
| * | Added some more libc wrapped functions | ptitSeb | 2021-03-09 | 1 | -0/+2 |
| * | Added some phtreads wrapped functions | ptitSeb | 2021-03-09 | 1 | -0/+2 |
| * | Added a few more libc wrapped functions | ptitSeb | 2021-03-09 | 1 | -0/+10 |
| * | Added more wrapped functions to libc and libpthread | ptitSeb | 2021-03-08 | 1 | -0/+10 |
| * | Added a few more libc wrapped libs | ptitSeb | 2021-03-08 | 1 | -0/+2 |
| * | Added a few more libc wrapped functions | ptitSeb | 2021-03-08 | 1 | -0/+4 |
| * | Added wrapped vfprintf and fprintf functions | ptitSeb | 2021-03-08 | 1 | -0/+5 |
| * | Fixed a few wrapped functions | ptitSeb | 2021-03-08 | 1 | -0/+2 |
| * | Added another batch of wrapped x11 related lib (still un-tested copy from box86) | ptitSeb | 2021-03-08 | 1 | -0/+46 |
| * | Added a bunch of X11 related lib (copy from box86, mostly un-verified) | ptitSeb | 2021-03-08 | 1 | -0/+124 |
| * | Added memrchr and memcpy wrapped functions | ptitSeb | 2021-03-08 | 1 | -0/+2 |
| * | Added sigaction and ceil wrapped functions | ptitSeb | 2021-03-08 | 1 | -0/+2 |
| * | Added wrapped libasound | ptitSeb | 2021-03-08 | 1 | -0/+64 |
| * | Added wrapped libX11 | ptitSeb | 2021-03-08 | 1 | -0/+200 |
| * | Disabled va_list wrapped function in SDL2, wrapping is not done yet | ptitSeb | 2021-03-07 | 1 | -4/+0 |
| * | Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal | ptitSeb | 2021-03-07 | 1 | -38/+1006 |
| * | Added longjmp and pthread_cancel handling (and test14 works) | ptitSeb | 2021-03-07 | 1 | -0/+8 |
| * | Reworked FPU/MMX regs, added Context and Signal handling (and test13 works) | ptitSeb | 2021-03-07 | 1 | -0/+4 |
| * | Added fwrite wrapped function | ptitSeb | 2021-03-06 | 1 | -0/+2 |
| * | Added some memcpy and friends wrapped functions | ptitSeb | 2021-03-06 | 1 | -0/+12 |
| * | Added strcmp wrapped function | ptitSeb | 2021-03-06 | 1 | -0/+2 |
| * | Added wctype and wctype_l wrapped functions | ptitSeb | 2021-03-06 | 1 | -0/+4 |
| * | Added wctob and btowc wrapped functions | ptitSeb | 2021-03-06 | 1 | -0/+2 |
| * | Added some local wrapped functions | ptitSeb | 2021-03-06 | 1 | -0/+4 |
| * | Added newlocale and __newlocale wrapped functions | ptitSeb | 2021-03-06 | 1 | -0/+2 |
| * | Added wrapped malloc function | ptitSeb | 2021-03-06 | 1 | -0/+2 |
| * | More work on wrapped lib and elf relocations | ptitSeb | 2021-03-06 | 1 | -0/+72 |
| * | Somes fixes to float/double/long double handling in va_list | ptitSeb | 2021-03-05 | 1 | -2/+2 |
| * | Fixed phtread_t that is a unsigned long instead of a unsigned int | ptitSeb | 2021-03-05 | 1 | -4/+6 |
| * | Added some phtread functions | ptitSeb | 2021-03-05 | 1 | -0/+6 |
| * | Added atof, atoi, atol and atoll wrapped functions | ptitSeb | 2021-03-05 | 1 | -0/+4 |
| * | Added putchar wrapped function | ptitSeb | 2021-03-05 | 1 | -0/+2 |
| * | Added calloc and free wrapped functions | ptitSeb | 2021-03-05 | 1 | -0/+4 |
| * | Added printf wrapped function and some VA_ARG work | ptitSeb | 2021-03-05 | 1 | -1/+3 |
| * | Added C syscall wrapper | ptitSeb | 2021-03-04 | 1 | -0/+3 |
| * | Added first attempt at function wrapping | ptitSeb | 2021-03-04 | 1 | -24/+24 |
| * | Added some X86_64 RelocA and a few wrapped function (wrapper still not correc... | ptitSeb | 2021-03-03 | 1 | -0/+8 |
| * | Added rt and pthread wrapped lib | ptitSeb | 2021-03-03 | 1 | -0/+18 |
| * | More infrastructure added to elf and x64 emu | ptitSeb | 2021-03-03 | 1 | -0/+102 |