about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a 1 more libc wrapped functionptitSeb2021-04-121-1/+1
|
* Improved pthread wrappingptitSeb2021-04-125-0/+39
|
* More alignment work on thread (some attr are bigger on arm64 than x86_64)ptitSeb2021-04-121-7/+35
|
* Fixed a warning in wrapped libsdl2ptitSeb2021-04-111-1/+1
|
* Merge pull request #6 from rajdakin/generalImprovementsptitSeb2021-04-1150-311/+1502
|\ | | | | General improvements to box64 and fixed some SDL2 functions
| * Forgot to add SDL1rajdakin2021-04-113-87/+37
| |
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-1149-225/+1466
| |
* | 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
|\ | | | | box64 exit fix
| * 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 ↵ptitSeb2021-04-085-13/+25
| | | | argument are in the stack, always)
* 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 i64
| * [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
|