| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 1 | -6/+6 |
| * | Fixed dlsym with RTLD_NEXT and preloaded libs | ptitSeb | 2025-01-15 | 1 | -0/+61 |
| * | [BOX32] Improved elf memory managment for 32bits process | ptitSeb | 2025-01-11 | 1 | -1/+1 |
| * | [TRACE] Fixed a potential segfault when trying to trace a function from a dlo... | ptitSeb | 2024-09-19 | 1 | -1/+1 |
| * | [BOX32] Small improvments on memory management | ptitSeb | 2024-09-04 | 1 | -2/+2 |
| * | [TRACE] Improved trace on symbol name | ptitSeb | 2024-08-29 | 1 | -1/+15 |
| * | Added preliminary Box32 support (#1760) | ptitSeb | 2024-08-26 | 1 | -8/+27 |
| * | [BOX32] prepare elfheader_t structure for 32bits elfs | ptitSeb | 2024-08-17 | 1 | -2/+6 |
| * | Some work on gtk and co wrapping | ptitSeb | 2024-03-07 | 1 | -4/+4 |
| * | [ELFLOADER] Fixes some issue with symbol version matching and unload of faill... | ptitSeb | 2024-03-04 | 1 | -1/+8 |
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few other... | ptitSeb | 2024-02-26 | 1 | -0/+6 |
| * | This should improve stability when unloading libs | ptitSeb | 2024-02-24 | 1 | -2/+2 |
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean... | ptitSeb | 2024-02-15 | 1 | -226/+143 |
| * | Added support for RTLD_DEEPBIND flag on dlopen | ptitSeb | 2024-02-11 | 1 | -26/+26 |
| * | Reworked exit, unloading libs and running Fini as it should (plus a workaroun... | ptitSeb | 2024-01-19 | 1 | -3/+2 |
| * | Removed a bridge field from librarian, it's not used anymore | ptitSeb | 2023-12-21 | 1 | -4/+0 |
| * | [ELFLOADER] Some fixes to localy openned libs when symbols might collide with... | ptitSeb | 2023-11-28 | 1 | -28/+30 |
| * | [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 |