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
/
wrappedlibc_private.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various changes on pthread cancel and tls destructor, should be easier to mai...
ptitSeb
2023-10-13
1
-1
/
+1
*
Added __isoc99_vswscanf wrapped function (for #1015)
ptitSeb
2023-10-08
1
-3
/
+3
*
Add c32rtomb wrapped function for dfhack (fixes console, part of issue #939) ...
SeeSchloß
2023-10-03
1
-1
/
+1
*
Add __sF, __assert2 Symbol and set PThread Symbols on libc (#1004)
KreitinnSoftware
2023-10-02
1
-31
/
+126
*
Add mbrtoc32 wrapped function for dfhack (fixes second part of issue #939) (#...
SeeSchloß
2023-10-02
1
-1
/
+1
*
Small change to fileno wrapped signature
ptitSeb
2023-09-16
1
-2
/
+2
*
Added some __isoc23_XXX wrapped function as synonym to libc (for #943)
ptitSeb
2023-09-09
1
-0
/
+3
*
[ANDROID] Try to create an Android build, porting box86 Android build
ptitSeb
2023-09-02
1
-0
/
+13
*
Hacked wrapped ptrace to avoid crash when wine handle exception (and debug re...
ptitSeb
2023-07-22
1
-1
/
+1
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
1
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
1
-0
/
+0
*
|
Actually added execle wrapped function (for #850)
ptitSeb
2023-07-17
1
-1
/
+1
*
|
Added __isoc99_swscanf wrapped function to libc for real this time (for #424)
ptitSeb
2023-07-05
1
-1
/
+1
*
|
[WRAPPER] Added some more libc wrappers (#826)
Yang Liu
2023-06-08
1
-3
/
+3
*
|
[WRAPPER] Added 4 more libc dprintf wrappers (#798)
Yang Liu
2023-05-22
1
-4
/
+4
*
|
[WRAPPER] Added vwprintf (#794)
Yang Liu
2023-05-20
1
-1
/
+1
*
|
[WRAPPER] Added 1 more symbol for libc (for #787) (#788)
Yang Liu
2023-05-15
1
-1
/
+1
*
|
Added 4 XXX_chk function to wrapped libc (for #769)
ptitSeb
2023-05-08
1
-4
/
+4
|
/
*
More rework on libc and libgl wrapped function signature
ptitSeb
2023-04-23
1
-152
/
+152
*
Reworked a bit wrapped libc functions signatures
ptitSeb
2023-04-23
1
-185
/
+186
*
Added a bunch of wrapped functions (for #725)
ptitSeb
2023-04-23
1
-2
/
+2
*
Some sligth improvment to __vsnprintf_chk and vfprintf
ptitSeb
2023-04-19
1
-1
/
+1
*
Wrapped 1 more libc function for bash (for #770)
ptitSeb
2023-03-06
1
-2
/
+2
*
Added some more wrapped function for zoom (for #510, #451, #302...)
ptitSeb
2023-03-05
1
-1
/
+1
*
Added fts64_XXX wrapped functions to libc (for #503)
ptitSeb
2023-02-04
1
-5
/
+5
*
Added partial support for register_printf_specifier and friend (for #503)
ptitSeb
2023-02-04
1
-3
/
+3
*
Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...
ptitSeb
2022-12-30
1
-11
/
+16
*
Added box64rc configuration file handling
ptitSeb
2022-11-27
1
-1
/
+1
*
Malloc override (#437)
ptitSeb
2022-10-29
1
-2
/
+3
*
Added posix_spawn_file_actions_addclose wrapped function
ptitSeb
2022-10-27
1
-1
/
+1
*
Added __pread_chk wrapped function to libc
ptitSeb
2022-09-22
1
-1
/
+1
*
More fixes and improvment to bash handling (helps #360)
ptitSeb
2022-09-18
1
-3
/
+3
*
Attempt at fixing wrapped __vfwprintf_chk (for #404)
ptitSeb
2022-09-12
1
-1
/
+1
*
Added vfwprintf and __vfwprintf_chk wrapped function (for #404)
ptitSeb
2022-09-12
1
-2
/
+2
*
Added localtime64 and localtime64_r in case they exists
ptitSeb
2022-09-10
1
-0
/
+2
*
Improve obstack support (for #352)
ptitSeb
2022-07-30
1
-3
/
+3
*
Added 1 more symbol to wrapped libc
ptitSeb
2022-07-24
1
-1
/
+2
*
Some work around chromium / libcef / electron / nw (still not ok)
ptitSeb
2022-07-23
1
-3
/
+3
*
Added more function so x86_64 bash can work (a copy is in tests folder)
ptitSeb
2022-07-15
1
-1
/
+1
*
Added __fwprintf_chk wrapped function (for KSP)
ptitSeb
2022-07-11
1
-1
/
+1
*
Added __wcsncat_chk wrapped function
ptitSeb
2022-07-11
1
-1
/
+1
*
Various improvement and some workaround to support musl binary (for #324)
ptitSeb
2022-07-09
1
-0
/
+5
*
Added __wcscat_chk wrapped function (for #343)
ptitSeb
2022-07-04
1
-1
/
+1
*
Merge pull request #294 from stiltr/misc-fixes
ptitSeb
2022-07-03
1
-1
/
+1
|
\
|
*
Merge branch 'main' into misc-fixes
Trevor Stiles
2022-05-01
1
-0
/
+3
|
|
\
|
*
|
Add wrapped functions needed for 'ls -l'.
Trevor Stiles
2022-04-28
1
-1
/
+1
*
|
|
Added __cxa_pure_virtual wrapped function (for #299)
ptitSeb
2022-06-11
1
-0
/
+2
*
|
|
Added wrapped __wprintf_chk and wprintf (for #311)
ptitSeb
2022-06-11
1
-2
/
+2
*
|
|
Added wrapped fstat64 (for #309)
ptitSeb
2022-05-21
1
-0
/
+1
|
|
/
|
/
|
*
|
Fixed fstat, fstatat and lstat wrapper signature (for #295)
ptitSeb
2022-05-01
1
-3
/
+3
[next]