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
*
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
*
Added __cxa_pure_virtual wrapped function (for #299)
ptitSeb
2022-06-11
1
-0
/
+1
*
Added wrapped __wprintf_chk and wprintf (for #311)
ptitSeb
2022-06-11
1
-0
/
+3
*
Added wrapped fstat64 (for #309)
ptitSeb
2022-05-21
1
-0
/
+1
*
Added a few wrapped functions to libc
ptitSeb
2022-04-30
1
-0
/
+5
*
Added wrapped stat (for #293)
ptitSeb
2022-04-27
1
-0
/
+1
*
Added some obstack_XXX wrapped function (ported from box86)
ptitSeb
2022-03-28
1
-0
/
+2
*
Added clone wrapped function and libgbm wrapped lib
ptitSeb
2022-03-27
1
-1
/
+3
*
Various changes and improvement centered around steam (but still not good eno...
ptitSeb
2022-03-04
1
-0
/
+6
*
More work on readlinkat and clone syscall
ptitSeb
2022-03-01
1
-0
/
+2
*
Added vswscanf wrapped function (for #216)
ptitSeb
2022-01-25
1
-0
/
+1
*
Added a couple of libc wrapped functions
ptitSeb
2021-12-31
1
-0
/
+3
*
Added wrapped __isoc99_scanf function (for #164)
ptitSeb
2021-11-18
1
-0
/
+1
[next]