about summary refs log tree commit diff stats
path: root/src/librarian/library.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and improved ↵ptitSeb2025-01-261-1/+2
| | | | wrapping of 32bits ld-linux.so
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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
* [BOX32] Use 32bits malloc when building LinkMaplibptitSeb2025-01-061-7/+7
|
* [RCFILE] More adjustments with new strongmemptitSeb2024-11-201-1/+1
|
* [ELFLOADER] Better handling of symbols with COPY / GLOB_DAT (should helps ↵ptitSeb2024-11-071-0/+6
| | | | #1412, but doesn't seems to help #1860, wich is strange)
* [RCFIEL] Add an option to force usage of native EGL/GLESv2 libraryptitSeb2024-11-021-0/+7
|
* [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter ↵ptitSeb2024-10-041-1/+1
| | | | linux version now Works)
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-291-1/+1
| | | | | | | * [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings * Fix More Warnings * Revert fillALProcWrapper() change
* Eliminate duplicate hash calculations for `getSymbolInSymbolMaps` (#1801)Yip Coekjan2024-09-061-6/+9
|
* [BOX32] Small improvments on memory managementptitSeb2024-09-041-18/+18
|
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-16/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Added 32bits elf alloc and loadptitSeb2024-08-171-0/+4
|
* [STATICBUILD] Fixed a warning (for #1377)ptitSeb2024-07-101-1/+1
|
* [INTERPRETER] Added BMI1, BMI2 and ADX extensionsptitSeb2024-05-311-1/+1
|
* Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311)ptitSeb2024-05-091-0/+19
|
* Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVMptitSeb2024-04-291-1/+1
|
* Added a way to hide SSE 4.2, as it might slow down things using the string ↵ptitSeb2024-04-291-5/+10
| | | | opcodes. Also, looks like some java program have issue with current implementation of pcmp[ei]str[im] somehow, so diabling automaticaly when detecting libjvm.so (for SlayTheSpire in particular)
* Improved unload of libs (help wine when dlopen / dlclose is supposed to ↵ptitSeb2024-03-091-5/+12
| | | | unload the lib so it can be dlopen again)
* Added wrapped support for EGL/GLESv2ptitSeb2024-02-291-0/+6
|
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ptitSeb2024-02-261-0/+60
| | | | others tickets)
* [ELFLOADER] Improved inter-library dependancie managmentptitSeb2024-02-161-5/+28
|
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more ↵ptitSeb2024-02-151-130/+59
| | | | 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 dlopenptitSeb2024-02-111-4/+12
|
* Reworked exit, unloading libs and running Fini as it should (plus a ↵ptitSeb2024-01-191-16/+87
| | | | workaround for nvidia driver not unloading)
* Fixes (#1207)rajdakin2024-01-181-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
* Added libutil and libresolv to the list of essential libs (not affected by ↵ptitSeb2024-01-071-1/+1
| | | | BOX64_PREFER_EMULATED)
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-261-1/+1
|
* [ANDROID] Fix Compiling (#1091)Lily2023-11-271-0/+5
| | | | | | | | | * [ANDROID] Added missing wrappedandroidshmem def headers * [ANDROID] Fix Compiling * [CMAKE] Typo * [CMAKE] TERMUX Define
* [ELFLOADER] Changed how memory is managed in elfloaderptitSeb2023-10-311-57/+3
|
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-181-0/+4
|
* [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-021-0/+2
|
* [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flagsptitSeb2023-08-271-20/+20
|
* Cached Emulated symboled are fetched faster nowptitSeb2023-08-201-23/+23
|
* Refactored how wrapped symbols are fetch and storedptitSeb2023-08-201-87/+114
|
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | Added more path option when searching for x86_64 librariesptitSeb2023-07-121-0/+7
| |
* | [ELFLOADER] Added a check if lib version is compatible with what the elf ↵ptitSeb2023-07-091-8/+16
| | | | | | | | loading it wants (helps Linux games on Steam)
* | [ELF_LOAD] Also use SONAME of loaded elf to match loaded libs (helps #805)ptitSeb2023-06-041-0/+5
| |
* | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply ↵ptitSeb2023-05-311-0/+5
| | | | | | | | conservative settings when loaded (should help #813) and probably other java based games/apps)
* | Don't Inc/Dec library refcount recursively (helps #240 but it's not enough)ptitSeb2023-05-101-8/+8
|/
* Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ↵ptitSeb2023-04-261-1/+11
| | | | #465, #410 and #210 too)
* Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)ptitSeb2023-04-251-2/+22
|
* Fixed segfault at exit of appsptitSeb2023-04-161-46/+49
|
* Another fix for dlopen/dlclose sequence (should be ok now, at last)ptitSeb2023-04-161-3/+6
|
* More fixes for dlclose/dlopen sequencesptitSeb2023-04-151-1/+10
|
* Improve loading/unloading of libs, and fixed a regression when dlopen a lib ↵ptitSeb2023-04-121-9/+37
| | | | after some dlclose
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of ↵ptitSeb2023-04-101-23/+58
| | | | libs too)
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-101-18/+14
|
* fix some spelling mistakes (#640)josch2023-03-261-12/+12
|