about summary refs log tree commit diff stats
path: root/src/librarian (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 an issue with GetNoSelfSymbolStartEnd function that would find in ↵ptitSeb2022-06-051-10/+11
| | | | self first
* 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-092-1/+13
| | | | more straight forward usage of native wrapped functions (ported from box86)
* Do not use alloca here, it's not temporary storageptitSeb2022-04-181-2/+1
|
* 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-072-1/+1
|
* Fixed dlinfo (helps wine)ptitSeb2022-03-062-2/+2
|
* Fixed a rare case of segfaultptitSeb2022-03-061-0/+2
|
* Improved speed of mmap changesptitSeb2022-03-061-0/+1
|
* Various changes and improvement centered around steam (but still not good ↵ptitSeb2022-03-043-4/+114
| | | | enough)
* Small cleanup on unloading lib messagesptitSeb2022-01-091-2/+2
|
* Added a Workaround when dlsym a native (versionned) symbol without default ↵ptitSeb2022-01-051-0/+18
| | | | version fails
* Fixed some issue with getopt (for #170)ptitSeb2021-11-211-1/+33
|
* [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
|
* Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 ↵ptitSeb2021-09-182-18/+16
| | | | samples)
* Started adding GOWM macrorajdakin2021-07-312-1/+74
|
* Made librarian messages on lib dependancies issue on unload as LOG_DEBUGptitSeb2021-07-261-1/+1
|
* 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-122-13/+17
|
* More improvments to elfloaderptitSeb2021-06-231-5/+5
|
* 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
|
* Added a few more wrapped function and improved getopt handlingptitSeb2021-06-051-0/+13
|
* Improved unloading of libsptitSeb2021-06-042-14/+43
|
* Some fine-tunning on wrapped lubncurses and friendsptitSeb2021-06-031-3/+3
|
* Added a wrokaround for libtinfo global variablesptitSeb2021-06-031-0/+90
|
* Improved custom named libGL handlingptitSeb2021-06-011-1/+5
|
* Some adjustements to elfloader needed libs loadingptitSeb2021-05-311-6/+10
|
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-296-203/+462
|
* Fixed a 64bit issue with end pointer for emulated lib symbolsptitSeb2021-04-261-1/+1
|
* Oops-esrajdakin2021-04-141-1/+1
|
* Third pass, bumped the minimal CMake version up to 3.4rajdakin2021-04-142-7/+6
|
* First passrajdakin2021-04-143-9/+14
|
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-1/+6
|
* Grab thread emu when calling init Library instead of NULLptitSeb2021-04-101-1/+1
|
* Fixed the libraries free orderingrajdakin2021-04-094-47/+85
|
* Changed missed unwanted "box86"rajdakin2021-04-091-3/+3
|
* [TRACE] Added a new trace optionrajdakin2021-04-071-1/+3
|
* Improved shutdown sequenceptitSeb2021-03-252-10/+15
|
* [DYNAREC] Added 01/03/05/83 /0 ADD opcodes, plus various bugfixes (but ↵ptitSeb2021-03-171-1/+2
| | | | vvvvvv and IntoTheBreach are still broken, Thimberweed and WorldOfGoo seems ok)
* Better functions name resolving when using TRACE, and fixed some printf ↵ptitSeb2021-03-101-5/+5
| | | | stuff again
* More infrastructure added to elf and x64 emuptitSeb2021-03-034-0/+1433