about summary refs log tree commit diff stats
path: root/src/wrapped/generated (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* More libc wrapped functionsptitSeb2021-03-093-0/+4
|
* Added sdl1mixer, sdl1image, sdl1ttd, sdl1smpeg and libz wrapped libsptitSeb2021-03-093-0/+104
|
* Added more libc wrapped functionsptitSeb2021-03-093-4/+8
|
* Added some more libc wrapped functionsptitSeb2021-03-093-0/+12
|
* pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but ↵ptitSeb2021-03-093-4/+16
| | | | all mutex based function need alignements
* Added a few libc wrapped functionsptitSeb2021-03-093-0/+3
|
* Added some more libc wrapped functionsptitSeb2021-03-093-0/+4
|
* Added some phtreads wrapped functionsptitSeb2021-03-093-0/+4
|
* Added a few more libc wrapped functionsptitSeb2021-03-093-0/+20
|
* Added more wrapped functions to libc and libpthreadptitSeb2021-03-083-0/+20
|
* Added a few more libc wrapped libsptitSeb2021-03-083-0/+4
|
* Added a few more libc wrapped functionsptitSeb2021-03-083-0/+8
|
* Added wrapped vfprintf and fprintf functionsptitSeb2021-03-083-0/+13
|
* Fixed a few wrapped functionsptitSeb2021-03-083-0/+4
|
* Added another batch of wrapped x11 related lib (still un-tested copy from box86)ptitSeb2021-03-083-0/+92
|
* Added a bunch of X11 related lib (copy from box86, mostly un-verified)ptitSeb2021-03-083-0/+248
|
* Added memrchr and memcpy wrapped functionsptitSeb2021-03-083-0/+4
|
* Added sigaction and ceil wrapped functionsptitSeb2021-03-083-0/+4
|
* Added wrapped libasoundptitSeb2021-03-083-0/+128
|
* Added wrapped libX11ptitSeb2021-03-083-0/+400
|
* Disabled va_list wrapped function in SDL2, wrapping is not done yetptitSeb2021-03-073-8/+0
|
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-073-41/+2013
|
* Added longjmp and pthread_cancel handling (and test14 works)ptitSeb2021-03-073-0/+16
|
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-073-0/+8
|
* Added fwrite wrapped functionptitSeb2021-03-063-0/+4
|
* Added some memcpy and friends wrapped functionsptitSeb2021-03-063-0/+24
|
* Added strcmp wrapped functionptitSeb2021-03-063-0/+4
|
* Added wctype and wctype_l wrapped functionsptitSeb2021-03-063-0/+8
|
* Added wctob and btowc wrapped functionsptitSeb2021-03-063-0/+4
|
* Added some local wrapped functionsptitSeb2021-03-063-0/+8
|
* Added newlocale and __newlocale wrapped functionsptitSeb2021-03-063-0/+4
|
* Added wrapped malloc functionptitSeb2021-03-063-0/+4
|
* More work on wrapped lib and elf relocationsptitSeb2021-03-063-0/+138
|
* 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-053-8/+12
|
* Added some phtread functionsptitSeb2021-03-053-0/+12
|
* Added atof, atoi, atol and atoll wrapped functionsptitSeb2021-03-053-0/+8
|
* Added putchar wrapped functionptitSeb2021-03-053-0/+4
|
* Added calloc and free wrapped functionsptitSeb2021-03-053-0/+8
|
* Added printf wrapped function and some VA_ARG workptitSeb2021-03-053-1/+5
|
* Added C syscall wrapperptitSeb2021-03-043-0/+7
|
* Added first attempt at function wrappingptitSeb2021-03-041-24/+24
|
* Added some X86_64 RelocA and a few wrapped function (wrapper still not ↵ptitSeb2021-03-033-0/+16
| | | | correct anyway)
* Added rt and pthread wrapped libptitSeb2021-03-033-0/+36
|
* More infrastructure added to elf and x64 emuptitSeb2021-03-033-0/+167