about summary refs log tree commit diff stats
path: root/src/librarian/librarian.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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
* Made librarian messages on lib dependancies issue on unload as LOG_DEBUGptitSeb2021-07-261-1/+1
* Handling of flag RTLD_NOW in dlopenptitSeb2021-07-121-7/+7
* More improvments to elfloaderptitSeb2021-06-231-5/+5
* Improved unloading of libsptitSeb2021-06-041-11/+34
* Some adjustements to elfloader needed libs loadingptitSeb2021-05-311-6/+10
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-136/+110
* First passrajdakin2021-04-141-5/+6
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-1/+6
* Fixed the libraries free orderingrajdakin2021-04-091-40/+81
* Improved shutdown sequenceptitSeb2021-03-251-3/+3
* [DYNAREC] Added 01/03/05/83 /0 ADD opcodes, plus various bugfixes (but vvvvvv...ptitSeb2021-03-171-1/+2
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+588