| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flags | ptitSeb | 2023-08-27 | 1 | -28/+78 |
| * | [ELFLOADER] Adjusted fetching of symbol (help Steam Unity3d linux games, like... | ptitSeb | 2023-08-19 | 1 | -5/+89 |
| * | [TRACE] Fixed crash when tracing a function that is not defined in main at be... | ptitSeb | 2023-07-22 | 1 | -0/+5 |
| * | 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] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ... | ptitSeb | 2023-07-15 | 1 | -0/+4 |
| * | | [ELFLOADER] Added a check if lib version is compatible with what the elf load... | ptitSeb | 2023-07-09 | 1 | -8/+8 |
| * | | Fix for local library open using dlopen that are then promoted to global with... | ptitSeb | 2023-04-28 | 1 | -7/+22 |
| |/ |
|
| * | Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742) | ptitSeb | 2023-04-25 | 1 | -12/+11 |
| * | Fixed and improved __cxa_atexit handling | ptitSeb | 2023-04-22 | 1 | -2/+2 |
| * | [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib... | ptitSeb | 2023-04-10 | 1 | -29/+51 |
| * | [ELFLOADER] Improved handling of default versions | ptitSeb | 2023-04-10 | 1 | -36/+56 |
| * | Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil... | ptitSeb | 2023-01-28 | 1 | -2/+2 |
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 1 | -83/+56 |
| * | Try to improve some TLS Relocation | ptitSeb | 2022-12-29 | 1 | -1/+1 |
| * | Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r... | ptitSeb | 2022-11-13 | 1 | -15/+20 |
| * | Better fix, again, for dlsym(RTLD_NEXT, ...) | ptitSeb | 2022-10-29 | 1 | -2/+2 |
| * | Better fix for dlsym(RTLD_NEXT, ...) | ptitSeb | 2022-10-29 | 1 | -8/+11 |
| * | Fix for dlsym(RTLD_NEXT, ...) | ptitSeb | 2022-10-29 | 1 | -0/+2 |
| * | Forgot a bunch of other box_ malloc/realloc/calloc/free use | ptitSeb | 2022-10-23 | 1 | -8/+8 |
| * | Refactored, again, elfloader symbol fetching (ported from box86) | ptitSeb | 2022-10-22 | 1 | -129/+131 |
| * | Small refactor and simplification of library_t structure and box64context_t | ptitSeb | 2022-10-19 | 1 | -3/+3 |
| * | Fixed an issue with dlsym(RTLD_NEXT, ...) not always finding the symbols | ptitSeb | 2022-09-10 | 1 | -1/+1 |
| * | All box internal memory alloc use __libc_ internal one (except on Android, us... | ptitSeb | 2022-08-06 | 1 | -11/+11 |
| * | Changed various log level for libdl file open error | ptitSeb | 2022-07-09 | 1 | -1/+1 |
| * | Fixed an issue with GetNoSelfSymbolStartEnd function that would find in self... | ptitSeb | 2022-06-05 | 1 | -10/+11 |
| * | Do not use alloca here, it's not temporary storage | ptitSeb | 2022-04-18 | 1 | -2/+1 |
| * | Fix some special case on mmap64 wrapping | ptitSeb | 2022-03-07 | 1 | -0/+1 |
| * | Fixed dlinfo (helps wine) | ptitSeb | 2022-03-06 | 1 | -1/+1 |
| * | Fixed a rare case of segfault | ptitSeb | 2022-03-06 | 1 | -0/+2 |
| * | Various changes and improvement centered around steam (but still not good eno... | ptitSeb | 2022-03-04 | 1 | -3/+35 |
| * | Small cleanup on unloading lib messages | ptitSeb | 2022-01-09 | 1 | -2/+2 |
| * | Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 samp... | ptitSeb | 2021-09-18 | 1 | -14/+14 |
| * | Made librarian messages on lib dependancies issue on unload as LOG_DEBUG | ptitSeb | 2021-07-26 | 1 | -1/+1 |
| * | Handling of flag RTLD_NOW in dlopen | ptitSeb | 2021-07-12 | 1 | -7/+7 |
| * | More improvments to elfloader | ptitSeb | 2021-06-23 | 1 | -5/+5 |
| * | Improved unloading of libs | ptitSeb | 2021-06-04 | 1 | -11/+34 |
| * | Some adjustements to elfloader needed libs loading | ptitSeb | 2021-05-31 | 1 | -6/+10 |
| * | Reworked elfloader, handle versionned symbols now | ptitSeb | 2021-05-29 | 1 | -136/+110 |
| * | First pass | rajdakin | 2021-04-14 | 1 | -5/+6 |
| * | General improvements to box64 and fixed some SDL2 functions | rajdakin | 2021-04-11 | 1 | -1/+6 |
| * | Fixed the libraries free ordering | rajdakin | 2021-04-09 | 1 | -40/+81 |
| * | Improved shutdown sequence | ptitSeb | 2021-03-25 | 1 | -3/+3 |
| * | [DYNAREC] Added 01/03/05/83 /0 ADD opcodes, plus various bugfixes (but vvvvvv... | ptitSeb | 2021-03-17 | 1 | -1/+2 |
| * | More infrastructure added to elf and x64 emu | ptitSeb | 2021-03-03 | 1 | -0/+588 |