| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ANDROID] And yet again another build fix, some many missing declaration comp... | ptitSeb | 2023-09-02 | 1 | -0/+9 |
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ |
|
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| * | | [ELFLOADER] Added a check if lib version is compatible with what the elf load... | ptitSeb | 2023-07-09 | 1 | -1/+1 |
| * | | 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 with... | ptitSeb | 2023-04-28 | 1 | -0/+2 |
| |/ |
|
| * | Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ... | ptitSeb | 2023-04-26 | 1 | -1/+13 |
| * | 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 |
| * | 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 a... | ptitSeb | 2023-04-12 | 1 | -8/+1 |
| * | [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib... | ptitSeb | 2023-04-10 | 1 | -1/+3 |
| * | [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 conv... | ptitSeb | 2023-02-12 | 1 | -0/+5 |
| * | 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 |
| * | Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil... | ptitSeb | 2023-01-28 | 1 | -1/+0 |
| * | 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, b... | ptitSeb | 2022-12-31 | 1 | -0/+15 |
| * | 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 r... | ptitSeb | 2022-11-13 | 1 | -4/+4 |
| * | Detect when program is linked with glibc 2.34+ to workaround the default libc... | ptitSeb | 2022-11-01 | 1 | -1/+1 |
| * | 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, us... | ptitSeb | 2022-08-06 | 1 | -33/+33 |
| * | 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 eno... | ptitSeb | 2022-03-04 | 1 | -23/+35 |
| * | More work on readlinkat and clone syscall | ptitSeb | 2022-03-01 | 1 | -2/+21 |
| * | [DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily... | ptitSeb | 2021-11-18 | 1 | -1/+1 |
| * | Handling of flag RTLD_NOW in dlopen | ptitSeb | 2021-07-12 | 1 | -1/+2 |
| * | Added handling of flag 0x4 for wrapped dlopen | ptitSeb | 2021-07-09 | 1 | -3/+15 |
| * | More improvments to elfloader | ptitSeb | 2021-06-23 | 1 | -0/+2 |
| * | Improved dlsym a bit | ptitSeb | 2021-06-15 | 1 | -29/+17 |
| * | Reworked elfloader, handle versionned symbols now | ptitSeb | 2021-05-29 | 1 | -21/+123 |
| * | First pass | rajdakin | 2021-04-14 | 1 | -3/+9 |
| * | Fixed the libraries free ordering | rajdakin | 2021-04-09 | 1 | -2/+2 |
| * | Fixed a few wrapped functions | ptitSeb | 2021-03-08 | 1 | -1/+1 |
| * | More infrastructure added to elf and x64 emu | ptitSeb | 2021-03-03 | 1 | -0/+415 |