index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wrapped
/
generated
/
wrappedlibctypes.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WRAPPER] Added epoll_pwait2 wrapped function
ptitSeb
2025-03-04
1
-0
/
+2
*
[WRAPPED] Always return ENOSYS in the deprecated sysctl (#2204)
Yang Liu
2024-12-25
1
-0
/
+3
*
[WRAPPER] Added back faked ITM weak functions
ptitSeb
2024-11-29
1
-0
/
+13
*
[WRAPPER] Added a bunch of libc wrapped functions (for #2010)
ptitSeb
2024-11-09
1
-0
/
+3
*
Added a few wrapped function and fixed some other (for Steam)
ptitSeb
2024-11-06
1
-0
/
+1
*
[WRAPPER] Wrapped 3 more symbols for libc (#2000)
Yang Liu
2024-11-05
1
-0
/
+3
*
[WRAPPER] Updat generated wrapper files
ptitSeb
2024-09-10
1
-1
/
+4
*
[WRAPPED] Fixed some libc wrapped functions (#1806)
rajdakin
2024-09-08
1
-0
/
+9
*
Added a workaround with syscall if statx function is not defined in libc
ptitSeb
2024-09-07
1
-0
/
+2
*
[WRAPPED] Update libc wrappers (#1800)
rajdakin
2024-09-06
1
-21
/
+24
*
[WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs (#1784)
rajdakin
2024-09-01
1
-1
/
+1
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-1
/
+1
*
Fixed some symbols not found error for libc and libresolv wrapping (#1591)
Yang Liu
2024-06-17
1
-0
/
+4
*
Change wrapping of _exit to just exit immediatly as expected
ptitSeb
2024-03-08
1
-1
/
+0
*
Added a few more libc wrapped functions
ptitSeb
2024-03-04
1
-0
/
+2
*
Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...
ptitSeb
2024-02-26
1
-66
/
+0
*
[WRAPPING] Added supot for the 'long double complex' type
ptitSeb
2024-02-09
1
-1
/
+1
*
Added 1 more wrapped libc function (for #1208)
ptitSeb
2024-01-19
1
-0
/
+1
*
Added 1 more wrapped function to libc
ptitSeb
2024-01-18
1
-0
/
+1
*
[WRAPPERS] Add a `isSimpleWrapper` function for RV64 (#1185)
rajdakin
2024-01-05
1
-1
/
+1
*
More work on xcb wrapping, as xcb_connection_t needs alignment
ptitSeb
2023-12-26
1
-1
/
+1
*
Limit the number of CPU Core repported to 64 when running wine (or proton)
ptitSeb
2023-12-15
1
-0
/
+4
*
Various changes on pthread cancel and tls destructor, should be easier to mai...
ptitSeb
2023-10-13
1
-0
/
+2
*
Added __isoc99_vswscanf wrapped function (for #1015)
ptitSeb
2023-10-08
1
-2
/
+3
*
Added wrapped threads_add_timeout_full to gdk2 and gdk3 (for #997)
ptitSeb
2023-10-07
1
-0
/
+66
*
Added some __isoc23_XXX wrapped function as synonym to libc (for #943)
ptitSeb
2023-09-09
1
-0
/
+2
*
[ANDROID] Try to create an Android build, porting box86 Android build
ptitSeb
2023-09-02
1
-0
/
+2
*
Hacked wrapped ptrace to avoid crash when wine handle exception (and debug re...
ptitSeb
2023-07-22
1
-0
/
+2
*
[WRAPPERS] Generator version bump
rajdakin
2023-07-17
1
-1
/
+1
*
Actually added execle wrapped function (for #850)
ptitSeb
2023-07-17
1
-0
/
+1
*
Added __isoc99_swscanf wrapped function to libc for real this time (for #424)
ptitSeb
2023-07-05
1
-0
/
+1
*
[WRAPPER] Added 4 more libc dprintf wrappers (#798)
Yang Liu
2023-05-22
1
-0
/
+7
*
[WRAPPER] Added vwprintf (#794)
Yang Liu
2023-05-20
1
-0
/
+1
*
[WRAPPER] Added 1 more symbol for libc (for #787) (#788)
Yang Liu
2023-05-15
1
-0
/
+2
*
Added a bunch of wrapped functions (for #725)
ptitSeb
2023-04-23
1
-0
/
+2
*
Some sligth improvment to __vsnprintf_chk and vfprintf
ptitSeb
2023-04-19
1
-2
/
+2
*
Try to add complex function in libm
ptitSeb
2023-04-06
1
-1
/
+1
*
Rmoved the 32bits->64bits wrapper hack (there might be some regression, but i...
ptitSeb
2023-03-19
1
-60
/
+60
*
[WRAPPERS] Version update
rajdakin
2023-02-12
1
-1
/
+1
*
Added fts64_XXX wrapped functions to libc (for #503)
ptitSeb
2023-02-04
1
-0
/
+1
*
Added partial support for register_printf_specifier and friend (for #503)
ptitSeb
2023-02-04
1
-0
/
+2
*
Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...
ptitSeb
2022-12-30
1
-0
/
+3
*
Added box64rc configuration file handling
ptitSeb
2022-11-27
1
-0
/
+2
*
Malloc override (#437)
ptitSeb
2022-10-29
1
-2
/
+0
*
Attempt at fixing wrapped __vfwprintf_chk (for #404)
ptitSeb
2022-09-12
1
-1
/
+2
*
Added vfwprintf and __vfwprintf_chk wrapped function (for #404)
ptitSeb
2022-09-12
1
-0
/
+2
*
Improve obstack support (for #352)
ptitSeb
2022-07-30
1
-0
/
+4
*
Some work around chromium / libcef / electron / nw (still not ok)
ptitSeb
2022-07-23
1
-0
/
+3
*
Added __fwprintf_chk wrapped function (for KSP)
ptitSeb
2022-07-11
1
-0
/
+1
*
Various improvement and some workaround to support musl binary (for #324)
ptitSeb
2022-07-09
1
-0
/
+5
[next]