about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added wrapped libSDL2_netptitSeb2021-04-116-1/+106
* Added some libc symbolsrajdakin2021-04-102-5/+8
* Merge pull request #3 from rajdakin/exitFixptitSeb2021-04-092-8/+8
|\
| * Fixed the libraries free orderingrajdakin2021-04-091-2/+2
| * Changed missed unwanted "box86"rajdakin2021-04-091-6/+6
* | 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
* pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...ptitSeb2021-04-094-1/+37
* More libc wrapped functionsptitSeb2021-04-081-1/+1
* A few more wrapped libc functionsptitSeb2021-04-081-9/+9
* Added a libvorbisfile wrapped function and fixed another one (structure as ar...ptitSeb2021-04-085-13/+25
* Added a xcb wrapped functionptitSeb2021-04-084-7/+7
* Added fsync wrapped functionptitSeb2021-04-081-1/+1
* Fixed fcntl wrapperptitSeb2021-04-081-14/+13
* Added wrapped libcairo, libpango, libpangoft2 and libpangocairoptitSeb2021-04-0811-0/+1319
* Added a few more wrapped libc functionsptitSeb2021-04-084-2/+7
* Added some more libc wrapped functionsptitSeb2021-04-081-13/+13
* Added 2 _np wrapped function to pthreadsptitSeb2021-04-071-0/+2
* Added wrapped libcurl/libcurl-gnutlsptitSeb2021-04-075-0/+653
* Small changes to a few libGL wrapped function signatureptitSeb2021-04-074-9/+19
* Added wrapped ldiv functionptitSeb2021-04-064-1/+5
* Added wrapped libcrypto and libsslptitSeb2021-04-067-0/+5324
* Fixed __realpath_chk wrappingptitSeb2021-04-064-4/+4
* Fixed SDL AudioSpec structure definitionptitSeb2021-04-061-0/+1
* Added a couple of libc wrapped functionsptitSeb2021-04-052-16/+8
* Added some more GL wrapped functionsptitSeb2021-04-054-0/+27
* Merge pull request #1 from rajdakin/wrapper_addptitSeb2021-04-042-926/+1658
|\
| * [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64rajdakin2021-04-042-926/+1658
* | Added some more libc wrapped functionsptitSeb2021-04-041-6/+6
* | Ooops, that typo was breaking some C#/Unity stuffptitSeb2021-04-041-1/+1
|/
* More work on mmap and the MAP_32BIT flagptitSeb2021-04-041-6/+9
* One more libc wrapped functionptitSeb2021-04-034-1/+5
* Added some more libc wrapped functionsptitSeb2021-04-034-5/+9
* Added wrapped pwrite functionptitSeb2021-04-031-1/+1
* Changed the way alignment of mutex is doneptitSeb2021-04-031-1/+1
* Added a few more libc wrapped function and fixed munmap wrappingptitSeb2021-04-024-5/+9
* Added wrapped swscanfptitSeb2021-04-022-1/+9
* Fixed trace on mremapptitSeb2021-04-021-1/+2
* Implemented a workaround for mmap64 with MAP_32BIT flagptitSeb2021-04-021-0/+7
* Added wrapped rawmemchr functionptitSeb2021-04-021-2/+2
* Added wrapped libutilptitSeb2021-04-022-0/+51
* Added a few more libc wrapped functionsptitSeb2021-04-011-4/+4
* Added some more libc wrapped functionsptitSeb2021-04-014-3/+7
* Added wrapped glob64 and freeglob64 functionsptitSeb2021-04-012-6/+4
* 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-012-6/+3
* 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