about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a regression preventing wine-preloader to work correctlyptitSeb2022-06-301-1/+1
* Fixed printf_log for __cx_pure_virtual functionptitSeb2022-06-281-1/+1
* Fixed some potential issue for eroneous execv call (fixes some infinite loopi...ptitSeb2022-06-261-2/+2
* Also changed the other wrapped __Xstat(64) function to accept a NULL bufferptitSeb2022-06-261-11/+15
* Fixed wrapped __xtsat call with NULL buffer (helps Surviving Mars)ptitSeb2022-06-261-2/+3
* Various small debugging improvmentsptitSeb2022-06-191-8/+10
* Added __cxa_pure_virtual wrapped function (for #299)ptitSeb2022-06-111-0/+7
* Added wrapped __wprintf_chk and wprintf (for #311)ptitSeb2022-06-111-0/+12
* Added wrapped fstat64 (for #309)ptitSeb2022-05-211-0/+1
* Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)ptitSeb2022-05-091-1/+1
* Some refactor on wrapped lib handling, to limit calloc/free used and get more...ptitSeb2022-05-091-34/+7
* Added a few wrapped functions to libcptitSeb2022-04-301-0/+9
* Various small fixes and warning removalptitSeb2022-04-111-1/+1
* Update test10 (it was a bit flaky), update libstdc++ binary, and added fake _...ptitSeb2022-03-311-0/+3
* Added clone wrapped function and libgbm wrapped libptitSeb2022-03-271-0/+43
* Fixed the new memmap trackingptitSeb2022-03-131-7/+4
* Better handling of environ and envp in execveptitSeb2022-03-081-0/+4
* Improved speed of mmap changesptitSeb2022-03-061-3/+3
* Change on mmap to help some stagging version of wineptitSeb2022-03-061-2/+4
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-041-5/+63
* More work on readlinkat and clone syscallptitSeb2022-03-011-2/+12
* Fixed build for x86_64ptitSeb2022-02-201-2/+3
* Some small changes to how cpuid is done (especially on core counts)ptitSeb2022-02-201-3/+7
* Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-141-32/+36
* Added vswscanf wrapped function (for #216)ptitSeb2022-01-251-0/+13
* Improved 47bits memory limit for wineptitSeb2022-01-171-14/+23
* Added some workaround for program that calls 'uname -m' to get the architectu...ptitSeb2022-01-011-2/+20
* Added a couple of libc wrapped functionsptitSeb2021-12-311-0/+18
* Fixed some issue with getopt (for #170)ptitSeb2021-11-211-0/+3
* Added wrapped __isoc99_scanf function (for #164)ptitSeb2021-11-181-0/+8
* Change ResolvePath behaviour in sync with box86ptitSeb2021-11-141-4/+0
* Added mallinfo wrapped function (for #121)ptitSeb2021-09-291-0/+7
* 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