| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WRAPPER] Fixed wrapped dlerror behaviour | ptitSeb | 2024-11-29 | 1 | -3/+11 |
| | | |||||
| * | [WRAPPER] merged android naming so no more ifdef is needed | ptitSeb | 2024-11-04 | 1 | -5/+2 |
| | | |||||
| * | [BOX32] Fixed dlvsym for RTLD_NEXT, like dlsym | ptitSeb | 2024-10-13 | 1 | -1/+10 |
| | | |||||
| * | [BOX32] Actually fixed dlsym on RTLD_NEXT 32bits call | ptitSeb | 2024-10-10 | 1 | -1/+8 |
| | | |||||
| * | [BOX32] Fixed 32bits dlsym on RTLD_NEXT not working | ptitSeb | 2024-10-10 | 1 | -0/+2 |
| | | |||||
| * | Added preliminary Box32 support (#1760) | ptitSeb | 2024-08-26 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve the ReserveHigMemory helper function * [BOX32] Added some wrapping infrastructure * [BOX32] More wrapped 32bits lib infrastructure * [BOX32] Added callback and tls 32bits handling * [BOX32] Added more 32bits, around wrappers and elfs * [BOX32] Added the 32bits version of myalign * [BOX32] More wrapped libs and 32bits fixes and imrpovments * [BOX32] Added some 32bits tests * [BOX32] Try to enable some Box32 build and test on the CI * [BOX32] Disable Box32 testing on CI platform that use qemu * [BOX32] Another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Small fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Yet another fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Fixed a typo in CI script * [BOX32] Better scratch alighnment and enabled more tests * [BOX32] Added (partial) wrapped 32bits librt * [BOX32] Added mention of Box32 in README * [BOX32] Added phtread handling, and numerous fixes to 32bits handling. [ARM64_DYNAREC] Fixed access to segment with negative offset * [BOX32] Added system libs and cpp testing, plus some more fixes * [BOX32] Fix previous commit * [BOX32] Better stack adjustment for 32bits processes * [BOX32] Added getenv wrapped 32bits function and friends * [BOX32] Don't look for box86 for a Box32 build * [BOX32] Don't do 32bits cppThreads test for now on CI * [BOX32] Enabled a few more 32bits tests * [BOX32] For ld_lib_path for both CppThreads tests * [BOX32] [ANDROID] Some Fixes for Android Build * [BOX32] Still need to disable cppThread_32bits test on CI for some reason * [BOX32] [ANDROID] Don't show PreInit Array Warning (#1751) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to … (#1752) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to push before * [BOX32] [ANDROID] Try to Create __libc_init * [BOX32] [ANDROID] Try to disable NEEDED_LIBS for now (libdl is not wrapped) * [BOX32] Updated generated files * [BOX32] Added 32bits context functions * [BOX32] Added 32bits signal handling * [BOX32] Added some missing 32bits elfloader functions * [BOX32] Fix build on x86_64 machine * [BOX32] Better fix for x86_64 build * [BOX32] Actually added missing libs, and re-enabled cppThreads_32bits test * [BOX32] Added wrapped 32bits libdl * [BOX32] Try to re-enabled Box32 test on CI for ARM64 builds * [BOX32] fine-tuning Box32 test on CI for ARM64 builds * [BOX32] More fine-tuning to Box32 test on CI for ARM64 builds * [BOX32] Enabled Box32 test on CI for LA64 and RV64 builds too * [BOX32] re-Disabled Box32 test on CI for LA64 and RV64 builds, not working for now * [BOX32] Temporarily disabled cppThreads_32bits test on CI --------- Co-authored-by: KreitinnSoftware <pablopro5051@gmail.com> Co-authored-by: KreitinnSoftware <80591934+KreitinnSoftware@users.noreply.github.com> | ||||
| * | Fixed a few warning here and there... | ptitSeb | 2024-04-13 | 1 | -3/+1 |
| | | |||||
| * | Improved unload of libs (help wine when dlopen / dlclose is supposed to ↵ | ptitSeb | 2024-03-09 | 1 | -1/+1 |
| | | | | | unload the lib so it can be dlopen again) | ||||
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ | ptitSeb | 2024-02-26 | 1 | -0/+4 |
| | | | | | others tickets) | ||||
| * | [ELFLOADER] Better handling of STB_GNU_UNIQUE binded symbol (prevent dlclose) | ptitSeb | 2024-02-16 | 1 | -1/+5 |
| | | |||||
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more ↵ | ptitSeb | 2024-02-15 | 1 | -30/+17 |
| | | | | | cleaning need to be done, but that's a first step (should help #422, #360, #1046 and probably others) | ||||
| * | Added support for RTLD_DEEPBIND flag on dlopen | ptitSeb | 2024-02-11 | 1 | -17/+21 |
| | | |||||
| * | Reworked exit, unloading libs and running Fini as it should (plus a ↵ | ptitSeb | 2024-01-19 | 1 | -1/+34 |
| | | | | | workaround for nvidia driver not unloading) | ||||
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures | ||||
| * | [TRACE] Better trace for wrapped dladdr1 calls | ptitSeb | 2024-01-12 | 1 | -1/+1 |
| | | |||||
| * | [ANDROID] Remove PreInit Array Warning and Fix libdl name (#1001) | KreitinnSoftware | 2023-10-01 | 1 | -1/+5 |
| | | |||||
| * | Use libdl whenever libc is used (for #984) | ptitSeb | 2023-09-28 | 1 | -3/+0 |
| | | |||||
| * | Small changes to wrapped libdl on last_error handling | ptitSeb | 2023-09-16 | 1 | -19/+19 |
| | | |||||
| * | [ANDROID] And yet again another build fix, some many missing declaration ↵ | ptitSeb | 2023-09-02 | 1 | -0/+9 |
| | | | | | compared to linux | ||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | [ELFLOADER] Added a check if lib version is compatible with what the elf ↵ | ptitSeb | 2023-07-09 | 1 | -1/+1 |
| | | | | | | | | | loading it wants (helps Linux games on Steam) | ||||
| * | | made my_dlsym protected by static mutex (help #829) | ptitSeb | 2023-06-10 | 1 | -1/+14 |
| | | | |||||
| * | | Fix for local library open using dlopen that are then promoted to global ↵ | ptitSeb | 2023-04-28 | 1 | -0/+2 |
| |/ | | | | with another dlopen (help java 17, probably other too) | ||||
| * | Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ↵ | ptitSeb | 2023-04-26 | 1 | -1/+13 |
| | | | | | #465, #410 and #210 too) | ||||
| * | Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742) | ptitSeb | 2023-04-25 | 1 | -7/+5 |
| | | |||||
| * | Another fix for dlopen with RTLD_NOLOAD when lib was already loaded elswhere ↵ | ptitSeb | 2023-04-22 | 1 | -0/+1 |
| | | | | | (fixed pokewild) | ||||
| * | inc ref count for dlopen with RTL_NOLOAD | ptitSeb | 2023-04-22 | 1 | -3/+2 |
| | | |||||
| * | Improved/fixed handling of dlopen with RTLD_NOLOAD flag | ptitSeb | 2023-04-16 | 1 | -3/+25 |
| | | |||||
| * | More fixes for dlclose/dlopen sequences | ptitSeb | 2023-04-15 | 1 | -37/+58 |
| | | |||||
| * | Improve loading/unloading of libs, and fixed a regression when dlopen a lib ↵ | ptitSeb | 2023-04-12 | 1 | -8/+1 |
| | | | | | after some dlclose | ||||
| * | [ELFLOADER] Improved handling of Failed-to-load library (and unloading of ↵ | ptitSeb | 2023-04-10 | 1 | -1/+3 |
| | | | | | libs too) | ||||
| * | [ELFLOADER] Improved handling of default versions | ptitSeb | 2023-04-10 | 1 | -18/+30 |
| | | |||||
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 1 | -2/+2 |
| | | |||||
| * | Added preliminary support for d3dadapter9, but need more work on calling ↵ | ptitSeb | 2023-02-12 | 1 | -0/+5 |
| | | | | | convention | ||||
| * | dlopen with RTLD_NOLOAD flags should inc refcount if lib is present | ptitSeb | 2023-01-29 | 1 | -2/+0 |
| | | |||||
| * | Fixed another regression from last lib init/fini refactor (fixed SiliconZero ↵ | ptitSeb | 2023-01-28 | 1 | -7/+5 |
| | | | | | crash at load) | ||||
| * | Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe ↵ | ptitSeb | 2023-01-28 | 1 | -1/+0 |
| | | | | | pokewilds too) | ||||
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 1 | -11/+15 |
| | | |||||
| * | Added empty wrapped _dl_find_object function (for #487, probably other too, ↵ | ptitSeb | 2022-12-31 | 1 | -0/+15 |
| | | | | | but not sure it's enough) | ||||
| * | dlopen will not return value less than 3 (fixed deadcells) | ptitSeb | 2022-11-28 | 1 | -2/+7 |
| | | |||||
| * | Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT ↵ | ptitSeb | 2022-11-13 | 1 | -4/+4 |
| | | | | | relocations | ||||
| * | Detect when program is linked with glibc 2.34+ to workaround the default ↵ | ptitSeb | 2022-11-01 | 1 | -1/+1 |
| | | | | | libc libs to load | ||||
| * | Fixed dlopen that should increment refcount even with RTLD_NOLOAD | ptitSeb | 2022-10-27 | 1 | -2/+1 |
| | | |||||
| * | Refactored, again, elfloader symbol fetching (ported from box86) | ptitSeb | 2022-10-22 | 1 | -27/+27 |
| | | |||||
| * | All box internal memory alloc use __libc_ internal one (except on Android, ↵ | ptitSeb | 2022-08-06 | 1 | -33/+33 |
| | | | | | using libc one gather from dlsym) | ||||
| * | Small change in one of dlsym_error log | ptitSeb | 2022-07-10 | 1 | -1/+1 |
| | | |||||
| * | Changed various log level for libdl file open error | ptitSeb | 2022-07-09 | 1 | -119/+40 |
| | | |||||
| * | Various improvement and some workaround to support musl binary (for #324) | ptitSeb | 2022-07-09 | 1 | -2/+6 |
| | | |||||
| * | Various changes and improvement centered around steam (but still not good ↵ | ptitSeb | 2022-03-04 | 1 | -23/+35 |
| | | | | | enough) | ||||