| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added getauxval wrapped function | ptitSeb | 2021-06-25 | 5 | -1/+9 |
| * | More improvments to elfloader | ptitSeb | 2021-06-23 | 2 | -2/+4 |
| * | Fixed a signature of a funciton from libXi | ptitSeb | 2021-06-23 | 4 | -5/+5 |
| * | Small fixes to the my_backtrace (it doesn't seems to be working anyway) | ptitSeb | 2021-06-18 | 1 | -1/+1 |
| * | Added a few more libc wrapped functions | ptitSeb | 2021-06-16 | 1 | -3/+3 |
| * | Added some hack to try detect SDL_sound custom build for SDL2 and use emulate... | ptitSeb | 2021-06-16 | 2 | -3/+9 |
| * | Fixed SDL_HasIntersection signature (fixing To The Moon blank screen) | ptitSeb | 2021-06-16 | 1 | -1/+1 |
| * | Some more wrapped functions to libc, and both libudev | ptitSeb | 2021-06-15 | 11 | -10/+273 |
| * | Improved dlsym a bit | ptitSeb | 2021-06-15 | 1 | -29/+17 |
| * | Improved cpu capability flags, and silenced a warning in of_unconvert | ptitSeb | 2021-06-15 | 1 | -2/+5 |
| * | Added libtcmallocminimal workaround | ptitSeb | 2021-06-15 | 2 | -0/+467 |
| * | Added wrapped execl function | ptitSeb | 2021-06-14 | 4 | -2/+25 |
| * | Added wrapped execv family functions | ptitSeb | 2021-06-07 | 4 | -4/+8 |
| * | Added wrapeed times function to libc | ptitSeb | 2021-06-06 | 1 | -1/+1 |
| * | Improvment to a few libc wrapped functions | ptitSeb | 2021-06-06 | 5 | -22/+42 |
| * | Added a wrapped pthread function, and improved mutex handling | ptitSeb | 2021-06-06 | 1 | -2/+2 |
| * | Added a few more libc wrapped functions | ptitSeb | 2021-06-05 | 1 | -3/+3 |
| * | Added setpgid wrapped function | ptitSeb | 2021-06-05 | 1 | -2/+2 |
| * | Added a few more wrapped function and improved getopt handling | ptitSeb | 2021-06-05 | 4 | -24/+42 |
| * | Fixed python wrapper builder | ptitSeb | 2021-06-05 | 5 | -4/+9 |
| * | Fixed some wrapped functions, upgraded the python script | rajdakin | 2021-06-04 | 30 | -330/+96 |
| * | Fixed SDL_JoystickGetGUIDString function signature | ptitSeb | 2021-06-04 | 4 | -6/+6 |
| * | Fixed the Python script/added more typing | rajdakin | 2021-06-03 | 50 | -49/+950 |
| * | Some fine-tunning on wrapped lubncurses and friends | ptitSeb | 2021-06-03 | 5 | -23/+14 |
| * | Added a wrokaround for libtinfo global variables | ptitSeb | 2021-06-03 | 6 | -3/+35 |
| * | Some work around libncurses and friends | ptitSeb | 2021-06-03 | 12 | -2/+171 |
| * | Fixed a warning | ptitSeb | 2021-06-03 | 1 | -1/+1 |
| * | Added types to the Python script, fixed some issues | rajdakin | 2021-06-02 | 44 | -45/+44 |
| * | Added some comments to the Python script, changed little things | rajdakin | 2021-06-02 | 45 | -70/+70 |
| * | Added wrapped libncurses, libncurses6, libncursesw, libformw, libtinfo and li... | ptitSeb | 2021-06-02 | 20 | -0/+2428 |
| * | Added some more syscalls | ptitSeb | 2021-06-02 | 1 | -0/+9 |
| * | Added wrapped libxml2 (from box86) | ptitSeb | 2021-06-01 | 6 | -0/+3200 |
| * | Some small wrapped libGL improvements | ptitSeb | 2021-06-01 | 4 | -0/+9 |
| * | Added some more wrapped libGL functions (help apitrace) | ptitSeb | 2021-06-01 | 4 | -0/+27 |
| * | Improved custom named libGL handling | ptitSeb | 2021-06-01 | 1 | -10/+20 |
| * | Some adjustements to elfloader needed libs loading | ptitSeb | 2021-05-31 | 1 | -1/+1 |
| * | Fixed munmap with 0 length | ptitSeb | 2021-05-31 | 1 | -1/+1 |
| * | Added wcsncasecmp wrapped function | ptitSeb | 2021-05-30 | 1 | -1/+1 |
| * | SDL2 GL GetProcAddress also print detail with BOX64_DLSYM_ERROR now | ptitSeb | 2021-05-30 | 1 | -4/+11 |
| * | Improve handling of freetype FTC_Manager | ptitSeb | 2021-05-30 | 1 | -1/+81 |
| * | Added a couple more wrapped function to libc | ptitSeb | 2021-05-29 | 1 | -2/+2 |
| * | Reworked elfloader, handle versionned symbols now | ptitSeb | 2021-05-29 | 2 | -25/+137 |
| * | Added some more wrapped file oriented function to libc | ptitSeb | 2021-05-28 | 1 | -7/+7 |
| * | Added wrapped wcstoul to libc | ptitSeb | 2021-05-24 | 1 | -2/+2 |
| * | Added more wrapped functions to libcrypto and floorl to libm | ptitSeb | 2021-05-24 | 2 | -25/+29 |
| * | Added a few more wrapped functions to libc and libcrypto | ptitSeb | 2021-05-23 | 5 | -6/+11 |
| * | Added a few libc wrapped functions | ptitSeb | 2021-05-22 | 4 | -2/+7 |
| * | Added a couple of wrapped functions to libc | ptitSeb | 2021-05-19 | 1 | -2/+2 |
| * | Added some more libc wrapped functions | ptitSeb | 2021-05-19 | 6 | -3/+15 |
| * | Added a few wrapped function to libc and pthreads | ptitSeb | 2021-05-19 | 8 | -9/+20 |