about summary refs log tree commit diff stats
path: root/src/include/box64context.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WOW64] Finished skeleton code for PE build (#2542)Yang Liu2025-04-171-1/+2
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-101-2/+0
* Made custommem OS-independent (#2517)Yang Liu2025-04-091-0/+15
* Moved more OS-dependent functions to os.h (#2491)Yang Liu2025-04-011-10/+0
* Added os.h for future usage (#2488)Yang Liu2025-04-011-1/+0
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-1/+1
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-281-1/+1
* [LA64] SIGRTMAX is 127 for ABI 1.0 (#2134)Leslie Zhai2024-12-111-0/+4
* [RBTREE] Unify naming and prevent unintended symbol exposure (#2005)Jim Huang2024-11-061-2/+2
* Improved clone wrapped function compatibilityptitSeb2024-10-301-0/+1
* [BOX32] Refactored X11 wrapping, and add a few more functionsptitSeb2024-10-081-0/+1
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-0/+11
* [INTERPRETER] Fixed CMPXCHG16B opcode for la64 (#1506)Yang Liu2024-05-201-1/+1
* Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311)ptitSeb2024-05-091-0/+1
* Added some hack to rename wine binary process too (help mesa pick up the corr...ptitSeb2024-02-241-0/+3
* [ELFLOADER] Improved inter-library dependancie managmentptitSeb2024-02-161-0/+2
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-0/+1
* [DYNAREC] use an rbtree for dynablock size and max_db_size updateptitSeb2024-01-231-0/+2
* Workaround to handle SIGMAX properly (should help #1056)ptitSeb2023-11-151-4/+4
* [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flagsptitSeb2023-08-271-0/+1
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Fixed some warnings/build errorsptitSeb2023-07-161-1/+2
* | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ...ptitSeb2023-07-151-0/+1
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-3/+3
* | Added ability to trace and dump 32bits codeptitSeb2023-06-171-0/+1
* | Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-171-2/+4
* | [RV64_DYNAREC] Added F3 0F B8 POPCNT opcode and fixed LOCK CMPXCHG16B for ML2...xctan2023-05-281-0/+3
* | Optimized Exit bridge managmentptitSeb2023-05-101-0/+1
* | [DYNAREC] Disabled custom mutex for nowptitSeb2023-05-071-1/+14
|/
* Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)ptitSeb2023-04-251-0/+1
* Improve loading/unloading of libs, and fixed a regression when dlopen a lib a...ptitSeb2023-04-121-0/+1
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...ptitSeb2023-04-101-0/+2
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-101-2/+0
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-0/+1
* fix some spelling mistakes (#640)josch2023-03-261-5/+5
* Refactored OpenGL symbol fetching and managmentptitSeb2023-03-051-4/+1
* [DYNAREC] Finetuned the jump table memory allocationptitSeb2023-03-021-1/+0
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-121-5/+23
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-2/+6
* Better handling of rolling logsptitSeb2022-11-151-0/+5
* Remove dynablocklist (#438)ptitSeb2022-10-311-1/+1
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-261-4/+2
* Made a custom implementation of pthread_onceptitSeb2022-10-261-2/+0
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-3/+3
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-17/+8
* Improved usage of x86_64 bash with BOX64_BASH env varptitSeb2022-09-151-0/+1
* Small improvment to BOX64_ROLLING_LOG=1ptitSeb2022-07-301-1/+1
* Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signalptitSeb2022-07-301-0/+7
* Reworked TLS to limit resizing, as it tends to break Unity3D gamesptitSeb2022-07-031-2/+4