about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added wrapped fts_* function (FTS struct seems aligned on 64bits)ptitSeb2021-03-302-5/+11
* Added a few more libc wrapped functionsptitSeb2021-03-304-4/+12
* Changed wrapper generator to force 32bits i/u value to 64bitsptitSeb2021-03-301-932/+932
* Fixed some wrapped function signature, and added a few moreptitSeb2021-03-306-13/+6
* Added wrapped swprintfptitSeb2021-03-302-15/+6
* Fixed wrapped SDL_GetThreadID function signatureptitSeb2021-03-301-1/+1
* Wraped some SDL2 printf functionsptitSeb2021-03-305-28/+21
* Added __strtol_internal wrapped functionptitSeb2021-03-304-1/+5
* Added wrapped __isoc99_vsscanf functionptitSeb2021-03-291-1/+1
* Added wrapped syslog and __syslog_chkptitSeb2021-03-295-2/+22
* Added wrapped libbz2 and liblzmaptitSeb2021-03-297-0/+461
* Goes with the new wrapped backtrace functionsptitSeb2021-03-293-0/+4
* Some work around backtrace to try get symbol from stack frame (not sure it do...ptitSeb2021-03-292-9/+66
* Added wrapped wcstombs functionptitSeb2021-03-291-1/+1
* Added wrapped asctime and friendsptitSeb2021-03-281-4/+4
* Simply wrapped pthread_exit, don't force emu->quit to 1ptitSeb2021-03-281-1/+2
* Removed a useless line in setjump wrapped functionptitSeb2021-03-281-1/+0
* Added more libc and pthreads wrapped functionsptitSeb2021-03-286-80/+27
* Fixed aio_suspend64 funciton signatureptitSeb2021-03-281-4/+4
* A few more libc wrapped functionsptitSeb2021-03-262-2/+3
* Added wrapped libudev0 and libudev1ptitSeb2021-03-267-0/+216
* Added more libc wrapped functionsptitSeb2021-03-266-25/+51
* Fixed a signature of an X11 wrapped functionptitSeb2021-03-264-5/+5
* Added more libc wrapped symbolsptitSeb2021-03-264-2/+6
* Added malloc_trim wrapped functionptitSeb2021-03-261-1/+1
* Fixed Xutf8ResetIC signatureptitSeb2021-03-261-1/+1
* Fixed swprintf wrappingptitSeb2021-03-261-1/+1
* Added a few more libc wrapped functionsptitSeb2021-03-261-5/+5
* Added wrapped libdbus-1ptitSeb2021-03-265-0/+792
* Added wrapped libcups, plus some changes in wrapped libSDL2 and pthreadptitSeb2021-03-267-5/+664
* Added (faked) crashhandler wrapped libptitSeb2021-03-262-0/+81
* And one more wrapped libc functionptitSeb2021-03-261-1/+1
* Added alternative to __secure_getenv not always present in libcptitSeb2021-03-261-1/+1
* Added even more libc wrapped functionsptitSeb2021-03-264-4/+9
* Added more libc and libfontconfig wrapped functionsptitSeb2021-03-265-17/+23
* Added some more libc wrapped functionsptitSeb2021-03-264-9/+13
* Added wrapped __swprintf_chk functionptitSeb2021-03-262-13/+6
* Added wrapped memalign and friendsptitSeb2021-03-261-4/+4
* Even more libc wrapped functionsptitSeb2021-03-255-12/+15
* Added wrapped libgnutlsptitSeb2021-03-256-1/+1275
* Added wrapped libfontconfig and libfreetype, plus some elfloader/tls bugfixptitSeb2021-03-259-17/+752
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ...ptitSeb2021-03-256-20/+24
* More libc wrapped symbolsptitSeb2021-03-255-10/+18
* Added wrapped libICE and libSM plus a few more libc wrapped functionsptitSeb2021-03-259-53/+409
* A bit more libc wrapped functionptitSeb2021-03-254-2/+6
* Added some more libc wrapped functionsptitSeb2021-03-254-8/+16
* Added wrapped libuuidptitSeb2021-03-252-0/+38
* Added a few more wrapped functionsptitSeb2021-03-257-13/+187
* Added a bunch of X11 related wrapped libsptitSeb2021-03-2523-0/+1334
* Added some more libc wrapped function (and now SuperHexagon works fine)ptitSeb2021-03-255-31/+74