about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed a few warningsptitSeb2022-07-172-9/+0
|
* Added a few GLES wrapped functionsptitSeb2022-07-161-2/+7
|
* tls parameter of clone libc function needs special treatment (not done yet)ptitSeb2022-07-161-4/+9
|
* Added a few missing SDL2_TTF wrapped functions (for Silicon Zero)ptitSeb2022-07-161-0/+3
|
* Added wrapped gtk3 and gdk3 (from box86)ptitSeb2022-07-1514-24/+5983
|
* Added wrapped libxshlfenceptitSeb2022-07-156-0/+63
|
* Added more function so x86_64 bash can work (a copy is in tests folder)ptitSeb2022-07-154-1/+6
|
* Added 2 more wrapped function to libm (help Surviving Mars)ptitSeb2022-07-144-2/+8
|
* Added a bunch of vulkan functions wrappersptitSeb2022-07-146-1/+447
|
* Changed a bit how wrapped libc clone worksptitSeb2022-07-141-8/+4
|
* Added a couple of wrapped freetype functions (for Hacknet)ptitSeb2022-07-144-7/+117
|
* A few more fontconfig and freetype wrapped functionsptitSeb2022-07-145-4/+41
|
* Added __fwprintf_chk wrapped function (for KSP)ptitSeb2022-07-114-3/+9
|
* Added __wcsncat_chk wrapped functionptitSeb2022-07-111-1/+1
|
* Added a few NV vulkan extensions (for #348)ptitSeb2022-07-111-1/+18
|
* Small change in one of dlsym_error logptitSeb2022-07-101-1/+1
|
* Added one more wrapped function to vulkanptitSeb2022-07-091-0/+1
|
* Added more gstreamer wrapped functionsptitSeb2022-07-097-38/+72
|
* Added (empty) wrapped libgcrypt.so.20ptitSeb2022-07-096-0/+272
|
* Changed various log level for libdl file open errorptitSeb2022-07-094-138/+59
|
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-0913-9/+185
|
* Added __wcscat_chk wrapped function (for #343)ptitSeb2022-07-041-1/+1
|
* Added wrapped pthread_cond_clockwait (for #303)ptitSeb2022-07-033-0/+5
|
* Merge pull request #294 from stiltr/misc-fixesptitSeb2022-07-032-5/+5
|\ | | | | Add wrapped functions needed for 'ls -l'.
| * Merge branch 'main' into misc-fixesTrevor Stiles2022-05-0111-0/+126
| |\
| * | Add wrapped functions needed for 'ls -l'.Trevor Stiles2022-04-282-5/+5
| | |
* | | Fixed a regression preventing wine-preloader to work correctlyptitSeb2022-06-301-1/+1
| | |
* | | Added one libssl wrapped functions (for #331)ptitSeb2022-06-291-1/+1
| | |
* | | Added 2 libssl wrapped functions (for #331)ptitSeb2022-06-291-2/+2
| | |
* | | Fixed printf_log for __cx_pure_virtual functionptitSeb2022-06-281-1/+1
| | |
* | | Added one libssl wrapped functions with reverse callback (for #331)ptitSeb2022-06-284-1/+21
| | |
* | | Added one more libssl wrapped functions (for #331)ptitSeb2022-06-281-1/+1
| | |
* | | Added one libssl wrapped functions (for #331)ptitSeb2022-06-281-0/+1
| | |
* | | Added one libcrypto wrapped functions (for #331)ptitSeb2022-06-281-1/+1
| | |
* | | Added one libssl wrapped functions (for #331)ptitSeb2022-06-284-0/+6
| | |
* | | Added a few more libssl wrapped functions (for #331)ptitSeb2022-06-281-0/+3
| | |
* | | Fixed some potential issue for eroneous execv call (fixes some infinite ↵ptitSeb2022-06-261-2/+2
| | | | | | | | | | | | looping AppImage)
* | | Also changed the other wrapped __Xstat(64) function to accept a NULL bufferptitSeb2022-06-261-11/+15
| | |
* | | Fixed wrapped __xtsat call with NULL buffer (helps Surviving Mars)ptitSeb2022-06-261-2/+3
| | |
* | | Added one more FAudio wrapped function (for Terraria)ptitSeb2022-06-261-1/+1
| | |
* | | Added SDL_LoadFile wrapped function (helps Terraria)ptitSeb2022-06-261-0/+1
| | |
* | | Added a couple of wrapped function to libssl and libcrypto (for #330)ptitSeb2022-06-252-1/+2
| | |
* | | Various small debugging improvmentsptitSeb2022-06-191-8/+10
| | |
* | | More work on libfuse (some AppImage now runs)ptitSeb2022-06-116-68/+372
| | |
* | | Added __cxa_pure_virtual wrapped function (for #299)ptitSeb2022-06-114-0/+11
| | |
* | | Added wrapped __wprintf_chk and wprintf (for #311)ptitSeb2022-06-116-2/+24
| | |
* | | Added one more GL extensionptitSeb2022-06-064-0/+11
| | |
* | | Added some GLES wrapped functionsptitSeb2022-06-051-1/+9
| | |
* | | Added 1 more wrapped function to libfontconfigptitSeb2022-06-051-1/+1
| | |
* | | Added preliminary support for wrapped libEGLptitSeb2022-06-0510-1/+270
| | |