about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNACACHE] Allow Dynacache to be serialized when _exit is usedptitSeb2025-10-121-1/+1
|
* [WRAPPER] Wrapped mallinfo2 for libc (#2983)Yang Liu2025-08-301-0/+1
|
* [WRAPPED] Wrapped more functions for libc (#2870)Yang Liu2025-08-011-3/+3
| | | | | * [WRAPPED] Wrapped more functions for libc * review
* [WRAPPER] Added a couple of libc/libm wrapped functions (for #2796)ptitSeb2025-07-041-1/+1
|
* [WRAPPER] additional wrapped symbols (#2765)airidosas2522025-06-241-0/+5
| | | | | | | | | | | * [WRAPPER] Wrap libiconv library Seems to be required with newer versions of Wine for whatever reason. * [WRAPPER] Wrap _ctype_ symbol (ANDROID only) For whatever reason, this symbol is used on bionic at least. Not quite sure if it's the same on Linux. * [WRAPPER} Fix a signature typo for libiconv function
* [WRAPPER] Added 2 more functions to libc (for #2731) (#2733)Yang Liu2025-06-121-2/+2
|
* [WRAPPER] missing functions and features (#2434)airidosas2522025-03-111-0/+2
| | | | | | | | | | | * [WRAPPER] add missing Android specific shmem symbols It can't create X server without these symbols, it works after adding them. * [WRAPPER] add missing android_set_abort_message symbol * [WRAPPER] wrap VK_NV_cooperative_vector Seems like it's needed for newer versions of Wine
* [WRAPPER] Added epoll_pwait2 wrapped functionptitSeb2025-03-041-0/+2
|
* [WRAPPED] Added monstartup (#2241)Leslie Zhai2025-01-081-1/+5
| | | | | | | | | | | * [WRAPPED] Added monstartup * [WRAPPED] Added monstartup for not defined STATICBUILD * [WRAPPED] Fix monstartup wrong signature * [WRAPPED] Change monstartup signature about STATICBUILD * [WRAPPED] monstartup is WEAK symbol.
* [WRAPPED] Added xdr_string and xdr_free (#2235)Leslie Zhai2025-01-061-2/+2
| | | | | | | | | | | * [WRAPPED] Added xdr_string * [WRAPPED] Added check rpc/xdr header file * [WRAPPED] Add xdr_free * [WRAPPED] Use my->Func instead * [WRAPPED] Change GOM(xdr_string) to GO(xdr_string)
* [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 ↵ptitSeb2024-10-081-0/+4
| | | | potential issue with static build)
* [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ↵ptitSeb2024-09-231-1/+1
| | | | handling
* [WRAPPERS] Fixed some wrong wrappings (#1814)rajdakin2024-09-101-13/+13
|
* [WRAPPED] Fixed some libc wrapped functions (#1806)rajdakin2024-09-081-12/+12
| | | | | | | | | * [WRAPPED] Fixed some libc wrapped functions * [WRAPPED] Fixed static build, added back * [WRAPPED] Fixed unlimited wrapping * [WRAPPED] Forgot to update
* 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] Fixed some issues in libc_private.h and the wrapper generator * [WRAPPED] Forgot to run the Python script * [WRAPPED] Oops
* [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
| | | | | | | * [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs * [WRAPPERS] Version bump * [WRAPPED] Fixed wrapped glib2 on non-LD80BITS builds
* [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 ↵ptitSeb2024-02-261-124/+142
| | | | others tickets)
* 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
| | | | | | | * [WRAPPER] Added 1 more wrapped libc functions * [RCFILE] Disable CALL/RET optimization for zoom (#1170) * Do not delete BOX64_DYNAREC_CALLRET=1 in case we make it not default again
* 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
| | | | help Crysis Remastered)
* 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
|