about summary refs log tree commit diff stats
path: root/src/librarian/librarian.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-6/+6
* Fixed dlsym with RTLD_NEXT and preloaded libsptitSeb2025-01-151-0/+61
* [BOX32] Improved elf memory managment for 32bits processptitSeb2025-01-111-1/+1
* [TRACE] Fixed a potential segfault when trying to trace a function from a dlo...ptitSeb2024-09-191-1/+1
* [BOX32] Small improvments on memory managementptitSeb2024-09-041-2/+2
* [TRACE] Improved trace on symbol nameptitSeb2024-08-291-1/+15
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-8/+27
* [BOX32] prepare elfheader_t structure for 32bits elfsptitSeb2024-08-171-2/+6
* Some work on gtk and co wrappingptitSeb2024-03-071-4/+4
* [ELFLOADER] Fixes some issue with symbol version matching and unload of faill...ptitSeb2024-03-041-1/+8
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-261-0/+6
* This should improve stability when unloading libsptitSeb2024-02-241-2/+2
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-226/+143
* Added support for RTLD_DEEPBIND flag on dlopenptitSeb2024-02-111-26/+26
* Reworked exit, unloading libs and running Fini as it should (plus a workaroun...ptitSeb2024-01-191-3/+2
* Removed a bridge field from librarian, it's not used anymoreptitSeb2023-12-211-4/+0
* [ELFLOADER] Some fixes to localy openned libs when symbols might collide with...ptitSeb2023-11-281-28/+30
* [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flagsptitSeb2023-08-271-28/+78
* [ELFLOADER] Adjusted fetching of symbol (help Steam Unity3d linux games, like...ptitSeb2023-08-191-5/+89
* [TRACE] Fixed crash when tracing a function that is not defined in main at be...ptitSeb2023-07-221-0/+5
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ...ptitSeb2023-07-151-0/+4
* | [ELFLOADER] Added a check if lib version is compatible with what the elf load...ptitSeb2023-07-091-8/+8
* | Fix for local library open using dlopen that are then promoted to global with...ptitSeb2023-04-281-7/+22
|/
* Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)ptitSeb2023-04-251-12/+11
* Fixed and improved __cxa_atexit handlingptitSeb2023-04-221-2/+2
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...ptitSeb2023-04-101-29/+51
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-101-36/+56
* Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil...ptitSeb2023-01-281-2/+2
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-83/+56
* Try to improve some TLS RelocationptitSeb2022-12-291-1/+1
* Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...ptitSeb2022-11-131-15/+20
* Better fix, again, for dlsym(RTLD_NEXT, ...)ptitSeb2022-10-291-2/+2
* Better fix for dlsym(RTLD_NEXT, ...)ptitSeb2022-10-291-8/+11
* Fix for dlsym(RTLD_NEXT, ...)ptitSeb2022-10-291-0/+2
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-231-8/+8
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-129/+131
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-3/+3
* Fixed an issue with dlsym(RTLD_NEXT, ...) not always finding the symbolsptitSeb2022-09-101-1/+1
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-11/+11
* Changed various log level for libdl file open errorptitSeb2022-07-091-1/+1
* Fixed an issue with GetNoSelfSymbolStartEnd function that would find in self...ptitSeb2022-06-051-10/+11
* Do not use alloca here, it's not temporary storageptitSeb2022-04-181-2/+1
* Fix some special case on mmap64 wrappingptitSeb2022-03-071-0/+1
* Fixed dlinfo (helps wine)ptitSeb2022-03-061-1/+1
* Fixed a rare case of segfaultptitSeb2022-03-061-0/+2
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-041-3/+35
* Small cleanup on unloading lib messagesptitSeb2022-01-091-2/+2
* Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 samp...ptitSeb2021-09-181-14/+14