| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes | ||||
| * | 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 ↵ | ptitSeb | 2024-09-19 | 1 | -1/+1 |
| | | | | | dlopenn'd lib | ||||
| * | [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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | [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 ↵ | ptitSeb | 2024-03-04 | 1 | -1/+8 |
| | | | | | failled libs (for #1311, probably other too) | ||||
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ | ptitSeb | 2024-02-26 | 1 | -0/+6 |
| | | | | | others tickets) | ||||
| * | This should improve stability when unloading libs | ptitSeb | 2024-02-24 | 1 | -2/+2 |
| | | |||||
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more ↵ | ptitSeb | 2024-02-15 | 1 | -226/+143 |
| | | | | | 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 | -26/+26 |
| | | |||||
| * | Reworked exit, unloading libs and running Fini as it should (plus a ↵ | ptitSeb | 2024-01-19 | 1 | -3/+2 |
| | | | | | workaround for nvidia driver not unloading) | ||||
| * | 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 ↵ | ptitSeb | 2023-11-28 | 1 | -28/+30 |
| | | | | | with main binary | ||||
| * | [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, ↵ | ptitSeb | 2023-08-19 | 1 | -5/+89 |
| | | | | | like Canabalt) | ||||
| * | [TRACE] Fixed crash when tracing a function that is not defined in main at ↵ | ptitSeb | 2023-07-22 | 1 | -0/+5 |
| | | | | | beggining | ||||
| * | 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] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ↵ | ptitSeb | 2023-07-15 | 1 | -0/+4 |
| | | | | | | | | | c++ program compatibility | ||||
| * | | [ELFLOADER] Added a check if lib version is compatible with what the elf ↵ | ptitSeb | 2023-07-09 | 1 | -8/+8 |
| | | | | | | | | | loading it wants (helps Linux games on Steam) | ||||
| * | | Fix for local library open using dlopen that are then promoted to global ↵ | ptitSeb | 2023-04-28 | 1 | -7/+22 |
| |/ | | | | with another dlopen (help java 17, probably other too) | ||||
| * | 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 ↵ | ptitSeb | 2023-04-10 | 1 | -29/+51 |
| | | | | | libs too) | ||||
| * | [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 ↵ | ptitSeb | 2023-01-28 | 1 | -2/+2 |
| | | | | | pokewilds too) | ||||
| * | 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 ↵ | ptitSeb | 2022-11-13 | 1 | -15/+20 |
| | | | | | relocations | ||||
| * | 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, ↵ | ptitSeb | 2022-08-06 | 1 | -11/+11 |
| | | | | | using libc one gather from dlsym) | ||||
| * | 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 ↵ | ptitSeb | 2022-06-05 | 1 | -10/+11 |
| | | | | | self first | ||||
| * | 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 ↵ | ptitSeb | 2022-03-04 | 1 | -3/+35 |
| | | | | | enough) | ||||
| * | 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 ↵ | ptitSeb | 2021-09-18 | 1 | -14/+14 |
| | | | | | samples) | ||||