about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added getauxval wrapped functionptitSeb2021-06-255-1/+9
* More improvments to elfloaderptitSeb2021-06-232-2/+4
* Fixed a signature of a funciton from libXiptitSeb2021-06-234-5/+5
* Small fixes to the my_backtrace (it doesn't seems to be working anyway)ptitSeb2021-06-181-1/+1
* Added a few more libc wrapped functionsptitSeb2021-06-161-3/+3
* Added some hack to try detect SDL_sound custom build for SDL2 and use emulate...ptitSeb2021-06-162-3/+9
* Fixed SDL_HasIntersection signature (fixing To The Moon blank screen)ptitSeb2021-06-161-1/+1
* Some more wrapped functions to libc, and both libudevptitSeb2021-06-1511-10/+273
* Improved dlsym a bitptitSeb2021-06-151-29/+17
* Improved cpu capability flags, and silenced a warning in of_unconvertptitSeb2021-06-151-2/+5
* Added libtcmallocminimal workaroundptitSeb2021-06-152-0/+467
* Added wrapped execl functionptitSeb2021-06-144-2/+25
* Added wrapped execv family functionsptitSeb2021-06-074-4/+8
* Added wrapeed times function to libcptitSeb2021-06-061-1/+1
* Improvment to a few libc wrapped functionsptitSeb2021-06-065-22/+42
* Added a wrapped pthread function, and improved mutex handlingptitSeb2021-06-061-2/+2
* Added a few more libc wrapped functionsptitSeb2021-06-051-3/+3
* Added setpgid wrapped functionptitSeb2021-06-051-2/+2
* Added a few more wrapped function and improved getopt handlingptitSeb2021-06-054-24/+42
* Fixed python wrapper builderptitSeb2021-06-055-4/+9
* Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-0430-330/+96
* Fixed SDL_JoystickGetGUIDString function signatureptitSeb2021-06-044-6/+6
* Fixed the Python script/added more typingrajdakin2021-06-0350-49/+950
* Some fine-tunning on wrapped lubncurses and friendsptitSeb2021-06-035-23/+14
* Added a wrokaround for libtinfo global variablesptitSeb2021-06-036-3/+35
* Some work around libncurses and friendsptitSeb2021-06-0312-2/+171
* Fixed a warningptitSeb2021-06-031-1/+1
* Added types to the Python script, fixed some issuesrajdakin2021-06-0244-45/+44
* Added some comments to the Python script, changed little thingsrajdakin2021-06-0245-70/+70
* Added wrapped libncurses, libncurses6, libncursesw, libformw, libtinfo and li...ptitSeb2021-06-0220-0/+2428
* Added some more syscallsptitSeb2021-06-021-0/+9
* Added wrapped libxml2 (from box86)ptitSeb2021-06-016-0/+3200
* Some small wrapped libGL improvementsptitSeb2021-06-014-0/+9
* Added some more wrapped libGL functions (help apitrace)ptitSeb2021-06-014-0/+27
* Improved custom named libGL handlingptitSeb2021-06-011-10/+20
* Some adjustements to elfloader needed libs loadingptitSeb2021-05-311-1/+1
* Fixed munmap with 0 lengthptitSeb2021-05-311-1/+1
* Added wcsncasecmp wrapped functionptitSeb2021-05-301-1/+1
* SDL2 GL GetProcAddress also print detail with BOX64_DLSYM_ERROR nowptitSeb2021-05-301-4/+11
* Improve handling of freetype FTC_ManagerptitSeb2021-05-301-1/+81
* Added a couple more wrapped function to libcptitSeb2021-05-291-2/+2
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-292-25/+137
* Added some more wrapped file oriented function to libcptitSeb2021-05-281-7/+7
* Added wrapped wcstoul to libcptitSeb2021-05-241-2/+2
* Added more wrapped functions to libcrypto and floorl to libmptitSeb2021-05-242-25/+29
* Added a few more wrapped functions to libc and libcryptoptitSeb2021-05-235-6/+11
* Added a few libc wrapped functionsptitSeb2021-05-224-2/+7
* Added a couple of wrapped functions to libcptitSeb2021-05-191-2/+2
* Added some more libc wrapped functionsptitSeb2021-05-196-3/+15
* Added a few wrapped function to libc and pthreadsptitSeb2021-05-198-9/+20