about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrapper.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added many wrapped function, and fixed a few one tooptitSeb2021-03-131-0/+6
|
* Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few ↵ptitSeb2021-03-131-1/+6
| | | | more libc wrapped functions
* Added wrapped qsort and qsort_r functionsptitSeb2021-03-121-0/+2
|
* Added wrapped libpulse and libpulsesimpleptitSeb2021-03-121-0/+28
|
* Better functions name resolving when using TRACE, and fixed some printf ↵ptitSeb2021-03-101-1/+1
| | | | stuff again
* Fixed the already wrapped non-valist __Xprintf_chk functionsptitSeb2021-03-101-2/+2
|
* Wrapped sprintfptitSeb2021-03-101-0/+1
|
* Added statfs64 fstatfs64 and _IO_xxxx wrapped functionsptitSeb2021-03-091-0/+16
|
* A __printf_chk wrapped functionsptitSeb2021-03-091-0/+1
|
* Aligned struct stat64 for fxstat(64) alsoptitSeb2021-03-091-1/+2
|
* Added waitpid and dl_iterate_phdr wrapped functionsptitSeb2021-03-091-0/+1
|
* Added kill and killpg wrapped functionsptitSeb2021-03-091-0/+3
|
* More wrapped libc functionsptitSeb2021-03-091-0/+3
|
* Added strtol wrapped functionptitSeb2021-03-091-0/+1
|
* A large batch of wrapped libc functionsptitSeb2021-03-091-0/+6
|
* More libc wrapped functionsptitSeb2021-03-091-0/+1
|
* Added sdl1mixer, sdl1image, sdl1ttd, sdl1smpeg and libz wrapped libsptitSeb2021-03-091-0/+26
|
* Added more libc wrapped functionsptitSeb2021-03-091-1/+2
|
* Added some more libc wrapped functionsptitSeb2021-03-091-0/+3
|
* pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but ↵ptitSeb2021-03-091-1/+4
| | | | all mutex based function need alignements
* Added a few libc wrapped functionsptitSeb2021-03-091-0/+1
|
* Added some more libc wrapped functionsptitSeb2021-03-091-0/+1
|
* Added some phtreads wrapped functionsptitSeb2021-03-091-0/+1
|
* Added a few more libc wrapped functionsptitSeb2021-03-091-0/+5
|
* Added more wrapped functions to libc and libpthreadptitSeb2021-03-081-0/+5
|
* Added a few more libc wrapped libsptitSeb2021-03-081-0/+1
|
* Added a few more libc wrapped functionsptitSeb2021-03-081-0/+2
|
* Added wrapped vfprintf and fprintf functionsptitSeb2021-03-081-0/+4
|
* Fixed a few wrapped functionsptitSeb2021-03-081-0/+1
|
* Added another batch of wrapped x11 related lib (still un-tested copy from box86)ptitSeb2021-03-081-0/+23
|
* Added a bunch of X11 related lib (copy from box86, mostly un-verified)ptitSeb2021-03-081-0/+62
|
* Added memrchr and memcpy wrapped functionsptitSeb2021-03-081-0/+1
|
* Added sigaction and ceil wrapped functionsptitSeb2021-03-081-0/+1
|
* Added wrapped libasoundptitSeb2021-03-081-0/+32
|
* Added wrapped libX11ptitSeb2021-03-081-0/+100
|
* Disabled va_list wrapped function in SDL2, wrapping is not done yetptitSeb2021-03-071-2/+0
|
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-071-3/+504
|
* Added longjmp and pthread_cancel handling (and test14 works)ptitSeb2021-03-071-0/+4
|
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-0/+2
|
* Added fwrite wrapped functionptitSeb2021-03-061-0/+1
|
* Added some memcpy and friends wrapped functionsptitSeb2021-03-061-0/+6
|
* Added strcmp wrapped functionptitSeb2021-03-061-0/+1
|
* Added wctype and wctype_l wrapped functionsptitSeb2021-03-061-0/+2
|
* Added wctob and btowc wrapped functionsptitSeb2021-03-061-0/+1
|
* Added some local wrapped functionsptitSeb2021-03-061-0/+2
|
* Added newlocale and __newlocale wrapped functionsptitSeb2021-03-061-0/+1
|
* Added wrapped malloc functionptitSeb2021-03-061-0/+1
|
* More work on wrapped lib and elf relocationsptitSeb2021-03-061-0/+36
|
* Fixed phtread_t that is a unsigned long instead of a unsigned intptitSeb2021-03-051-2/+3
|
* Added some phtread functionsptitSeb2021-03-051-0/+3
|