about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better handling of environ and envp in execveptitSeb2022-03-081-2/+2
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-041-4/+4
* More work on readlinkat and clone syscallptitSeb2022-03-011-3/+4
* Added a few more wrapped function (for #241)ptitSeb2022-02-261-2/+2
* Added __wcsncpy_chk to wrapped libcptitSeb2022-02-261-1/+1
* Added wrapped lldiv (for Ion Fury)ptitSeb2022-02-101-1/+1
* Added vswscanf wrapped function (for #216)ptitSeb2022-01-251-1/+1
* Added a couple of libc wrapped functionsptitSeb2021-12-311-2/+2
* Added wrapped __isoc99_scanf function (for #164)ptitSeb2021-11-181-1/+1
* Added signalfd wrapped function to libcptitSeb2021-10-261-1/+1
* Added reboot wrapped function to libcptitSeb2021-10-261-1/+1
* Added a new wrapped function to libc (for #143)ptitSeb2021-10-211-2/+2
* Added mallinfo wrapped function (for #121)ptitSeb2021-09-291-1/+1
* Added wrapped iopl that answer 'unsuported operation' for nowptitSeb2021-09-041-1/+1
* Added vfork wrapped functionptitSeb2021-08-101-1/+1
* Small changes in libc and libpthread wrapped libptitSeb2021-08-101-0/+2
* Added setcontext wrapped functionptitSeb2021-08-031-1/+1
* Added _IO_init wrapped functionptitSeb2021-08-031-1/+1
* Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 DOESN...rajdakin2021-07-311-900/+893
* Added 1 libc wrapped function (for #73)ptitSeb2021-07-281-1/+1
* Added a couple of wrapped libc function (will help #65 among other)ptitSeb2021-07-191-3/+3
* Added some posix_* wrapped functions (for #44)ptitSeb2021-07-131-15/+13
* Added 1 more wrapped function and fixed signature of 2 otherptitSeb2021-07-131-3/+3
* Added 1 wrapped libc functionptitSeb2021-07-131-1/+1
* More wrapped functions (for #44)ptitSeb2021-07-131-10/+10
* Added a couple of libc wrapped functionsptitSeb2021-07-131-2/+2
* Added a few more libc wrapped functions (for #41)ptitSeb2021-07-131-4/+4
* Added 2 more libc wrapped function (for #44)ptitSeb2021-07-121-2/+2
* Added more libc wrapped function (for #44)ptitSeb2021-07-121-10/+10
* Added a bunch of wrapped libc function (for #41)ptitSeb2021-07-121-13/+13
* Added 1 wrapped libc function (for #44)ptitSeb2021-07-121-1/+1
* Added some more libc wrapped functionsptitSeb2021-07-121-15/+16
* Added memmem wrapped function (for #33)ptitSeb2021-07-101-1/+1
* Added msgstl wrapped function (for #43)ptitSeb2021-07-091-1/+1
* Added a couple more libc function (for #37)ptitSeb2021-07-091-2/+2
* Added wrapped euidaccess and eaccess functions to libc (for #21)ptitSeb2021-07-091-2/+2
* Added wrapped getrandom function to libcptitSeb2021-07-081-1/+1
* Added dummy version of __cxa_thread_atexit_impl (for #28)ptitSeb2021-07-081-1/+1
* Added a few more libc and libX11 wraped functionsptitSeb2021-07-071-1/+1
* Added msgget wrapped function to libc (for #37)ptitSeb2021-07-071-1/+1