about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some untested support for loongarch64 va_listptitSeb2021-09-261-0/+50
* Added wrapped iopl that answer 'unsuported operation' for nowptitSeb2021-09-041-0/+19
* Don't limit mmap on 47bits if wine is not detectedptitSeb2021-09-041-1/+1
* Added AES-NI cpu extension support ([DYNAREC] too, using AES extension if ava...ptitSeb2021-08-281-1/+1
* Small changes in libc and libpthread wrapped libptitSeb2021-08-101-1/+1
* Fix NOALIGN buildptitSeb2021-07-311-0/+2
* Try to force 47bits on mmap64 all the time (not just when wine64 is detected)ptitSeb2021-07-281-2/+9
* Try to make the 32bits mmap more resiliantptitSeb2021-07-141-0/+9
* Fixed ELF Signature detectionptitSeb2021-07-121-4/+4
* Added 2 more libc wrapped function (for #44)ptitSeb2021-07-121-0/+6
* Use box86 to launch x86 binary (if box86 is present in same folder as box64)ptitSeb2021-07-121-26/+32
* Added a bunch of wrapped libc function (for #41)ptitSeb2021-07-121-10/+23
* Added some more libc wrapped functionsptitSeb2021-07-121-0/+9
* Added syscall 6 and fixed syscall 5 (for #14)ptitSeb2021-07-061-0/+18
* Improved low memory pre-allocation and added 47bits pre-allocation for Wine64ptitSeb2021-07-011-1/+4
* Small fixes to the my_backtrace (it doesn't seems to be working anyway)ptitSeb2021-06-181-1/+1
* Improved cpu capability flags, and silenced a warning in of_unconvertptitSeb2021-06-151-2/+5
* Added wrapped execl functionptitSeb2021-06-141-1/+22
* Added wrapped execv family functionsptitSeb2021-06-071-2/+2
* Improvment to a few libc wrapped functionsptitSeb2021-06-061-7/+23
* Added a few more wrapped function and improved getopt handlingptitSeb2021-06-051-13/+27
* Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-041-4/+21
* Fixed a warningptitSeb2021-06-031-1/+1
* Added some more syscallsptitSeb2021-06-021-0/+9
* Fixed munmap with 0 lengthptitSeb2021-05-311-1/+1
* Added some more libc wrapped functionsptitSeb2021-05-191-0/+6
* Added signal mask handling in setjmp/longjmp functionsptitSeb2021-05-181-7/+25
* Small fixes to my_backtrace functionptitSeb2021-05-171-10/+10
* Added fwprintf wrapped functionptitSeb2021-05-171-10/+5
* Aligned struct epollptitSeb2021-04-261-10/+1
* Improved ofconvert function a bitptitSeb2021-04-241-2/+2
* Added more flags to ofconvert functionsptitSeb2021-04-241-1/+2
* First passrajdakin2021-04-141-21/+65
* Added a few more libc wrapped function, and fixed glob64 wrappingptitSeb2021-04-121-12/+2
* Added a few more libc wrapped functionsptitSeb2021-04-121-0/+1
* 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