about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a 1 more libc wrapped functionptitSeb2021-04-121-1/+1
* Merge pull request #6 from rajdakin/generalImprovementsptitSeb2021-04-111-1/+1
|\
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-1/+1
* | Added wrapped libSDL2_netptitSeb2021-04-111-1/+1
|/
* Added some libc symbolsrajdakin2021-04-101-4/+7
* Added gethostbyname wrapped functionptitSeb2021-04-091-1/+1
* Added one more wcs wrapped functionptitSeb2021-04-091-1/+1
* Added wcstof wrapped functionptitSeb2021-04-091-1/+1
* More libc wrapped functionsptitSeb2021-04-081-1/+1
* A few more wrapped libc functionsptitSeb2021-04-081-9/+9
* Added fsync wrapped functionptitSeb2021-04-081-1/+1
* Added a few more wrapped libc functionsptitSeb2021-04-081-2/+2
* Added some more libc wrapped functionsptitSeb2021-04-081-13/+13
* Added wrapped ldiv functionptitSeb2021-04-061-1/+1
* Fixed __realpath_chk wrappingptitSeb2021-04-061-1/+1
* Added a couple of libc wrapped functionsptitSeb2021-04-051-2/+2
* Added some more libc wrapped functionsptitSeb2021-04-041-6/+6
* One more libc wrapped functionptitSeb2021-04-031-1/+1
* Added some more libc wrapped functionsptitSeb2021-04-031-5/+5
* Added wrapped pwrite functionptitSeb2021-04-031-1/+1
* Added a few more libc wrapped function and fixed munmap wrappingptitSeb2021-04-021-5/+5
* Added wrapped swscanfptitSeb2021-04-021-1/+1
* Added wrapped rawmemchr functionptitSeb2021-04-021-2/+2
* Added a few more libc wrapped functionsptitSeb2021-04-011-4/+4
* Added some more libc wrapped functionsptitSeb2021-04-011-3/+3
* Added wrapped glob64 and freeglob64 functionsptitSeb2021-04-011-4/+2
* Added wrapped fdatasync functionptitSeb2021-04-011-1/+1
* Added wrapped fchmodat functionptitSeb2021-04-011-1/+1
* Wrapped malloc to call calloc instead (not sure it's really needed)ptitSeb2021-04-011-1/+1
* Added wrapped fts_* function (FTS struct seems aligned on 64bits)ptitSeb2021-03-301-5/+5
* Added a few more libc wrapped functionsptitSeb2021-03-301-4/+4
* Fixed some wrapped function signature, and added a few moreptitSeb2021-03-301-1/+2
* Added wrapped swprintfptitSeb2021-03-301-1/+1
* Added __strtol_internal wrapped functionptitSeb2021-03-301-1/+1
* Added wrapped __isoc99_vsscanf functionptitSeb2021-03-291-1/+1
* Added wrapped syslog and __syslog_chkptitSeb2021-03-291-2/+2
* Some work around backtrace to try get symbol from stack frame (not sure it do...ptitSeb2021-03-291-3/+3
* Added wrapped wcstombs functionptitSeb2021-03-291-1/+1
* Added wrapped asctime and friendsptitSeb2021-03-281-4/+4
* Added more libc and pthreads wrapped functionsptitSeb2021-03-281-10/+10
* A few more libc wrapped functionsptitSeb2021-03-261-2/+2
* Added more libc wrapped functionsptitSeb2021-03-261-24/+23
* Added more libc wrapped symbolsptitSeb2021-03-261-2/+2
* Added malloc_trim wrapped functionptitSeb2021-03-261-1/+1
* Added a few more libc wrapped functionsptitSeb2021-03-261-5/+5
* 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-261-4/+5
* Added more libc and libfontconfig wrapped functionsptitSeb2021-03-261-15/+17
* Added some more libc wrapped functionsptitSeb2021-03-261-9/+9