about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Aligned struct stat64 for fxstat(64) alsoptitSeb2021-03-095-105/+15
|
* Added waitpid and dl_iterate_phdr wrapped functionsptitSeb2021-03-094-3/+7
|
* Alignement of struct stat / stat64ptitSeb2021-03-092-21/+5
|
* Added kill and killpg wrapped functionsptitSeb2021-03-095-20/+22
|
* Added clock wrapped functionptitSeb2021-03-091-1/+1
|
* More wrapped libc functionsptitSeb2021-03-095-19/+22
|
* Added strtol wrapped functionptitSeb2021-03-094-1/+5
|
* Fixed an issue with SDL Thread CreationptitSeb2021-03-092-2/+4
|
* A large batch of wrapped libc functionsptitSeb2021-03-095-115/+174
|
* More libc wrapped functionsptitSeb2021-03-094-11/+15
|
* Added sdl1mixer, sdl1image, sdl1ttd, sdl1smpeg and libz wrapped libsptitSeb2021-03-0913-0/+1190
|
* Added more libc wrapped functionsptitSeb2021-03-094-12/+16
|
* Fixed XOpenIM wrapped function signatureptitSeb2021-03-091-1/+1
|
* Added some more libc wrapped functionsptitSeb2021-03-094-7/+19
|
* pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but ↵ptitSeb2021-03-096-11/+40
| | | | all mutex based function need alignements
* Added a few libc wrapped functionsptitSeb2021-03-094-3/+6
|
* 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
| | | | needed
* 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
|