about summary refs log tree commit diff stats
path: root/src/librarian/library.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
|
* Added automatic detection of libcef (will help zoon #510, #451, #302 and ↵ptitSeb2023-03-051-0/+4
| | | | probably other too)
* Fixed an issue with Emulated lib refcountptitSeb2023-02-161-3/+4
|
* Fixed a nasty typo in free_neededlibsptitSeb2023-02-121-1/+1
|
* Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe ↵ptitSeb2023-01-281-6/+10
| | | | pokewilds too)
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-73/+80
|
* [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of ↵ptitSeb2022-12-011-1/+1
| | | | MonoBleedingEdge (and disable that for 3dSen)
* Added box64rc configuration file handlingptitSeb2022-11-271-2/+1
|
* Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT ↵ptitSeb2022-11-131-40/+35
| | | | relocations
* Malloc override (#437)ptitSeb2022-10-291-3/+3
| | | | | * Add some malloc override mecanism, but missing c++ function overriding * Add c++ new/delete redirection too * Added support for libtbbmalloc_proxy
* Try to get a cleaner exitptitSeb2022-10-271-0/+5
|
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-231-7/+7
|
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-86/+194
|
* Fixed an issue with last lib refactor (fixed EtG, and all SDL2 based stuff ↵ptitSeb2022-10-211-9/+10
| | | | and more probably)
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-146/+145
|
* All box internal memory alloc use __libc_ internal one (except on Android, ↵ptitSeb2022-08-061-34/+34
| | | | using libc one gather from dlsym)
* Fixed potential issue with new loaded lib comparisonptitSeb2022-07-091-1/+1
|
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-2/+13
|
* Fixed a potential crash with previous commitptitSeb2022-06-111-1/+1
|
* Added support to load different libs with same name from different folders ↵ptitSeb2022-06-111-4/+9
| | | | (for #299)
* Fixed wrapped lib dependancies not loadingptitSeb2022-05-101-1/+1
|
* Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)ptitSeb2022-05-091-4/+6
|
* Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ptitSeb2022-05-091-0/+13
| | | | more straight forward usage of native wrapped functions (ported from box86)
* Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ↵ptitSeb2022-03-271-1/+22
| | | | use it
* More work around steam and proton/SteamPlay (working, but need also latest ↵ptitSeb2022-03-261-0/+2
| | | | box86)
* Small change is symbol gathering for wrapped libsptitSeb2022-03-071-0/+2
|
* Fix some special case on mmap64 wrappingptitSeb2022-03-071-1/+0
|
* Fixed dlinfo (helps wine)ptitSeb2022-03-061-1/+1
|
* Improved speed of mmap changesptitSeb2022-03-061-0/+1
|
* Various changes and improvement centered around steam (but still not good ↵ptitSeb2022-03-041-1/+63
| | | | enough)
* Added a Workaround when dlsym a native (versionned) symbol without default ↵ptitSeb2022-01-051-0/+18
| | | | version fails
* [DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ↵ptitSeb2021-11-181-1/+2
| | | | it when libmonobdgcw-2.0.so is detected (should help #110 and #158 at least)
* [DYNAREC] Removed special case for RimWorldLinux and generalized it for all ↵ptitSeb2021-11-181-0/+6
| | | | program loading libmonodbwgc-2.0.so
* [TRACE] Fixed trace on function from a dlopen library not triggering preperlyptitSeb2021-11-171-1/+1
|
* Started adding GOWM macrorajdakin2021-07-311-1/+73
|
* Make library loaded with absolute path not wrapped (unless ↵ptitSeb2021-07-141-2/+3
| | | | BOX64_PREFER_WRAPPED=1 is used)
* Handling of flag RTLD_NOW in dlopenptitSeb2021-07-121-6/+10
|
* Improved emulated library loader, to not stop at first binary found even if ↵ptitSeb2021-06-161-5/+6
| | | | not at the correct architecture
* Added some hack to try detect SDL_sound custom build for SDL2 and use ↵ptitSeb2021-06-161-0/+3
| | | | emulated one first (fixing some sound in To The Moon)
* Fixed a crash with some glibc wrapped /not-yet wrapped libsptitSeb2021-06-151-1/+1
|
* Improved unloading of libsptitSeb2021-06-041-3/+9
|
* Improved custom named libGL handlingptitSeb2021-06-011-1/+5
|
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-57/+68
|
* Fixed a 64bit issue with end pointer for emulated lib symbolsptitSeb2021-04-261-1/+1
|
* Third pass, bumped the minimal CMake version up to 3.4rajdakin2021-04-141-3/+2
|
* First passrajdakin2021-04-141-3/+7
|
* Grab thread emu when calling init Library instead of NULLptitSeb2021-04-101-1/+1
|
* Fixed the libraries free orderingrajdakin2021-04-091-1/+2
|