about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WRAPPER] missing functions and features (#2434)airidosas2522025-03-111-0/+2
* [WRAPPER] Added epoll_pwait2 wrapped functionptitSeb2025-03-041-0/+2
* [WRAPPED] Added monstartup (#2241)Leslie Zhai2025-01-081-1/+5
* [WRAPPED] Added xdr_string and xdr_free (#2235)Leslie Zhai2025-01-061-2/+2
* [WRAPPED] Always return ENOSYS in the deprecated sysctl (#2204)Yang Liu2024-12-251-2/+2
* [LA64] This should fix static buildptitSeb2024-12-201-0/+4
* [WRAPPER] Added 1 more libc wrapped functionptitSeb2024-12-201-1/+1
* [WRAPPER] Added back faked ITM weak functionsptitSeb2024-11-291-0/+9
* This should fix LA64 Static buildptitSeb2024-11-091-0/+8
* [WRAPPER] Added a bunch of libc wrapped functions (for #2010)ptitSeb2024-11-091-3/+9
* Added a few wrapped function and fixed some other (for Steam)ptitSeb2024-11-061-1/+1
* [WRAPPER] Wrapped 3 more symbols for libc (#2000)Yang Liu2024-11-051-3/+3
* [WRAPPER] Reworked libresolv with new wrapper helper ([STATICBUILD] fixed pot...ptitSeb2024-10-081-0/+4
* [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ha...ptitSeb2024-09-231-1/+1
* [WRAPPERS] Fixed some wrong wrappings (#1814)rajdakin2024-09-101-13/+13
* [WRAPPED] Fixed some libc wrapped functions (#1806)rajdakin2024-09-081-12/+12
* Added a workaround with syscall if statx function is not defined in libcptitSeb2024-09-071-1/+1
* [WRAPPED] Update libc wrappers (#1800)rajdakin2024-09-061-497/+677
* [WRAPPED] Removed GOS, renamed GODW into GOWD (#1797)rajdakin2024-09-051-13/+13
* [WRAPPED] Added back some libc function wrappers (#1788)Yang Liu2024-09-031-6/+6
* [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs (#1784)rajdakin2024-09-011-29/+29
* [STATICBUILD] Removed libbsd build dependancyptitSeb2024-07-101-0/+2
* [STATICBUILD] Try to fix staticbuild and add it to the CI (for #1377)ptitSeb2024-07-101-1/+1
* Wrap some functions for libc (#1635)Yip Coekjan2024-07-041-4/+6
* Fixed some symbols not found error for libc and libresolv wrapping (#1591)Yang Liu2024-06-171-2/+2
* Added a few libc wrapped function (for #1517 and #1531)ptitSeb2024-05-291-2/+4
* Wrapped another __isoc23 functionptitSeb2024-05-201-0/+1
* Wrapped one more __isoc23 functionptitSeb2024-05-201-0/+1
* Small fix on a libc wrapped function signatureptitSeb2024-05-071-1/+1
* Change wrapping of _exit to just exit immediatly as expectedptitSeb2024-03-081-1/+1
* Some work on gtk and co wrappingptitSeb2024-03-071-3/+3
* Added a few more libc wrapped functionsptitSeb2024-03-041-2/+2
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-261-124/+142
* Added some more wrapped function to libc, libXt and libX11ptitSeb2024-02-161-1/+1
* Added some more libc wrapped functionsptitSeb2024-02-091-0/+4
* Added 1 more wrapped libc function (for #1208)ptitSeb2024-01-191-1/+1
* Added 1 more wrapped function to libcptitSeb2024-01-181-1/+1
* [RCFILE] Disable CALL/RET optimization for zoom (#1170) (#1174)Yang Liu2023-12-271-1/+1
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-261-0/+2
* Expose max of 64 cpus core when Wine is launched (avoid buch of warning, and ...ptitSeb2023-12-201-2/+2
* Limit the number of CPU Core repported to 64 when running wine (or proton)ptitSeb2023-12-151-2/+2
* Added mbstowcs_chk wrapped functionptitSeb2023-12-061-1/+1
* Added support for wrapped libbsd (needed for latest libstdc++ lib)ptitSeb2023-11-301-4/+0
* Added wrapped __isoc23_strtoul (for #1052)ptitSeb2023-11-071-0/+1
* Various changes on pthread cancel and tls destructor, should be easier to mai...ptitSeb2023-10-131-1/+1
* Added __isoc99_vswscanf wrapped function (for #1015)ptitSeb2023-10-081-3/+3
* Add c32rtomb wrapped function for dfhack (fixes console, part of issue #939) ...SeeSchloß2023-10-031-1/+1
* Add __sF, __assert2 Symbol and set PThread Symbols on libc (#1004)KreitinnSoftware2023-10-021-31/+126
* Add mbrtoc32 wrapped function for dfhack (fixes second part of issue #939) (#...SeeSchloß2023-10-021-1/+1
* Small change to fileno wrapped signatureptitSeb2023-09-161-2/+2