about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some more libc wrapped functionsptitSeb2021-03-094-41/+39
* Added some phtreads wrapped functionsptitSeb2021-03-094-20/+24
* Added a few more libc wrapped functionsptitSeb2021-03-094-22/+42
* Remove isCpuTopology function call to the open wrapped functions that is not ...ptitSeb2021-03-081-33/+0
* Added sigismember wrapped functionptitSeb2021-03-081-1/+1
* Added more wrapped functions to libc and libpthreadptitSeb2021-03-085-47/+68
* Added a few more libc wrapped libsptitSeb2021-03-084-3/+7
* Added a few more libc wrapped functionsptitSeb2021-03-085-51/+39
* Added wrapped vfprintf and fprintf functionsptitSeb2021-03-085-34/+31
* Attempts at conversion of va_listptitSeb2021-03-082-15/+7
* Added a few libc wrapped functionsptitSeb2021-03-081-6/+6
* Fixed a few wrapped functionsptitSeb2021-03-088-29/+15
* Added another batch of wrapped x11 related lib (still un-tested copy from box86)ptitSeb2021-03-0811-0/+399
* Added a bunch of X11 related lib (copy from box86, mostly un-verified)ptitSeb2021-03-0813-0/+1564
* Added sysv_signal wrapped functionptitSeb2021-03-081-1/+1
* Added memrchr and memcpy wrapped functionsptitSeb2021-03-084-3/+7
* Added sigaction and ceil wrapped functionsptitSeb2021-03-085-4/+8
* Added wrapped libasoundptitSeb2021-03-085-0/+1581
* Added wrapped libX11ptitSeb2021-03-085-0/+2314
* Wrapped function SDL_LogXXXX needs va_listptitSeb2021-03-071-1/+2
* Wrapped SDL_LogXXXX function correctlyptitSeb2021-03-071-37/+9
* Disabled va_list wrapped function in SDL2, wrapping is not done yetptitSeb2021-03-075-37/+29
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-0715-93/+8386
* Added longjmp and pthread_cancel handling (and test14 works)ptitSeb2021-03-076-82/+104
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-075-8/+15
* Added fwrite wrapped functionptitSeb2021-03-064-1/+5
* Added some memcpy and friends wrapped functionsptitSeb2021-03-064-15/+38
* Added strcmp wrapped functionptitSeb2021-03-064-0/+64
* Added wctype and wctype_l wrapped functionsptitSeb2021-03-064-3/+11
* Added wctob and btowc wrapped functionsptitSeb2021-03-064-4/+8
* Added some local wrapped functionsptitSeb2021-03-064-5/+13
* Added newlocale and __newlocale wrapped functionsptitSeb2021-03-064-2/+6
* Added pthread_once wrapped functionptitSeb2021-03-061-2/+2
* Added wrapped malloc functionptitSeb2021-03-064-1/+5
* Added __cxa_atexit wrapped functionptitSeb2021-03-061-1/+1
* More work on wrapped lib and elf relocationsptitSeb2021-03-068-8/+682
* Wrapped usleep functionptitSeb2021-03-051-1/+1
* Added fork wrapped functionptitSeb2021-03-052-3/+3
* Somes fixes to float/double/long double handling in va_listptitSeb2021-03-051-2/+2
* Fixed phtread_t that is a unsigned long instead of a unsigned intptitSeb2021-03-054-11/+15
* Added some phtread functionsptitSeb2021-03-054-4/+16
* Added atof, atoi, atol and atoll wrapped functionsptitSeb2021-03-054-4/+12
* Added putchar wrapped functionptitSeb2021-03-054-1/+5
* Added calloc and free wrapped functionsptitSeb2021-03-054-2/+10
* Added printf wrapped function and some VA_ARG workptitSeb2021-03-055-20/+14
* Fixed __libc_start_main emulationptitSeb2021-03-041-3/+3
* Added puts wrapped function (and test03 works)ptitSeb2021-03-041-1/+1
* Added C syscall wrapperptitSeb2021-03-044-1/+8
* Added first attempt at function wrappingptitSeb2021-03-041-24/+24
* A bit more work on syscall, to avoid old deprecated onesptitSeb2021-03-041-56/+9