| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [DYNACACHE] Allow Dynacache to be serialized when _exit is used | ptitSeb | 2025-10-12 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPER] Wrapped mallinfo2 for libc (#2983) | Yang Liu | 2025-08-30 | 1 | -0/+1 |
| | | |||||
| * | [WRAPPED] Wrapped more functions for libc (#2870) | Yang Liu | 2025-08-01 | 1 | -3/+3 |
| | | | | | | * [WRAPPED] Wrapped more functions for libc * review | ||||
| * | [WRAPPER] Added a couple of libc/libm wrapped functions (for #2796) | ptitSeb | 2025-07-04 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPER] additional wrapped symbols (#2765) | airidosas252 | 2025-06-24 | 1 | -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 Liu | 2025-06-12 | 1 | -2/+2 |
| | | |||||
| * | [WRAPPER] missing functions and features (#2434) | airidosas252 | 2025-03-11 | 1 | -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 function | ptitSeb | 2025-03-04 | 1 | -0/+2 |
| | | |||||
| * | [WRAPPED] Added monstartup (#2241) | Leslie Zhai | 2025-01-08 | 1 | -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 Zhai | 2025-01-06 | 1 | -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 Liu | 2024-12-25 | 1 | -2/+2 |
| | | |||||
| * | [LA64] This should fix static build | ptitSeb | 2024-12-20 | 1 | -0/+4 |
| | | |||||
| * | [WRAPPER] Added 1 more libc wrapped function | ptitSeb | 2024-12-20 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPER] Added back faked ITM weak functions | ptitSeb | 2024-11-29 | 1 | -0/+9 |
| | | |||||
| * | This should fix LA64 Static build | ptitSeb | 2024-11-09 | 1 | -0/+8 |
| | | |||||
| * | [WRAPPER] Added a bunch of libc wrapped functions (for #2010) | ptitSeb | 2024-11-09 | 1 | -3/+9 |
| | | |||||
| * | Added a few wrapped function and fixed some other (for Steam) | ptitSeb | 2024-11-06 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPER] Wrapped 3 more symbols for libc (#2000) | Yang Liu | 2024-11-05 | 1 | -3/+3 |
| | | |||||
| * | [WRAPPER] Reworked libresolv with new wrapper helper ([STATICBUILD] fixed ↵ | ptitSeb | 2024-10-08 | 1 | -0/+4 |
| | | | | | potential issue with static build) | ||||
| * | [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ↵ | ptitSeb | 2024-09-23 | 1 | -1/+1 |
| | | | | | handling | ||||
| * | [WRAPPERS] Fixed some wrong wrappings (#1814) | rajdakin | 2024-09-10 | 1 | -13/+13 |
| | | |||||
| * | [WRAPPED] Fixed some libc wrapped functions (#1806) | rajdakin | 2024-09-08 | 1 | -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 libc | ptitSeb | 2024-09-07 | 1 | -1/+1 |
| | | |||||
| * | [WRAPPED] Update libc wrappers (#1800) | rajdakin | 2024-09-06 | 1 | -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) | rajdakin | 2024-09-05 | 1 | -13/+13 |
| | | |||||
| * | [WRAPPED] Added back some libc function wrappers (#1788) | Yang Liu | 2024-09-03 | 1 | -6/+6 |
| | | |||||
| * | [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs (#1784) | rajdakin | 2024-09-01 | 1 | -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 dependancy | ptitSeb | 2024-07-10 | 1 | -0/+2 |
| | | |||||
| * | [STATICBUILD] Try to fix staticbuild and add it to the CI (for #1377) | ptitSeb | 2024-07-10 | 1 | -1/+1 |
| | | |||||
| * | Wrap some functions for libc (#1635) | Yip Coekjan | 2024-07-04 | 1 | -4/+6 |
| | | |||||
| * | Fixed some symbols not found error for libc and libresolv wrapping (#1591) | Yang Liu | 2024-06-17 | 1 | -2/+2 |
| | | |||||
| * | Added a few libc wrapped function (for #1517 and #1531) | ptitSeb | 2024-05-29 | 1 | -2/+4 |
| | | |||||
| * | Wrapped another __isoc23 function | ptitSeb | 2024-05-20 | 1 | -0/+1 |
| | | |||||
| * | Wrapped one more __isoc23 function | ptitSeb | 2024-05-20 | 1 | -0/+1 |
| | | |||||
| * | Small fix on a libc wrapped function signature | ptitSeb | 2024-05-07 | 1 | -1/+1 |
| | | |||||
| * | Change wrapping of _exit to just exit immediatly as expected | ptitSeb | 2024-03-08 | 1 | -1/+1 |
| | | |||||
| * | Some work on gtk and co wrapping | ptitSeb | 2024-03-07 | 1 | -3/+3 |
| | | |||||
| * | Added a few more libc wrapped functions | ptitSeb | 2024-03-04 | 1 | -2/+2 |
| | | |||||
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ | ptitSeb | 2024-02-26 | 1 | -124/+142 |
| | | | | | others tickets) | ||||
| * | Added some more wrapped function to libc, libXt and libX11 | ptitSeb | 2024-02-16 | 1 | -1/+1 |
| | | |||||
| * | Added some more libc wrapped functions | ptitSeb | 2024-02-09 | 1 | -0/+4 |
| | | |||||
| * | Added 1 more wrapped libc function (for #1208) | ptitSeb | 2024-01-19 | 1 | -1/+1 |
| | | |||||
| * | Added 1 more wrapped function to libc | ptitSeb | 2024-01-18 | 1 | -1/+1 |
| | | |||||
| * | [RCFILE] Disable CALL/RET optimization for zoom (#1170) (#1174) | Yang Liu | 2023-12-27 | 1 | -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 alignment | ptitSeb | 2023-12-26 | 1 | -0/+2 |
| | | |||||
| * | Expose max of 64 cpus core when Wine is launched (avoid buch of warning, and ↵ | ptitSeb | 2023-12-20 | 1 | -2/+2 |
| | | | | | help Crysis Remastered) | ||||
| * | Limit the number of CPU Core repported to 64 when running wine (or proton) | ptitSeb | 2023-12-15 | 1 | -2/+2 |
| | | |||||
| * | Added mbstowcs_chk wrapped function | ptitSeb | 2023-12-06 | 1 | -1/+1 |
| | | |||||
| * | Added support for wrapped libbsd (needed for latest libstdc++ lib) | ptitSeb | 2023-11-30 | 1 | -4/+0 |
| | | |||||
| * | Added wrapped __isoc23_strtoul (for #1052) | ptitSeb | 2023-11-07 | 1 | -0/+1 |
| | | |||||