about summary refs log tree commit diff stats
path: root/src/librarian (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some fixes to ncurses / tinfo wrapped lib (for dialog shell helper, used in s...ptitSeb2025-03-272-13/+16
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and improved wrappi...ptitSeb2025-01-261-1/+2
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-212-23/+23
* Fixed dlsym with RTLD_NEXT and preloaded libsptitSeb2025-01-152-1/+62
* [BOX32] Improved elf memory managment for 32bits processptitSeb2025-01-111-1/+1
* [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 #14...ptitSeb2024-11-071-0/+6
* [RCFIEL] Add an option to force usage of native EGL/GLESv2 libraryptitSeb2024-11-021-0/+7
* [BOX32][WRAPPER] Added some more libc wrapped function, and 32bits globalsymb...ptitSeb2024-10-191-0/+108
* [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter lin...ptitSeb2024-10-041-1/+1
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-291-1/+1
* [TRACE] Fixed a potential segfault when trying to trace a function from a dlo...ptitSeb2024-09-191-1/+1
* [BOX32][ELFLOADER] Fixed some issue with symbol resolverptitSeb2024-09-141-0/+1
* Eliminate duplicate hash calculations for `getSymbolInSymbolMaps` (#1801)Yip Coekjan2024-09-061-6/+9
* [BOX32] Small improvments on memory managementptitSeb2024-09-042-20/+20
* [TRACE] Improved trace on symbol nameptitSeb2024-08-291-1/+15
* Added preliminary Box32 support (#1760)ptitSeb2024-08-263-24/+137
* [BOX32] Added 32bits elf alloc and loadptitSeb2024-08-171-0/+4
* [BOX32] prepare elfheader_t structure for 32bits elfsptitSeb2024-08-171-2/+6
* [STATICBUILD] Fixed a warning (for #1377)ptitSeb2024-07-101-1/+1
* [INTERPRETER] Added BMI1, BMI2 and ADX extensionsptitSeb2024-05-311-1/+1
* Added one xslt wrapped constant (for #1534)ptitSeb2024-05-291-1/+15
* 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 op...ptitSeb2024-04-291-5/+10
* Improved unload of libs (help wine when dlopen / dlclose is supposed to unloa...ptitSeb2024-03-091-5/+12
* 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 wrapped support for EGL/GLESv2ptitSeb2024-02-291-0/+6
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-263-0/+86
* This should improve stability when unloading libsptitSeb2024-02-241-2/+2
* [ELFLOADER] Improved inter-library dependancie managmentptitSeb2024-02-161-5/+28
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-156-419/+235
* Added support for RTLD_DEEPBIND flag on dlopenptitSeb2024-02-113-32/+41
* Reworked exit, unloading libs and running Fini as it should (plus a workaroun...ptitSeb2024-01-192-19/+89
* Fixes (#1207)rajdakin2024-01-182-3/+3
* [ELFLOADER] Fixed some issue with COPY/GLOB_DATA symbol relocationsptitSeb2024-01-151-2/+2
* Added libutil and libresolv to the list of essential libs (not affected by BO...ptitSeb2024-01-071-1/+1
* Rollback commit 9201559 as it breaks some programs using getopts (should help...ptitSeb2024-01-061-2/+2
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-261-1/+1
* Removed a bridge field from librarian, it's not used anymoreptitSeb2023-12-212-6/+0
* [ELFLOADER] Some fixes to localy openned libs when symbols might collide with...ptitSeb2023-11-281-28/+30
* [ANDROID] Fix Compiling (#1091)Lily2023-11-271-0/+5
* Small improvment in global hackingptitSeb2023-11-121-2/+2
* [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-272-48/+98
* Cached Emulated symboled are fetched faster nowptitSeb2023-08-201-23/+23