about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some __isoc23_XXX wrapped function as synonym to libc (for #943)ptitSeb2023-09-091-0/+3
* [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-021-0/+13
* Hacked wrapped ptrace to avoid crash when wine handle exception (and debug re...ptitSeb2023-07-221-1/+1
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Actually added execle wrapped function (for #850)ptitSeb2023-07-171-1/+1
* | Added __isoc99_swscanf wrapped function to libc for real this time (for #424)ptitSeb2023-07-051-1/+1
* | [WRAPPER] Added some more libc wrappers (#826)Yang Liu2023-06-081-3/+3
* | [WRAPPER] Added 4 more libc dprintf wrappers (#798)Yang Liu2023-05-221-4/+4
* | [WRAPPER] Added vwprintf (#794)Yang Liu2023-05-201-1/+1
* | [WRAPPER] Added 1 more symbol for libc (for #787) (#788)Yang Liu2023-05-151-1/+1
* | Added 4 XXX_chk function to wrapped libc (for #769)ptitSeb2023-05-081-4/+4
|/
* More rework on libc and libgl wrapped function signatureptitSeb2023-04-231-152/+152
* Reworked a bit wrapped libc functions signaturesptitSeb2023-04-231-185/+186
* Added a bunch of wrapped functions (for #725)ptitSeb2023-04-231-2/+2
* Some sligth improvment to __vsnprintf_chk and vfprintfptitSeb2023-04-191-1/+1
* Wrapped 1 more libc function for bash (for #770)ptitSeb2023-03-061-2/+2
* Added some more wrapped function for zoom (for #510, #451, #302...)ptitSeb2023-03-051-1/+1
* Added fts64_XXX wrapped functions to libc (for #503)ptitSeb2023-02-041-5/+5
* Added partial support for register_printf_specifier and friend (for #503)ptitSeb2023-02-041-3/+3
* Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...ptitSeb2022-12-301-11/+16
* Added box64rc configuration file handlingptitSeb2022-11-271-1/+1
* Malloc override (#437)ptitSeb2022-10-291-2/+3
* Added posix_spawn_file_actions_addclose wrapped functionptitSeb2022-10-271-1/+1
* Added __pread_chk wrapped function to libcptitSeb2022-09-221-1/+1
* More fixes and improvment to bash handling (helps #360)ptitSeb2022-09-181-3/+3
* Attempt at fixing wrapped __vfwprintf_chk (for #404)ptitSeb2022-09-121-1/+1
* Added vfwprintf and __vfwprintf_chk wrapped function (for #404)ptitSeb2022-09-121-2/+2
* Added localtime64 and localtime64_r in case they existsptitSeb2022-09-101-0/+2
* Improve obstack support (for #352)ptitSeb2022-07-301-3/+3
* Added 1 more symbol to wrapped libcptitSeb2022-07-241-1/+2
* Some work around chromium / libcef / electron / nw (still not ok)ptitSeb2022-07-231-3/+3
* Added more function so x86_64 bash can work (a copy is in tests folder)ptitSeb2022-07-151-1/+1
* Added __fwprintf_chk wrapped function (for KSP)ptitSeb2022-07-111-1/+1
* Added __wcsncat_chk wrapped functionptitSeb2022-07-111-1/+1
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-0/+5
* Added __wcscat_chk wrapped function (for #343)ptitSeb2022-07-041-1/+1
* Merge pull request #294 from stiltr/misc-fixesptitSeb2022-07-031-1/+1
|\
| * Merge branch 'main' into misc-fixesTrevor Stiles2022-05-011-0/+3
| |\
| * | Add wrapped functions needed for 'ls -l'.Trevor Stiles2022-04-281-1/+1
* | | Added __cxa_pure_virtual wrapped function (for #299)ptitSeb2022-06-111-0/+2
* | | Added wrapped __wprintf_chk and wprintf (for #311)ptitSeb2022-06-111-2/+2
* | | Added wrapped fstat64 (for #309)ptitSeb2022-05-211-0/+1
| |/ |/|
* | Fixed fstat, fstatat and lstat wrapper signature (for #295)ptitSeb2022-05-011-3/+3
* | Added a few wrapped functions to libcptitSeb2022-04-301-0/+3
|/
* Added wrapped stat (for #293)ptitSeb2022-04-271-0/+1
* Added remaining __strto*_internal libc wrapped functionsMarko Havu2022-04-041-5/+5
* Update test10 (it was a bit flaky), update libstdc++ binary, and added fake _...ptitSeb2022-03-311-0/+2
* Added some obstack_XXX wrapped function (ported from box86)ptitSeb2022-03-281-2/+2
* Added clone wrapped function and libgbm wrapped libptitSeb2022-03-271-2/+2