about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-7/+1
* Added some libc symbolsrajdakin2021-04-101-1/+1
* Changed missed unwanted "box86"rajdakin2021-04-091-6/+6
* Fixed fcntl wrapperptitSeb2021-04-081-14/+13
* Added a couple of libc wrapped functionsptitSeb2021-04-051-14/+6
* More work on mmap and the MAP_32BIT flagptitSeb2021-04-041-6/+9
* Added wrapped swscanfptitSeb2021-04-021-0/+8
* Fixed trace on mremapptitSeb2021-04-021-1/+2
* Implemented a workaround for mmap64 with MAP_32BIT flagptitSeb2021-04-021-0/+7
* Added wrapped glob64 and freeglob64 functionsptitSeb2021-04-011-2/+2
* Wrapped malloc to call calloc instead (not sure it's really needed)ptitSeb2021-04-011-5/+2
* Added wrapped fts_* function (FTS struct seems aligned on 64bits)ptitSeb2021-03-301-0/+6
* Added wrapped swprintfptitSeb2021-03-301-14/+5
* Added wrapped syslog and __syslog_chkptitSeb2021-03-291-0/+16
* Some work around backtrace to try get symbol from stack frame (not sure it do...ptitSeb2021-03-291-6/+63
* Removed a useless line in setjump wrapped functionptitSeb2021-03-281-1/+0
* Added more libc and pthreads wrapped functionsptitSeb2021-03-281-69/+8
* A few more libc wrapped functionsptitSeb2021-03-261-0/+1
* Added more libc wrapped functionsptitSeb2021-03-261-0/+7
* Fixed swprintf wrappingptitSeb2021-03-261-1/+1
* Added wrapped __swprintf_chk functionptitSeb2021-03-261-12/+5
* Even more libc wrapped functionsptitSeb2021-03-251-4/+3
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ...ptitSeb2021-03-251-1/+1
* More libc wrapped symbolsptitSeb2021-03-251-1/+8
* Added wrapped libICE and libSM plus a few more libc wrapped functionsptitSeb2021-03-251-49/+1
* Added some more libc wrapped function (and now SuperHexagon works fine)ptitSeb2021-03-251-1/+1
* Added wrapped mmap64 and friendsptitSeb2021-03-251-29/+4
* Added a bunch of libc wrapped functionsptitSeb2021-03-251-3/+3
* Wrapped some more functionsptitSeb2021-03-131-5/+4
* Added many wrapped function, and fixed a few one tooptitSeb2021-03-131-42/+33
* Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few m...ptitSeb2021-03-131-0/+1
* Added wrapped qsort and qsort_r functionsptitSeb2021-03-121-2/+2
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-101-2/+6
* Fixed the already wrapped non-valist __Xprintf_chk functionsptitSeb2021-03-101-3/+12
* Wrapped sprintfptitSeb2021-03-101-12/+6
* Added statfs64 fstatfs64 and _IO_xxxx wrapped functionsptitSeb2021-03-091-23/+6
* Aligned struct stat64 for fxstat(64) alsoptitSeb2021-03-091-96/+2
* Alignement of struct stat / stat64ptitSeb2021-03-091-19/+3
* Added kill and killpg wrapped functionsptitSeb2021-03-091-16/+7
* More wrapped libc functionsptitSeb2021-03-091-15/+7
* A large batch of wrapped libc functionsptitSeb2021-03-091-16/+52
* Remove isCpuTopology function call to the open wrapped functions that is not ...ptitSeb2021-03-081-33/+0
* Added a few more libc wrapped functionsptitSeb2021-03-081-44/+24
* Added wrapped vfprintf and fprintf functionsptitSeb2021-03-081-26/+10
* Attempts at conversion of va_listptitSeb2021-03-081-14/+6
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-071-2/+2
* Added longjmp and pthread_cancel handling (and test14 works)ptitSeb2021-03-071-27/+33
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-2/+1
* Added fork wrapped functionptitSeb2021-03-051-2/+2
* Added printf wrapped function and some VA_ARG workptitSeb2021-03-051-18/+8