about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed dlopen that should increment refcount even with RTLD_NOLOADptitSeb2022-10-271-2/+1
* Improved handling of execve and posix_spawn, especialy with arv[0] is not the...ptitSeb2022-10-271-37/+64
* Some fixes to execv and posic_spawn wrapped functionsptitSeb2022-10-261-12/+15
* Added one more gtk3 wrapped functionptitSeb2022-10-264-1/+8
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-261-3/+3
* Added BOX64_ROLLING_LOG support to __stack_chk_failptitSeb2022-10-261-0/+9
* Added xkb_compose_state_reset wrapped function (for #431)ptitSeb2022-10-251-1/+1
* Added xkb_compose_state_get_status wrapped function (for #431)ptitSeb2022-10-251-1/+1
* Added xkb_compose_state_feed wrapped function (for #431)ptitSeb2022-10-251-1/+1
* Added a few more libxkbcommon wrapped functions (for #431)ptitSeb2022-10-251-3/+3
* Added xkb_compose_table_new_from_locale wrapped function (for #431)ptitSeb2022-10-241-1/+1
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-234-26/+27
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-222-70/+31
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-1935-189/+150
* Added XftFontOpenName vrapped function (for #424)ptitSeb2022-10-111-1/+1
* Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...ptitSeb2022-09-301-1/+1
* More vulkan wrapped functionsptitSeb2022-09-291-2/+17
* Added lzma_auto_decoder wrapped function to liblzma (for #129)ptitSeb2022-09-281-1/+1
* Added a vulkan extensionptitSeb2022-09-251-0/+4
* Added a few xcb_randr wrapped functions (for #287)ptitSeb2022-09-241-3/+3
* Added __pread_chk wrapped function to libcptitSeb2022-09-224-1/+6
* Added wrapped XFreeFontSet function (for #411)ptitSeb2022-09-211-1/+1
* More fixes and improvment to bash handling (helps #360)ptitSeb2022-09-185-10/+33
* Improved usage of x86_64 bash with BOX64_BASH env varptitSeb2022-09-151-28/+50
* Attempt at fixing wrapped __vfwprintf_chk (for #404)ptitSeb2022-09-126-7/+18
* Aded 1 wrapped function libxkbcommonptitSeb2022-09-121-1/+1
* Added vfwprintf and __vfwprintf_chk wrapped function (for #404)ptitSeb2022-09-126-12/+17
* Added one more function to libX11ptitSeb2022-09-121-1/+1
* Added some wrapped function to libgio, libgdk3 and libxiptitSeb2022-09-126-15/+21
* Added many wrapped function to libva and friendsptitSeb2022-09-117-51/+85
* Added a few more wrapped libnss3 functionsptitSeb2022-09-114-2/+7
* Some more wrapping on AtkUtilsptitSeb2022-09-114-4/+13
* Added empty wrapped libva and friendsptitSeb2022-09-1021-0/+338
* Added some more GL/GLES extensionsptitSeb2022-09-107-4/+236
* Added localtime64 and localtime64_r in case they existsptitSeb2022-09-101-0/+2
* Added empty wrapped libfreebl3ptitSeb2022-09-106-0/+65
* Added a few more extensions to wrapped libGLptitSeb2022-09-101-1/+8
* Added a few libnss3 wrapped functionsptitSeb2022-09-104-3/+8
* Added special case for pthread_kill because behaviour changed with glibc 2.34ptitSeb2022-09-103-0/+3
* Added wprintw wrapped function to ncurses and ncurses6 lib (for #401)ptitSeb2022-09-087-2/+24
* When running x86_64 bash, using x86_64 bash to run script automaticaly (for #...ptitSeb2022-09-081-6/+9
* Limit all libc mmap to 47bits maxptitSeb2022-09-041-2/+2
* Added 1 libxi wrapped functionptitSeb2022-08-281-2/+2
* Added 1 wrapped function to gtk3ptitSeb2022-08-281-0/+1
* Fixed gtk_get_major/minor/micro version wrapped function to gtk2ptitSeb2022-08-281-3/+4
* Added gtk_get_major/minor/micro version wrapped function to gtk2ptitSeb2022-08-281-0/+3
* Added a few more FAudio wrapped functionsptitSeb2022-08-281-11/+11
* Added some CERT function to wrapped libnss3 (for #375)ptitSeb2022-08-131-2/+2
* Some cleanupptitSeb2022-08-104-0/+8
* Fixed a warningptitSeb2022-08-061-2/+2